summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* Use EachBatch concern to loop over batchestc-remove-nonexisting-namespace-pending-delete-projectsToon Claes2017-08-221-21/+21
* Migration to remove pending delete projects with non-existing namespaceToon Claes2017-08-221-0/+54
* Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-0/+33
|\
| * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-1611-6/+158
| |\
| * | Use update_column_in_batches helper in stages migrationGrzegorz Bizon2017-07-311-3/+1
| * | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311-0/+32
| |\ \
| * \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-207-3/+221
| |\ \ \
| * | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-111-0/+0
| * | | | Schedule stages statuses bg migrations in batchesGrzegorz Bizon2017-07-101-7/+8
| * | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-102-16/+16
| |\ \ \ \
| * | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-051-61/+10
| * | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-051-0/+29
| |\ \ \ \ \
| | * | | | | Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-031-1/+1
| | * | | | | Do not override original AR5 batching interfaceGrzegorz Bizon2017-06-301-2/+5
| | * | | | | Improve specs for background stage_id ref migrationGrzegorz Bizon2017-06-291-6/+5
| | * | | | | Perform stage_id ref backgound migration in bulksGrzegorz Bizon2017-06-291-3/+3
| | * | | | | Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-06-291-4/+3
| | * | | | | Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-06-281-3/+4
| | * | | | | Schedule background migration only when it is neededGrzegorz Bizon2017-06-281-4/+6
| | * | | | | Find builds that require a migration in batchesGrzegorz Bizon2017-06-281-3/+6
| | * | | | | Add initial build stage_id ref background migrationGrzegorz Bizon2017-06-281-0/+10
| | * | | | | Add initial stage_id background migration filesGrzegorz Bizon2017-06-281-0/+12
| * | | | | | Disable statement timeout in stages statuses migrationGrzegorz Bizon2017-07-051-4/+4
| * | | | | | Migrate only old stages without status that is setGrzegorz Bizon2017-07-041-1/+3
| * | | | | | Implement initial working stages statuses migrationGrzegorz Bizon2017-07-041-26/+20
| * | | | | | Extend stages statuses migrationGrzegorz Bizon2017-07-041-21/+34
| * | | | | | Add initial changes for stages statuses migrationGrzegorz Bizon2017-06-301-0/+76
* | | | | | | Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable2017-08-162-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-152-4/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-161-0/+26
|/ / / / / /
* | | | | | Move the personal snippet uploads from `system` to `-/system`bvl-rollback-renamed-system-namespaceBob Van Landuyt2017-08-111-0/+29
* | | | | | Update migrations to move directly into the `-/system` folderBob Van Landuyt2017-08-114-4/+61
* | | | | | Don't update upload paths twiceBob Van Landuyt2017-08-111-57/+0
* | | | | | Migrate events into a new formatYorick Peterse2017-08-101-0/+40
* | | | | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* | | | | | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-0/+11
|\ \ \ \ \ \
| * | | | | | Re-add column locked_at on migration rollback31207-clean-locked-merge-requestsOswaldo Ferreira2017-08-071-1/+1
| * | | | | | Move locked_at removal to post-deployment migrationOswaldo Ferreira2017-08-071-0/+11
* | | | | | | Store & use ConvDev percentages returned by Version app35761-convdev-percJarka Kadlecova2017-08-071-0/+30
|/ / / / / /
* | | | | | Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-031-0/+33
* | | | | | Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-311-0/+9
| |_|_|_|/ |/| | | |
* | | | | Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-0/+32
| |_|_|/ |/| | |
* | | | Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-191-0/+91
* | | | Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3'Douwe Maan2017-07-192-1/+53
* | | | Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt2017-07-181-0/+20
* | | | Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt2017-07-181-0/+40
* | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-0/+15
|\ \ \ \
| * | | | Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-0/+15
| | |_|/ | |/| |
* | | | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
|/ / /
* | | Do not schedule bg migration when it is not neededGrzegorz Bizon2017-07-071-1/+1