summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/background_migration_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Add methods to check dead and retrying jobsosw-schedule-multiple-mr-assignees-ff-auto-enablingOswaldo Ferreira2019-04-081-0/+40
* Consume remaining MigrateApproverToApprovalRulesInBatchMark Chao2019-02-021-0/+32
* Check if specific type of background migration are doneMark Chao2019-01-081-0/+44
* Fix background migrations module specsGrzegorz Bizon2017-07-181-3/+3
* Simplify background migrations stealing codeGrzegorz Bizon2017-07-171-59/+9
* Fix off-by-one error in background migration retriesfix/gb/process-scheduled-background-migrationsGrzegorz Bizon2017-07-171-9/+15
* Recover from all exceptions when stealing bg migrationGrzegorz Bizon2017-07-171-19/+64
* Catch exceptions when stealing background migrationsGrzegorz Bizon2017-07-141-18/+43
* Avoid race condition when stealing a background migrationGrzegorz Bizon2017-07-141-1/+9
* Fix mocks in background migrations specsGrzegorz Bizon2017-07-131-1/+5
* Add more specs for background migrations queue processingGrzegorz Bizon2017-07-131-1/+18
* Implement draining scheduled sets of background migrationsGrzegorz Bizon2017-07-131-0/+14
* Extract background migratons queue class methodGrzegorz Bizon2017-07-111-19/+24
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-9/+9
* Add the ability to perform background migrationsYorick Peterse2017-06-121-0/+48