summaryrefslogtreecommitdiff
path: root/spec/migrations
Commit message (Expand)AuthorAgeFilesLines
* Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-052-18/+23
* Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-051-0/+68
|\
| * Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-031-4/+4
| * Do not compare float with integer in migrations specsGrzegorz Bizon2017-06-291-1/+1
| * Improve readability of build stage id migration queryGrzegorz Bizon2017-06-291-2/+2
| * Use integers to schedule delayed background migrationsGrzegorz Bizon2017-06-291-1/+1
| * Improve specs for background stage_id ref migrationGrzegorz Bizon2017-06-291-6/+13
| * Remove unused background migrations matcherGrzegorz Bizon2017-06-291-12/+0
| * Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-06-291-29/+26
| * Add specs for delayed stage_id background migrationsGrzegorz Bizon2017-06-281-4/+47
| * Find builds that require a migration in batchesGrzegorz Bizon2017-06-281-0/+2
| * Add initial build stage_id ref background migrationGrzegorz Bizon2017-06-281-0/+5
| * Add initial stage_id background migration filesGrzegorz Bizon2017-06-281-0/+26
* | Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-2/+3
* | Add a test for stage status migration with retried jobsGrzegorz Bizon2017-07-041-4/+4
* | Implement initial working stages statuses migrationGrzegorz Bizon2017-07-041-11/+10
* | Add initial changes for stages statuses migrationGrzegorz Bizon2017-06-301-0/+50
|/
* Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-223-38/+38
|\
| * 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
| |/
* | 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
|/
* 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
| * | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-292-18/+66
| |\ \ | | |/ | |/|
| | * Convert nested groups to regular ones for MySQLYorick Peterse2017-05-171-0/+66
| | * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-18/+0
* | | Calculate previous migration version in specs supportGrzegorz Bizon2017-06-052-2/+2
* | | Reorder pipeline stages-related migrationsGrzegorz Bizon2017-05-261-2/+2
* | | Migrate build stage reference in a separate migrationGrzegorz Bizon2017-05-262-2/+56
* | | Add pipeline stages post deployment migrationGrzegorz Bizon2017-05-261-7/+37
* | | Add migrations helpers to simplify writing migration specsGrzegorz Bizon2017-05-261-17/+0
* | | Make migration specs by using migrator in around hookGrzegorz Bizon2017-05-261-2/+15
* | | Simplify migrations for specific database schemaGrzegorz Bizon2017-05-251-113/+9
* | | Add PoC of ActiveRecord migration testingGrzegorz Bizon2017-05-251-0/+127
|/ /
* | Fix migrations for older PostgreSQL versionsfix-retried-for-postgresKamil Trzcinski2017-05-231-2/+2
* | Respect the typo as rubocop saidLin Jen-Shin2017-05-221-0/+0
* | Add a test to ensure this works on MySQLLin Jen-Shin2017-05-221-0/+17