summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-0/+15
| |\ \ | | |/ | |/|
| | * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-0/+15
* | | Reorder pipeline stages-related migrationsGrzegorz Bizon2017-05-262-0/+0
* | | Create foreign keys for pipeline stages in migrationGrzegorz Bizon2017-05-261-0/+17
* | | Migrate build stage reference in a separate migrationGrzegorz Bizon2017-05-262-8/+21
* | | Add stage_id column to ci_builds in a separate migrationGrzegorz Bizon2017-05-261-2/+0
* | | Use a separate migration to create pipeline stages indexGrzegorz Bizon2017-05-262-10/+15
* | | Add pipeline stages post deployment migrationGrzegorz Bizon2017-05-261-0/+43
|/ /
* | Fix migrations for older PostgreSQL versionsfix-retried-for-postgresKamil Trzcinski2017-05-231-4/+6
* | Fixes broken MySQL migration for retriedKamil Trzcinski2017-05-221-3/+26
* | Merge branch 'bvl-fix-already-renamed-paths' into 'master'Douwe Maan2017-05-192-0/+154
|\ \
| * | Rename users on mysqlbvl-fix-already-renamed-pathsBob Van Landuyt2017-05-191-4/+15
| * | Don't try to rename `-`Bob Van Landuyt2017-05-191-1/+0
| * | Simpler way of renaming usersBob Van Landuyt2017-05-191-9/+6
| * | Fix incorrectly renamed routesBob Van Landuyt2017-05-191-0/+104
| * | Rename users that had their namespace renamedBob Van Landuyt2017-05-191-0/+43
* | | Add temporary partial index to speed up the migrationupdate-retried-migrationLin Jen-Shin2017-05-191-14/+28
|/ /
* | Adding NULL:false constraint with change_column_null instead of change_columnfix_set_null_false_migrationValery Sizov2017-05-181-4/+4
* | Fix data migration from trigger schedulesZ.J. van de Weg2017-05-171-0/+7