summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Respond to DB health in background migrationsYorick Peterse2018-08-061-1/+5
* Remove obsolete argument from bg migrations codeGrzegorz Bizon2017-07-181-1/+1
* Simplify background migrations stealing codeGrzegorz Bizon2017-07-171-15/+3
* Fix off-by-one error in background migration retriesfix/gb/process-scheduled-background-migrationsGrzegorz Bizon2017-07-171-5/+10
* Recover from all exceptions when stealing bg migrationGrzegorz Bizon2017-07-171-4/+22
* Catch exceptions when stealing background migrationsGrzegorz Bizon2017-07-141-1/+6
* Avoid race condition when stealing a background migrationGrzegorz Bizon2017-07-141-3/+1
* Fix mocks in background migrations specsGrzegorz Bizon2017-07-131-1/+0
* Implement draining scheduled sets of background migrationsGrzegorz Bizon2017-07-131-7/+12
* Extract background migratons queue class methodGrzegorz Bizon2017-07-111-2/+5
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Add the ability to perform background migrationsYorick Peterse2017-06-121-0/+31