summaryrefslogtreecommitdiff
path: root/db/post_migrate
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
* Improve stage_id in ci_builds foreign key migrationGrzegorz Bizon2017-07-031-9/+5
* Disable statement timeoutBob Van Landuyt2017-06-261-0/+4
* Revert renames from a migrationBob Van Landuyt2017-06-261-0/+1
* Rename each route individuallyBob Van Landuyt2017-06-261-3/+3
* Rename all forbidden paths againBob Van Landuyt2017-06-261-0/+108
* Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-2213-62/+122
|\
| * Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'Kamil Trzciński2017-06-214-14/+74
| |\
| | * Bump build stage id reference migration identifierGrzegorz Bizon2017-06-212-15/+34
| | * Fix adding/removing foreign keys on MySQLGrzegorz Bizon2017-06-212-0/+3
| | * Fix build stages reference migrationGrzegorz Bizon2017-06-213-0/+38
| * | Merge branch 'fix/gb/improve-autocancel-pipelines-migraton' into 'master'Kamil Trzciński2017-06-211-0/+2
| |\ \
| | * | Disable statement timeout in CI pipelines migrationfix/gb/improve-autocancel-pipelines-migratonGrzegorz Bizon2017-06-191-0/+2
| | |/
| * | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-218-47/+47
| |/
* | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-211-0/+2
* | Disable transactions in migrations that should not use itGrzegorz Bizon2017-06-214-0/+9
|/
* Migration - Remove position field from issues and merge requestsFelipe Artur2017-06-161-0/+8
* Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-151-0/+55
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-0/+1
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-073-0/+164
* Sync email address from specified omniauth provider - db changesRobin Bobbitt2017-06-071-0/+15
* Migrate stages only with correct foreign referencesGrzegorz Bizon2017-06-061-1/+4
* Create index on pipeline stages after migrating stagesGrzegorz Bizon2017-06-061-0/+0
* Improve indexes and refs in pipeline stages migrationsGrzegorz Bizon2017-06-062-39/+0
* Fix typo in build stages reference migrationGrzegorz Bizon2017-06-061-1/+1
* Make pipeline stages ref migration more readableGrzegorz Bizon2017-06-061-3/+5
* Remove stage index concurrently on migration rollbackGrzegorz Bizon2017-06-051-1/+1
* Disable timeouts in foreign keys for stages migrationGrzegorz Bizon2017-06-051-0/+2
* Remove obsolete stages/build before adding foreign keysGrzegorz Bizon2017-06-051-0/+16
* Create indexes on pipeline stages before migrationGrzegorz Bizon2017-06-051-0/+0
* Migrate stage_id only it job does not have it alreadyGrzegorz Bizon2017-06-051-1/+3
* Migrate pipeline stages only when not migrated alreadyGrzegorz Bizon2017-06-051-3/+3
* Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-055-6/+90
|\
| * Add missing specsKamil Trzcinski2017-06-011-5/+5
| * Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-0/+72
| * Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher2017-05-293-6/+3
| |\
| | * Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-293-6/+3