summaryrefslogtreecommitdiff
path: root/spec/migrations
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'mas...Yorick Peterse2017-07-201-0/+34
|\
| * Fix background migration cleanup specsGrzegorz Bizon2017-07-201-9/+13
| * Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupbackstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon2017-07-193-0/+136
| |\
| * | Isolate stage_id reference clean up migrationGrzegorz Bizon2017-07-191-5/+5
| * | Remove migration dependency from stage_id migrationGrzegorz Bizon2017-07-181-1/+2
| * | Add specs for stage_id reference cleanup migrationGrzegorz Bizon2017-07-181-11/+18
| * | Add pending set of specs for stage_id cleanup migrationGrzegorz Bizon2017-07-181-0/+22
* | | Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-191-0/+180
* | | Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3'Douwe Maan2017-07-191-0/+46
| |/ |/|
* | Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt2017-07-182-0/+97
* | Use batching to clear orphans in head_pipeline migrationbackstage/gb/add-index-and-foreign-key-to-merge-requestsGrzegorz Bizon2017-07-181-0/+39
|/
* Support multiple Redis instances based on queue typePaul Charlton2017-07-112-4/+4
* Do not schedule bg migration when it is not neededGrzegorz Bizon2017-07-071-2/+1
* Schedule stage_id bg migrations in batches of 10Grzegorz Bizon2017-07-071-4/+6
* Use new `each_batch` helper instead of custom oneGrzegorz Bizon2017-07-071-3/+3
* Schedule stage_id background migration in rangesGrzegorz Bizon2017-07-071-6/+5
* Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-071-4/+4
* Do not compare float with integer in migrations specsGrzegorz Bizon2017-07-071-1/+1
* Improve readability of build stage id migration queryGrzegorz Bizon2017-07-071-2/+2
* Use integers to schedule delayed background migrationsGrzegorz Bizon2017-07-071-1/+1
* Improve specs for background stage_id ref migrationGrzegorz Bizon2017-07-071-6/+13
* Remove unused background migrations matcherGrzegorz Bizon2017-07-071-12/+0
* Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-07-071-29/+26
* Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-07-071-4/+47
* Find builds that require a migration in batchesGrzegorz Bizon2017-07-071-0/+2
* Add initial build stage_id ref background migrationGrzegorz Bizon2017-07-071-0/+5
* Add initial stage_id background migration filesGrzegorz Bizon2017-07-071-0/+26
* Rename the migration test to match the migration pathLin Jen-Shin2017-06-271-0/+0
* Merge remote-tracking branch 'upstream/master' into add-ci_variables-environm...Lin Jen-Shin2017-06-273-3/+3
|\
| * Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-223-38/+38
| |\
| * | Disable transaction in specs for some migrationsGrzegorz Bizon2017-06-221-1/+1
| * | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-212-2/+2
* | | Rename instead of delete, feedback:Lin Jen-Shin2017-06-271-3/+12
* | | Remove duplicated records and add unique constraintLin Jen-Shin2017-06-221-0/+25
| |/ |/|
* | Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'Kamil Trzciński2017-06-211-2/+2
|\ \
| * | Rename stage ref migration specs to match a class namefix/gb/improve-build-stage-reference-migrationGrzegorz Bizon2017-06-211-0/+0
| * | Update build stage reference migration specsGrzegorz Bizon2017-06-211-2/+2
| |/
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-36/+36
|/
* Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-151-0/+118
* Document a new migrations testing techniquedocs/gb/document-new-migrations-testing-techniqueGrzegorz Bizon2017-06-151-0/+87
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-2/+6
* Update rename_system_namespace_spec to new validations.upstream-9-2-securityBob Van Landuyt2017-06-081-5/+7
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-084-0/+419
* Fix reverting builds stage ref migration on MySQLGrzegorz Bizon2017-06-061-1/+0
* Migrate stages only with correct foreign referencesGrzegorz Bizon2017-06-062-3/+19
* Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-054-18/+183
|\
| * Add missing specsKamil Trzcinski2017-06-011-8/+8
| * Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-0/+117
| * Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher2017-05-291-0/+0
| |\
| | * Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-291-0/+0