summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Replace reactive_cache by multipel sidekiq workersShinya Maeda2017-10-011-2/+10
* Databse foreing key, index, encrypt password. Use short path. Improve error h...Shinya Maeda2017-09-291-10/+7
* Multithreading cluster creation is done with `reactive_cache`Shinya Maeda2017-09-281-0/+1
* Delete/Update basic implementationShinya Maeda2017-09-271-1/+1
* Add login root. Remove ceration type.Shinya Maeda2017-09-271-9/+0
* okShinya Maeda2017-09-261-6/+28
* Create Kubernetes cluster on GKE from k8s serviceShinya Maeda2017-09-251-0/+29
* Fix duplicate key errors in PostDeployMigrateUserExternalMailData migrationsh-fix-issue-38246Stan Hu2017-09-221-1/+1
* Index projects on repository storageNick Thomas2017-09-211-0/+19
* Merge branch 'reoganize-deployment-indexes' into 'master'Stan Hu2017-09-192-0/+49
|\
| * Reorganize indexes for the "deployments" tablereoganize-deployment-indexesYorick Peterse2017-09-192-0/+49
* | Make sure all stages are migrated after a cleanupbackstage/gb/steal-stages-statuses-migrationGrzegorz Bizon2017-09-181-0/+11
* | Steal stages statuses migrationGrzegorz Bizon2017-09-181-0/+15
|/
* Add missing index for getting recent push eventsindexes-for-recent-push-eventsYorick Peterse2017-09-141-0/+40
* Merge branch 'ci-environment-status-performance' into 'master'Stan Hu2017-09-141-0/+16
|\
| * Disallow NULL values for environments.project_idci-environment-status-performanceYorick Peterse2017-09-131-0/+16
* | Revert "Merge branch 'rs-remove-bad-foreground-migration' into 'master'"Robert Speicher2017-09-131-0/+57
|/
* Remove db/migrate/20170828135939_migrate_user_external_mail_data.rbRobert Speicher2017-09-121-57/+0
* Merge branch 'revert-2f46c3a8' into 'master'Robert Speicher2017-09-121-0/+10
|\
| * Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+10
* | Reset primary keys after swapping events tablesreset-events-primary-key-mysqlYorick Peterse2017-09-111-0/+24
|/
* Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-10/+0
* Merge remote-tracking branch 'origin/master' into zj/gitlab-ce-zj-auto-devops...Kamil Trzcinski2017-09-074-1/+51
|\
| * Merge branch '35012-navigation-add-option-to-change-navigation-color-palette'...Sean McGivern2017-09-071-0/+10
| |\
| | * Add theme_id column to users tableRubén Dávila2017-09-061-0/+10
| * | Merge branch 'events-migration-cleanup' into 'master'Sean McGivern2017-09-073-1/+41
| |\ \
| | * | Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-063-1/+41
* | | | Merge branch 'master' into zj-auto-devops-tablezj/gitlab-ce-zj-auto-devops-tableZeger-Jan van de Weg2017-09-071-0/+1
|\ \ \ \ | |/ / /
| * | | reset namespace columns in migrationjk-fix-migrateJarka Kadlecova2017-09-061-0/+1
| | |/ | |/|
* | | Fix ordering of columns on new tableZeger-Jan van de Weg2017-09-071-8/+3
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-062-0/+72
|\ \ \ | |/ /
| * | Profile updates from providersAlexander Keramidas2017-09-062-0/+72
* | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-0610-0/+142
|\ \ \ | |/ /
| * | Resolve outdated diff discussions on pushSean McGivern2017-09-061-0/+9
| * | Fix migrationSean McGivern2017-09-061-11/+3
| * | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-3/+2
| * | Add functionality to collapse outdated diff comments regardless of discussion...Ashley Dumaine2017-09-061-0/+18
| |/
| * Merge branch 'master' into '36860-migrate-issues-author'36860-migrate-issues-authorDouwe Maan2017-09-052-0/+29
| |\
| | * truncate gpg signature instead of destroyAlexis Reigel2017-09-051-9/+1
| | * destroy all signatures and add with default valueAlexis Reigel2017-09-051-2/+23
| | * add verification_status to gpg signaturesAlexis Reigel2017-09-051-0/+7
| | * Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+9
| * | Migrate issues authored by deleted user to the Ghost userJarka Kadlecova2017-09-052-0/+50
| |/
| * Remove access_level index from runner. Add protected on ci_pipelines. Add pro...Shinya Maeda2017-09-033-15/+22
| * Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
| * Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-2/+2
| * Update application code by the db schema changeShinya Maeda2017-09-031-1/+1
| * Re-organize schema. Drop protected from runner. Add access_level to runner. D...Shinya Maeda2017-09-035-30/+38
| * Allow null for protected attribute in ci_pipelinesShinya Maeda2017-09-031-1/+1
| * Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda2017-09-031-0/+15