summaryrefslogtreecommitdiff
path: root/spec/migrations
Commit message (Expand)AuthorAgeFilesLines
* Tag migration specs with :sidekiq to clear queues between testssh-tag-migrations-with-sidekiqStan Hu2018-02-282-2/+2
* Merge branch 'backstage/gb/build-stages-catch-up-migration' into 'master'Kamil Trzciński2018-02-271-0/+35
|\
| * Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-221-1/+1
| |\
| * \ Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-152-5/+9
| |\ \
| * | | Schedule pipeline stages migration every 5 minutesGrzegorz Bizon2018-02-131-10/+4
| * | | Move pipeline stages background migration in timeGrzegorz Bizon2018-02-121-1/+1
| * | | Merge branch 'master' into backstage/gb/build-stages-catch-up-migrationGrzegorz Bizon2018-02-0924-76/+685
| |\ \ \
| * | | | Fix rubocop offense in build stage migration classesGrzegorz Bizon2018-01-061-4/+2
| * | | | Randomize build ids in stages migration test dataGrzegorz Bizon2018-01-061-7/+7
| * | | | Update specs for delayed background migration of stagesGrzegorz Bizon2018-01-061-4/+4
| * | | | Update background stages migration timestampGrzegorz Bizon2018-01-061-1/+1
| * | | | Fix Rubocop offenses in build status migrations :cop:Grzegorz Bizon2018-01-061-1/+1
| * | | | Schedule full build stage migration in the backgroundGrzegorz Bizon2018-01-061-0/+43
* | | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-231-0/+23
| |_|_|/ |/| | |
* | | | Move TrackUntrackedUploadsHelpersMichael Kozono2018-02-201-1/+1
| |_|/ |/| |
* | | Avoid dropping tables in testMichael Kozono2018-02-141-1/+1
* | | Use the latest migration in spec/migrations/rename_reserved_project_names_spe...Rémy Coutable2018-02-121-4/+8
| |/ |/|
* | Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-082-2/+2
|\ \
| * | Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-072-2/+2
* | | Merge branch 'ce-4813-fix-ee-projects-destroy_service_spec' into 'master'Sean McGivern2018-02-071-2/+2
|\ \ \ | |/ / |/| |
| * | Reset column information after the schema is migrated in MigrationsHelpers.sc...ce-4813-fix-ee-projects-destroy_service_specRémy Coutable2018-02-071-2/+2
* | | Add more specs for unique stages index migrationGrzegorz Bizon2018-02-061-5/+16
* | | Merge branch 'master' into fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-0613-15/+101
|\ \ \ | |/ /
| * | Add foreign keys to todos table.Andreas Brandl2018-02-051-0/+65
| * | fix specJames Lopez2018-02-021-1/+1
| * | add migration specJames Lopez2018-02-021-0/+21
| * | Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-2411-15/+15
* | | Retry migration removing stages in case of duplicatesGrzegorz Bizon2018-02-051-0/+9
* | | Remove redundant pipeline stages from the databaseGrzegorz Bizon2018-01-241-0/+39
|/ /
* | Fix the Upload model being tainted after migration specMicael Bergeron2018-01-221-3/+10
* | Fix spec/migrations/update_upload_paths_to_system_spec.rb to use the :migrati...rc/fix-update_upload_paths_to_system_specRémy Coutable2018-01-181-26/+32
* | Add the :migration metadata, and don't use factories in FixWronglyRenamedRout...rc/port-from-ee-4119Rémy Coutable2018-01-171-26/+39
* | Applied fixFrancisco Javier López2018-01-171-0/+43
* | Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-111-0/+77
|\ \
| * | Added tests for removing soft removed objectsremove-soft-removalsYorick Peterse2018-01-101-0/+77
| |/
* | Denormalize commits count for merge request diffs38068-commits-countJan Provaznik2018-01-101-0/+6
* | Merge branch '40418-migrate-existing-data-from-kubernetesservice-to-clusters-...Yorick Peterse2018-01-081-0/+312
|\ \
| * | Fix static analysysShinya Maeda2018-01-081-9/+9
| * | Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda2018-01-081-64/+164
| * | Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda2018-01-081-12/+28
| * | Add a new test for emptified paramsShinya Maeda2018-01-081-2/+19
| * | Fix static anylysyShinya Maeda2018-01-081-7/+7
| * | Opitmize migration process by using both unmanaged_kubernetes_service and kub...Shinya Maeda2018-01-081-6/+0
| * | Add logic to swtich environment_scope by the situationShinya Maeda2018-01-081-10/+40
| * | Add env_scope testsShinya Maeda2018-01-081-0/+32
| * | Fix testShinya Maeda2018-01-081-187/+52
| * | Restructure specShinya Maeda2018-01-081-160/+229
| * | Add test. Disable KubernetesService when migratedShinya Maeda2018-01-081-0/+189
| |/
* | Merge branch 'delay-background-migrations' into 'master'Rémy Coutable2018-01-081-3/+3
|\ \ | |/ |/|
| * Run background migrations with a minimum intervaldelay-background-migrationsYorick Peterse2018-01-051-3/+3