summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* Add memoization for properties40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetesShinya Maeda2018-01-081-4/+10
* Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda2018-01-081-2/+20
* Fix StaticSnalysysShinya Maeda2018-01-081-1/+1
* Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda2018-01-081-52/+26
* Use batch update for Service deactivationShinya Maeda2018-01-081-4/+5
* Fix query to look for proper unmanaged kubernetes serviceShinya Maeda2018-01-081-17/+12
* Fix static anylysyShinya Maeda2018-01-081-2/+3
* Use bulk_insert instead of AR createShinya Maeda2018-01-081-12/+45
* Opitmize migration process by using both unmanaged_kubernetes_service and kub...Shinya Maeda2018-01-081-34/+36
* Avoid quotes in ActiveRecord queryShinya Maeda2018-01-081-4/+4
* Use explicit namespace for avoiding reference from application codeShinya Maeda2018-01-081-13/+16
* Add logic to swtich environment_scope by the situationShinya Maeda2018-01-081-23/+29
* Add env_scope testsShinya Maeda2018-01-081-0/+1
* Fix commentsShinya Maeda2018-01-081-10/+10
* Fix migration file typos and reorder Table definitionShinya Maeda2018-01-081-25/+21
* Fix unmanaged_kubernetes_service scope for multiple clustersShinya Maeda2018-01-081-17/+27
* Add test. Disable KubernetesService when migratedShinya Maeda2018-01-081-11/+12
* Migrate existing data from KubernetesService to Clusters::Platforms::KubernetesShinya Maeda2018-01-081-0/+104
* Ignore the Migration/Datetime cop in a migration that fix a column type to da...Rémy Coutable2018-01-041-1/+1
* 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
| |/