Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-03Update repos hooks in migrationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-30Add indicies to labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-29Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-29Replace project labels with tags to prevent name conflict with GitLab labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-29Label and LabelLink models for implementing own GitLab labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-18Add star count, view logic, more tests.Ciro Santilli
2014-07-18Add project stars.Ciro Santilli
2014-06-11Add sorting to merge requests on milestone pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-02Save repository size to projects tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-29Merge pull request #5962 from skv-headless/editing-previewDmitriy Zaporozhets
editing preview
2014-04-28Add an index for Note#updated_atJacob Vosmaer
2014-04-24Add uniq db index on project_id+iidDmitriy Zaporozhets
2014-04-18Add schema number change.GitLab
2014-04-16Add db index for active user display.GitLab
2014-04-15Editing previewskv-headless
2014-04-14Changed default in the database for the statemachineJeroen van Baarsen
2014-04-07Fix faulty namespacesJob van der Voort
2014-03-14Merge branch 'import-timeout' of ↵Dmitriy Zaporozhets
https://dev.gitlab.org/dzaporozhets/gitlabhq into dzaporozhets/gitlabhq-import-timeout Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG db/schema.rb
2014-03-13Add migration for already imported projectsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Add Project#import_status fieldDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Rebuild schame from migrationsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Merge pull request #6474 from jvanbaarsen/post-tag-hookDmitriy Zaporozhets
Add web hooks on tag
2014-03-11Add User#last_credential_check_atDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-05Added tag_push_events to the web_hooksJeroen van Baarsen
* Added a scope to the web_hooks model * Added extra checkbooks in de hooks overview window
2014-03-04Add index_merge_request_diffs_on_merge_request_idgussan
2014-02-21Add Gemnasium Service for GitlabBinsztock Rémy
Conflicts: db/schema.rb
2014-02-14Add email aliases for usersJason Hollingsworth
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
2014-01-28added group avatarsSteven Thonus
2014-01-22Improve db schema for merge request diffsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22Create separate table to store Merge request commits/diffsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-18Add website url to userJerome Dalbert
2013-12-19Customization and previewing of broadcast messagesAndrew Tomaka
2013-12-17Fix db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Create EmailsOnPushService modelDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-16Archiving old projects; archived projects aren't shown on dashboardSteven Thonus
features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
2013-12-16Fixed db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-04Add new fields to web_hooks table.Dmitriy Zaporozhets
Next fields were added: * push_events * issues_events * merge_requests_events Main goal is to create web hooks that can be triggered only for certain event types. For example you can have separate web hook for push events and another one for issues. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
2013-11-12Broadcast message model + migrationsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06Project#default_branch use repo HEAD instead of DB value nowDmitriy Zaporozhets
Drop default_branch field from projects table Use repository.root_ref as value for defautl_branch method Fixes issue with default_branch and HEAD getting out of sync Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-15Enable confirmable and reconfirmable modules for UserDmitriy Zaporozhets
Now when you want to signup or change existing email you will be forced to confirm that you really own this email. You get email with link to follow in order to confirm your email address Conflicts: app/models/user.rb
2013-10-09avatar upload on profile pageSteven Thonus
2013-09-26Namespaces.owner_id can be nullDmitriy Zaporozhets
2013-09-09Add description to MergeRequest modelDmitriy Zaporozhets
2013-09-01Use original raphael-rails v2.1.2Dmitriy Zaporozhets
2013-08-26Link issues from comments and automatically close themash wilson
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
2013-08-21Add iids to milestones. Moved iids logic to separate concernDmitriy Zaporozhets
2013-08-21Drop deprecated tablesDmitriy Zaporozhets
2013-08-19Add iid field to issues and MRDmitriy Zaporozhets
2013-08-12Repository import during project creation often return timeout for medium ↵Dmitriy Zaporozhets
and large repos. So lets do it async. First create project, then import repo and create satellite with Sidekiq