summaryrefslogtreecommitdiff
path: root/app/workers/background_migration_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* 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