summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-042-1/+40
|\
| * Merge branch 'add-ci-builds-index-for-jobscontroller' into 'master'Kamil Trzciński2017-10-032-1/+40
| |\
| | * Change index on ci_builds to optimize Jobs Controlleradd-ci-builds-index-for-jobscontrollerGreg Stark2017-10-032-1/+40
* | | Specify defaults, fix policies, fix db columnsKamil Trzcinski2017-10-042-15/+15
* | | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-044-0/+82
|\ \ \ | |/ /
| * | Add (partial) index on Labels.templateGreg Stark2017-10-032-0/+46
| |/
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov2017-10-025-1/+99
| |\
| * | [Port semi-linear history from EE] Move migration to CE and `merge_method` me...Valery Sizov2017-09-292-0/+18
| * | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-283-0/+39
| |\ \
| * \ \ Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-266-6/+52
| |\ \ \
| * | | | Backport project.merge_requests_ff_only_enabled field from EEValery Sizov2017-09-192-0/+18
* | | | | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-0410-3/+166
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '36631-activerecord-statementinvalid-pg-querycanceled-error-canc...Rémy Coutable2017-09-291-0/+32
| |\ \ \ \
| | * | | | Reschedule merge request diff background migration36631-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeoutSean McGivern2017-09-291-0/+32
| * | | | | Fix notes type created from importLin Jen-Shin (godfat)2017-09-292-0/+32
| |/ / / /
| * | | | Merge branch 'add-composite-index-on-merge-requests-merge-commit-sha' into 'm...Sean McGivern2017-09-292-1/+35
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add index for merge_requests.merge_commit_shaadd-composite-index-on-merge-requests-merge-commit-shaYorick Peterse2017-09-282-1/+35
| | | |/ | | |/|
| * | | Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan2017-09-282-0/+10
| |\ \ \
| | * | | [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-282-0/+10
| | |/ /
| * | | Support custom attributes on usersMarkus Koller2017-09-282-0/+29
| |/ /
| * | Remove an unneeded index on ci_builds left in some databasesremove-temporary-ci-indexGreg Stark2017-09-262-1/+27
| * | Fix PG::UniqueViolation external_email migrationsh-fix-email-provider-take2Stan Hu2017-09-252-2/+2
* | | Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-032-49/+8
* | | PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-022-8/+39
* | | authorize in controller. validation in model.Shinya Maeda2017-10-012-8/+8
* | | Replace reactive_cache by multipel sidekiq workersShinya Maeda2017-10-012-4/+20
* | | Databse foreing key, index, encrypt password. Use short path. Improve error h...Shinya Maeda2017-09-292-15/+17
* | | Multithreading cluster creation is done with `reactive_cache`Shinya Maeda2017-09-282-0/+2
* | | Delete/Update basic implementationShinya Maeda2017-09-271-1/+1
* | | Add login root. Remove ceration type.Shinya Maeda2017-09-272-10/+0
* | | okShinya Maeda2017-09-262-10/+37
* | | Discard unnessecary changed in schemaShinya Maeda2017-09-251-25/+24
* | | Create Kubernetes cluster on GKE from k8s serviceShinya Maeda2017-09-252-25/+72
|/ /
* | Fix duplicate key errors in PostDeployMigrateUserExternalMailData migrationsh-fix-issue-38246Stan Hu2017-09-222-2/+2
* | Index projects on repository storageNick Thomas2017-09-212-1/+21
* | Remove depreceted and big projectsZeger-Jan van de Weg2017-09-201-2/+2
|/
* Merge branch 'reoganize-deployment-indexes' into 'master'Stan Hu2017-09-193-2/+52
|\
| * Reorganize indexes for the "deployments" tablereoganize-deployment-indexesYorick Peterse2017-09-193-2/+52
* | Merge branch 'fix-rails-migrations-for-partial-indexes' into 'master'Yorick Peterse2017-09-191-1/+1
|\ \
| * | Fix regular expression used for opclasses to not be confused by partial index...fix-rails-migrations-for-partial-indexesGreg Stark2017-09-191-1/+1
| |/
* | 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
|/
* Merge branch 'mk-delete-conflicting-redirects-mysql' into 'master'Douwe Maan2017-09-181-0/+37
|\
| * Reduce batch sizemk-delete-conflicting-redirects-mysqlMichael Kozono2017-09-141-1/+3
| * Spread out the work a littleMichael Kozono2017-09-141-1/+1
| * Extract helper for queuing background jobsMichael Kozono2017-09-141-32/+1
| * Add specs for deleting conflicting redirectsMichael Kozono2017-09-141-1/+1
| * Delete conflicting redirects in backgroundMichael Kozono2017-09-141-0/+66
* | Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-155-3/+94
|\ \ | |/
| * Add missing index for getting recent push eventsindexes-for-recent-push-eventsYorick Peterse2017-09-142-2/+42