summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improve migration for Multipple issue assignee featureValery Sizov2017-05-162-0/+76
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-162-0/+36
* | Merge branch 'zj-pipeline-schedule-owner' into 'master' Kamil Trzciński2017-05-161-0/+35
|\ \
| * | Add foreign key on pipeline_schedules.owner_idzj-pipeline-schedule-ownerZ.J. van de Weg2017-05-151-0/+35
| |/
* | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-152-36/+0
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-152-0/+36
|\ \
| * | Rename `build_events` columns to `job_events`Bob Van Landuyt2017-05-152-0/+36
| |/
* | Disable transaction for updating the tableLin Jen-Shin2017-05-151-0/+2
* | Move to post_migrate and use update_column_in_batchesLin Jen-Shin2017-05-151-0/+13
|/
* Fix MySQL build failuredm-fix-mysql-failureDouwe Maan2017-05-101-1/+1
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-0/+29
|\