summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170628080858_migrate_stage_id_reference_in_background.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not schedule bg migration when it is not neededGrzegorz Bizon2017-07-071-1/+1
* Schedule stage_id bg migrations in batches of 10Grzegorz Bizon2017-07-071-3/+6
* Use new `each_batch` helper instead of custom oneGrzegorz Bizon2017-07-071-6/+8
* Schedule stage_id background migration in rangesGrzegorz Bizon2017-07-071-9/+8
* Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-071-1/+1
* Do not override original AR5 batching interfaceGrzegorz Bizon2017-07-071-2/+5
* Improve specs for background stage_id ref migrationGrzegorz Bizon2017-07-071-6/+5
* Perform stage_id ref backgound migration in bulksGrzegorz Bizon2017-07-071-3/+3
* Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-07-071-4/+3
* Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-07-071-3/+4
* Schedule background migration only when it is neededGrzegorz Bizon2017-07-071-4/+6
* Find builds that require a migration in batchesGrzegorz Bizon2017-07-071-3/+6
* Add initial build stage_id ref background migrationGrzegorz Bizon2017-07-071-0/+10
* Add initial stage_id background migration filesGrzegorz Bizon2017-07-071-0/+12