summaryrefslogtreecommitdiff
path: root/app/workers/background_migration_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-4/+0
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-112/+5
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-8/+15
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-22/+35
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+3
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-11/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
* Further remove code branches by database typeAndreas Brandl2019-07-291-2/+0
* Remove feature flag from BackgroundMigrationWorkerYorick Peterse2018-08-281-13/+1
* Respond to DB health in background migrationsYorick Peterse2018-08-061-7/+54
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Run background migrations with a minimum intervaldelay-background-migrationsYorick Peterse2018-01-051-1/+44
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-28/+0
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Improve exception description in bg migrationsGrzegorz Bizon2017-07-071-1/+3
* Add description to exception in bg migrations workerGrzegorz Bizon2017-07-071-1/+1
* Use integers to schedule delayed background migrationsGrzegorz Bizon2017-07-071-2/+2
* Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-07-071-1/+1
* Make it possible to schedule bg migrations in bulkGrzegorz Bizon2017-07-071-2/+16
* Add the ability to perform background migrationsYorick Peterse2017-06-121-0/+23