summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration
Commit message (Expand)AuthorAgeFilesLines
* Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-031-0/+107
* Allow groups with the name systembvl-free-system-namespaceBob Van Landuyt2017-07-181-29/+8
* Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt2017-07-181-0/+47
* Simplify stage_id migration as we now use relationsGrzegorz Bizon2017-07-071-9/+4
* Schedule stage_id bg migrations in batches of 10Grzegorz Bizon2017-07-071-1/+1
* Schedule stage_id background migration in rangesGrzegorz Bizon2017-07-071-3/+8
* Sanitize id value passed to async background migrationGrzegorz Bizon2017-07-071-3/+1
* Improve readability of build stage id migration queryGrzegorz Bizon2017-07-071-6/+7
* Test if argument passed to a migration is presentGrzegorz Bizon2017-07-071-1/+1
* Add initial build stage_id ref background migrationGrzegorz Bizon2017-07-071-7/+11
* Add initial stage_id background migration filesGrzegorz Bizon2017-07-071-0/+16
* Add the ability to perform background migrationsYorick Peterse2017-06-121-0/+0