summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* Extract helper for queuing background jobsMichael Kozono2017-09-141-32/+1
* Add specs for deleting conflicting redirectsMichael Kozono2017-09-141-1/+1
* Delete conflicting redirects in backgroundMichael Kozono2017-09-141-0/+66
* Merge branch 'events-migration-cleanup' into 'master'Sean McGivern2017-09-071-0/+48
|\
| * Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-0/+48
* | Merge branch 'dz-rebuild-schema' into 'master'Yorick Peterse2017-09-071-2/+2
|\ \
| * | Update schema.rb from db:migrate and fix invalid index checkdz-rebuild-schemaDmitriy Zaporozhets2017-09-071-2/+2
| |/
* | Profile updates from providersAlexander Keramidas2017-09-063-0/+81
|/
* remove obsolete migrationAlexis Reigel2017-09-051-23/+0
* truncate gpg signature instead of destroyAlexis Reigel2017-09-051-12/+1
* remove valid_signature from gpg_signaturesAlexis Reigel2017-09-051-0/+11
* destroy signatures instead of updating themAlexis Reigel2017-09-052-14/+21
* update all signatures with the verification statusAlexis Reigel2017-09-051-0/+14
* downcase all GpgSignature#gpg_key_user_emailAlexis Reigel2017-09-051-0/+23
* Merge commit '2be34630623711fc20ef8c101b5cef688f207cc1' into backstage/gb/ren...backstage/gb/rename-ci-cd-processing-sidekiq-queuesGrzegorz Bizon2017-08-261-4/+4
|\
| * Decrease statuses batch size even more in a migrationGrzegorz Bizon2017-08-251-1/+1
| * Adjust a range and a size in stages statuses migrationbackstage/gb/improve-stages-statuses-migrationGrzegorz Bizon2017-08-231-4/+4
* | Migrate new jobs when reverting pipeline queues migrationGrzegorz Bizon2017-08-251-0/+3
* | Merge branch 'master' into 'backstage/gb/rename-ci-cd-processing-sidekiq-queues'Kamil Trzciński2017-08-251-0/+54
|\ \ | |/
| * Use EachBatch concern to loop over batchestc-remove-nonexisting-namespace-pending-delete-projectsToon Claes2017-08-221-21/+21
| * Migration to remove pending delete projects with non-existing namespaceToon Claes2017-08-221-0/+54
* | Merge branch 'master' into backstage/gb/rename-ci-cd-processing-sidekiq-queuesGrzegorz Bizon2017-08-221-0/+33
|\ \ | |/
| * Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-0/+33
| |\
| | * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-1611-6/+158
| | |\
| | * | Use update_column_in_batches helper in stages migrationGrzegorz Bizon2017-07-311-3/+1
| | * | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311-0/+32
| | |\ \
| | * \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-207-3/+221
| | |\ \ \
| | * | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-111-0/+0
| | * | | | Schedule stages statuses bg migrations in batchesGrzegorz Bizon2017-07-101-7/+8
| | * | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-102-16/+16
| | |\ \ \ \
| | * | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-051-61/+10
| | * | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-051-0/+29
| | |\ \ \ \ \
| | | * | | | | Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-031-1/+1
| | | * | | | | Do not override original AR5 batching interfaceGrzegorz Bizon2017-06-301-2/+5
| | | * | | | | Improve specs for background stage_id ref migrationGrzegorz Bizon2017-06-291-6/+5
| | | * | | | | Perform stage_id ref backgound migration in bulksGrzegorz Bizon2017-06-291-3/+3
| | | * | | | | Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-06-291-4/+3
| | | * | | | | Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-06-281-3/+4
| | | * | | | | Schedule background migration only when it is neededGrzegorz Bizon2017-06-281-4/+6
| | | * | | | | Find builds that require a migration in batchesGrzegorz Bizon2017-06-281-3/+6
| | | * | | | | Add initial build stage_id ref background migrationGrzegorz Bizon2017-06-281-0/+10
| | | * | | | | Add initial stage_id background migration filesGrzegorz Bizon2017-06-281-0/+12
| | * | | | | | Disable statement timeout in stages statuses migrationGrzegorz Bizon2017-07-051-4/+4
| | * | | | | | Migrate only old stages without status that is setGrzegorz Bizon2017-07-041-1/+3
| | * | | | | | Implement initial working stages statuses migrationGrzegorz Bizon2017-07-041-26/+20
| | * | | | | | Extend stages statuses migrationGrzegorz Bizon2017-07-041-21/+34
| | * | | | | | Add initial changes for stages statuses migrationGrzegorz Bizon2017-06-301-0/+76
* | | | | | | | Add migration that migrates CI/CD queuesGrzegorz Bizon2017-08-221-0/+14
|/ / / / / / /
* | | | | | | Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable2017-08-162-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-152-4/+4
| | |_|_|_|_|/ | |/| | | | |