summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/background_migration
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor migration specs using ActiveRecord modelsMatija Čupić2018-09-281-12/+17
* Refactor external_pipelines queryMatija Čupić2018-09-271-1/+1
* Add frozen string literal commentMatija Čupić2018-09-251-0/+2
* Add background migration to fill pipeline sourceMatija Čupić2018-09-251-0/+35
* Squashed commit of the following:add-background-migration-for-legacy-tracesShinya Maeda2018-08-271-0/+156
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* Remove todos of users without access to targets migrationJarka Kadlecová2018-08-071-0/+124
* Add :sidekiq group to cleanup redis in after callbackOswaldo Ferreira2018-07-242-2/+2
* Remove unreachable Git codeJacob Vosmaer (GitLab)2018-07-181-10/+12
* Use schedulers and delete diff files upon deadtuples checkOswaldo Ferreira2018-07-102-40/+55
* Reschedule DeleteDiffFiles until there is none left to removeOswaldo Ferreira2018-07-101-5/+20
* Wait postgresql vacuum of deadtuples on merge_request_diff_files deletionOswaldo Ferreira2018-07-102-80/+24
* Add 1000 files per minute deletion ratio on schedulerOswaldo Ferreira2018-07-102-16/+46
* Create a diff deletion worker scheduler to avoid long-running post-migrationOswaldo Ferreira2018-07-101-0/+43
* Revert "Temporarily remove MR diffs removal migration"Sean McGivern2018-07-101-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Added tests for MRsJan Provaznik2018-07-051-39/+66
* Migration which fixes cross-project label referencesJan Provaznik2018-07-031-0/+82
* Temporarily remove MR diffs removal migrationSean McGivern2018-07-031-1/+1
* Schedule workers to delete non-latest diffs in post-migrationOswaldo Ferreira2018-06-281-0/+69
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-1/+1
* Fix typo in spec. Add a test for the case of when trace is stored in databaseadd-background-migrations-for-not-archived-tracesShinya Maeda2018-06-041-4/+22
* Fix specs. Rename migration file name which was conflicted with background mi...Shinya Maeda2018-06-041-27/+8
* Directly refer application code from migration codeShinya Maeda2018-06-041-1/+1
* Add background migrations to arhive legacy tracesShinya Maeda2018-06-041-0/+60
* Add "deny disk access" Gitaly feature (tripswitch)Jacob Vosmaer (GitLab)2018-06-011-2/+10
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-042-0/+66
* Use stages position column to track stage indexGrzegorz Bizon2018-05-011-2/+2
* Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-2/+2
* Remove empty line from stages index migration specsGrzegorz Bizon2018-04-241-1/+0
* Add background migration that migrates stages indicesGrzegorz Bizon2018-04-241-0/+36
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-052-0/+62
* Do not use STI mechanisms when migrating pipeline stagesGrzegorz Bizon2018-03-291-0/+16
* Reschedule commits_count background migrationjprovazn-commits-count-rescheduleJan Provaznik2018-03-091-0/+12
* Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-223-348/+353
|\
| * Prefer `table` helper in migration specsMichael Kozono2018-02-201-1/+1
| * Move TrackUntrackedUploadsHelpersMichael Kozono2018-02-203-5/+5
| * Explicitly reference redefined modelsMichael Kozono2018-02-202-261/+262
| * Remove more BG migration spec dependenciesMichael Kozono2018-02-162-13/+17
| * Remove codebase dependencies from a BG migrationMichael Kozono2018-02-161-97/+97
* | Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-152-140/+68
|\ \ | |/
| * Avoid dropping tables in testMichael Kozono2018-02-142-24/+9
| * Merge branch 'mk-fix-no-untracked-upload-files-error' into 'master'Douwe Maan2018-02-131-116/+54
| |\
| | * Dry up specmk-fix-no-untracked-upload-files-errorMichael Kozono2018-02-121-107/+29
| | * Fix orphan temp table untracked_files_for_uploadsMichael Kozono2018-02-121-25/+17
| | * Fix last batch size equals max batch size errorMichael Kozono2018-02-121-0/+24
| * | Use the :migration metadata in migration specsRémy Coutable2018-02-121-1/+6
| * | Disable caching of tables for migration spec that drops a temporary tableStan Hu2018-02-121-1/+1
| |/
* | Recover from unique constraint violation in stages migrationGrzegorz Bizon2018-02-151-0/+11
* | Migrate pipeline stages in batches instead of single rowGrzegorz Bizon2018-02-141-10/+2