summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk-no-op-delete-conflicting-redirects' into 'master'Douwe Maan2018-01-041-26/+2
|\
| * Make DeleteConflictingRedirectRoutes no-opmk-no-op-delete-conflicting-redirectsMichael Kozono2018-01-031-26/+2
* | Merge branch 'change-issues-closed-at-background-migration' into 'master'Sean McGivern2018-01-041-0/+45
|\ \
| * | Use a background migration for issues.closed_atchange-issues-closed-at-background-migrationYorick Peterse2018-01-031-0/+45
| |/
* | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-0/+68
|/
* LDAP extern_uids are not normalized when updated via APIFrancisco Javier López2017-12-211-0/+29
* Remove unused queuesdm-dedicated-sidekiq-queuesDouwe Maan2017-12-131-0/+16
* Merge branch 'fix-remove-branch-name-migration' into 'master'Sean McGivern2017-12-121-0/+14
|\
| * Fix migration that removes issues.branch_namefix-remove-branch-name-migrationYorick Peterse2017-12-111-0/+13
|/
* Add spec for removing issues.assignee_idSean McGivern2017-12-111-0/+48
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-082-0/+60
* The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-0/+27
* Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu2017-12-071-0/+21
|\
| * Move temp table creation into the prepare jobMichael Kozono2017-12-011-20/+0
| * Drop temporary tracking table when finishedMichael Kozono2017-12-011-8/+12
| * Fix MySQL path field lengthMichael Kozono2017-12-011-1/+1
| * Rename table to untracked_files_for_uploadsMichael Kozono2017-12-011-9/+9
| * Add TrackUntrackedUploads post-deploy migrationMichael Kozono2017-12-011-0/+37
* | Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-052-3/+3
|/
* Merge branch 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-293-0/+44
|\
| * Improve indexes on merge_request_diffsremove-mr-diff-serialised-columnsSean McGivern2017-11-282-0/+34
| * Remove serialised diff and commit columnsSean McGivern2017-11-281-0/+10
* | Reschedule the migration to populate fork networksbvl-fork-networks-for-deleted-projectsBob Van Landuyt2017-11-291-0/+27
|/
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-0/+15
* Remove cluster_id from 20171013104327_migrate_gcp_clusters_to_new_clusters_ar...Shinya Maeda2017-11-231-1/+0
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-203-0/+3
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-163-0/+3
* | Merge branch 'restrict-update-column-in-batches-for-large-tables' into 'master'Robert Speicher2017-11-1711-0/+11
|\ \
| * | Prevent update_column_in_batches on large tablesSean McGivern2017-11-1711-0/+11
* | | Merge branch 'bvl-delete-empty-fork-networks' into 'master'Douwe Maan2017-11-171-0/+36
|\ \ \ | |/ / |/| |
| * | Delete orphaned fork networks in a migrationbvl-delete-empty-fork-networksBob Van Landuyt2017-11-171-0/+36
| |/
* | Convert migration to populate latest merge request ID into a background migra...Stan Hu2017-11-172-27/+29
|/
* Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-0/+19
* Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-061-0/+99
|\
| * Fix statis analysysShinya Maeda2017-11-051-1/+1
| * Move migration file to post-migration. Use EachBatch. batch_size 1Shinya Maeda2017-11-041-0/+99
* | make the migration reversiblemicael.bergeron2017-11-031-1/+1
* | add changelog and move migration to post_migratemicael.bergeron2017-11-031-0/+14
|/
* Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' int...Yorick Peterse2017-11-021-0/+27
|\
| * Add a column linking an MR to its diffSean McGivern2017-11-021-0/+27
* | Remove user authentication_token columnDouwe Maan2017-11-021-0/+20
|/
* Don't rename groups/projects that aren't reserved anymorebvl-dont-rename-free-namesBob Van Landuyt2017-10-241-11/+0
* Move migration to backgroundMichael Kozono2017-10-071-284/+9
* Update DN class in migrationMichael Kozono2017-10-071-41/+60
* Rename method to `to_normalized_s`Michael Kozono2017-10-071-2/+2
* Normalize existing persisted DNsMichael Kozono2017-10-071-0/+285
* Add more specs.36829-gpg-commit-not-verified-if-signed-with-a-subkeyRubén Dávila2017-10-051-1/+2
* Small refactor and fix for RuboCopRubén Dávila2017-10-051-2/+4
* Convert migrations to generate subkeys to a background migrationRubén Dávila2017-10-052-61/+25
* Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-051-1/+1