summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/background_migration_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-2/+3
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-203/+54
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-31/+35
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-0/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+11
* 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