summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Merge CSSFilipa Lacerda2016-12-127-0/+131
|\
| * Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-087-0/+131
* | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-0628-27/+278
|\ \ | |/
| * Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-0/+92
| * Make the downtime_check task happyfix-migrationsRémy Coutable2016-11-3022-3/+47
| * Merge branch '23666-set-null-true-for-timestamps-columns-in-migrations' into ...Robert Speicher2016-11-3023-24/+24
| |\
| | * Add `null: true` to timestamps in migrations that does not define it23666-set-null-true-for-timestamps-columns-in-migrationsRémy Coutable2016-11-2823-24/+24
| * | Remove unnecessary database indexesValery Sizov2016-11-291-0/+33
| * | Add new configuration setting to enable/disable HTML emails.24880-configurable-plaintext-emailsRuben Davila2016-11-281-0/+29
| |/
| * Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+12
| * Handle orphans when removing soft deleted groupsfix-remove-undeleted-groups-orphansYorick Peterse2016-11-221-0/+41
* | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-229-0/+185
|\ \ | |/
| * Merge branch 'issue_5541' into 'master' Sean McGivern2016-11-211-0/+15
| |\
| | * Allow enabling and disabling commit and MR events for JIRAissue_5541Felipe Artur2016-11-181-0/+15
| * | Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-182-0/+24
| |\ \ | | |/ | |/|
| | * Precalculate user's authorized projects in databaseAhmad Sherif2016-11-182-0/+24
| * | Merge branch 'fix/pipeline-id-metrics-migration' into 'master' Douwe Maan2016-11-181-0/+2
| |\ \
| | * | fix migration missing ignored transaction methodJames Lopez2016-11-181-0/+2
| * | | Merge branch 'feature/cycle-analytics-events' into 'master' Douwe Maan2016-11-181-0/+31
| |\ \ \ | | |/ /
| | * | use concurrent index in migrationJames Lopez2016-11-171-1/+1
| | * | Renamed pipeline column and fixed permissions for builds in events controllerJames Lopez2016-11-171-1/+3
| | * | add pipeline id to merge request metrics table. Also, updated the pipeline wo...James Lopez2016-11-171-0/+29
| | |/
| * | Add a migration to remove soft-deleted groups.Timothy Andrew2016-11-181-0/+16
| * | Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern2016-11-173-0/+76
| |\ \
| | * | Remove extra subscribable_type filter on migrationDouglas Barbosa Alexandre2016-11-171-3/+3
| | * | Use subqueries instead of joins to migrate subscriptionsDouglas Barbosa Alexandre2016-11-171-39/+24
| | * | Add unique index to subscriptions on subscribable and user and projectDouglas Barbosa Alexandre2016-11-171-0/+18
| | * | Migrate subscribable project id to the subscriptions tableDouglas Barbosa Alexandre2016-11-171-0/+59
| | * | Add project_id to subscriptionsDouglas Barbosa Alexandre2016-11-171-0/+14
| | |/
| * | Merge branch 'chat-name-authorize' into 'master' Rémy Coutable2016-11-171-0/+21
| |\ \ | | |/ | |/|
| | * Improve code design after code reviewKamil Trzcinski2016-11-161-1/+1
| | * Merge remote-tracking branch 'origin/master' into chat-name-authorizeKamil Trzcinski2016-11-163-14/+32
| | |\
| | * | Add most of specs for chat namesKamil Trzcinski2016-11-161-7/+8
| | * | Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski2016-11-161-0/+20
* | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-175-14/+56
|\ \ \ \ | |/ / /
| * | | Merge branch '21992-disable-access-requests-by-default' into 'master' Robert Speicher2016-11-162-0/+24
| |\ \ \ | | |_|/ | |/| |
| | * | Set 'request_access_enabled' false by defaultChris Wilson2016-11-112-0/+24
| | |/
| * | Merge branch '24386-8-14-rc1-requires-quite-amount-of-downtime' into 'master' Stan Hu2016-11-112-14/+1
| |\ \
| | * | Update 8.14-rc1 migrations to minimize downtime and deploy timeAlejandro Rodríguez2016-11-112-14/+1
| | |/
| * | Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano2016-11-101-0/+2
| * | Allow certain Sidekiq jobs to be throttledPatricio Cano2016-11-101-0/+29
| |/
* | Cleanup migrationLin Jen-Shin2016-11-101-19/+6
* | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-1061-1/+1394
|\ \ | |/
| * Merge branch 'use-separate-token-for-incoming-email' into 'master' Douwe Maan2016-11-081-0/+16
| |\
| | * Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-0/+16
| * | Merge branch 'jacobvosmaer-gitlab/gitlab-ce-git-gc-improvements' into 'master' Douwe Maan2016-11-071-0/+32
| |\ \
| | * | Refine Git garbage collectionJacob Vosmaer2016-11-041-0/+32
| * | | Merge branch '24059-post-facto-fixups' into 'master' Douwe Maan2016-11-071-2/+2
| |\ \ \
| | * | | Renaming columns requires downtimeNick Thomas2016-11-071-2/+2
| | |/ /
| * | | Add an index for project_id in project_import_data to improveadd-project-import-data-indexStan Hu2016-11-061-0/+12
| | |/ | |/|