summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bvl-dont-rename-free-names' into 'master'Douwe Maan2017-10-241-11/+0
|\ | | | | | | | | | | | | Don't rename groups/projects that aren't reserved anymore Closes #39387 See merge request gitlab-org/gitlab-ce!15029
| * Don't rename groups/projects that aren't reserved anymorebvl-dont-rename-free-namesBob Van Landuyt2017-10-241-11/+0
| | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12932 we freed up some names. But we were still renaming them.
* | Add new circuitbreaker properties to application_settingsBob Van Landuyt2017-10-232-1/+19
|/
* Add existing circuitbreaker settings to the databaseBob Van Landuyt2017-10-172-1/+32
|
* added date parameter for time trackinggitlab-ee-1312-time-spent-atVlad2017-10-132-0/+12
|
* Ignore existing Migration/Datetime cop offendersSean McGivern2017-10-104-0/+4
|
* 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 a migration to populate fork networksBob Van Landuyt2017-10-071-0/+30
| | | | This uses the existing ForkedProjectLinks
* Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-1/+1
|
* Create a fork network when forking a projectBob Van Landuyt2017-10-072-0/+38
| | | | | When no fork network exists for the source projects, we create a new one with the correct source
* Add a model for `fork_networks`Bob Van Landuyt2017-10-072-0/+36
| | | | | The fork network will keep track of the root project as long as it's present.
* Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-078-0/+240
|\ | | | | | | # Conflicts: # db/schema.rb
| * Merge branch ↵Kamil Trzciński2017-10-062-0/+77
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
| | * Merge branch 'master' into ↵Shinya Maeda2017-10-074-1/+76
| | |\ | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | Optimise gcp_clusters table schemaKamil Trzcinski2017-10-052-10/+14
| | | |
| | * | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-10-053-0/+73
| | |\ \ | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-053-3/+30
| | |\ \ \ | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-042-1/+40
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | | | | Specify defaults, fix policies, fix db columnsKamil Trzcinski2017-10-042-15/+15
| | | | | | |
| | * | | | | Merge branch 'master' into ↵Shinya Maeda2017-10-044-0/+82
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0410-3/+166
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | | | | | | Implement Policy. Use show instead of edit. Chnage db column. fix comments. ↵Shinya Maeda2017-10-032-49/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dry up workers
| | * | | | | | | 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 ↵Shinya Maeda2017-09-292-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handling. Polish.
| | * | | | | | | 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
| | | | | | | | |
| * | | | | | | | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-062-0/+15
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| | * | | | | | | fix db schemaJarka Kadlecova2017-10-031-16/+16
| | | | | | | | |
| | * | | | | | | Remove redundant column from the schemaJarka Kadlecova2017-10-031-1/+0
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova2017-10-038-2/+165
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb
| | * | | | | | | FE review changes app codeLuke "Jared" Bennett2017-10-011-0/+1
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova2017-09-254-3/+23
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-205-5/+81
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-185-3/+129
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove discussion_lockLuke "Jared" Bennett2017-09-141-16/+16
| | | | | | | | | | | |
| | * | | | | | | | | | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-142-6/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Support discussion locking in the backendJarka Kadlecova2017-09-142-0/+18
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into ↵Douwe Maan2017-10-063-1/+66
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add support for GPG subkeys in signature verification Closes #36829 See merge request gitlab-org/gitlab-ce!14517
| | * | | | | | | | | | | 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-053-62/+26
| | | | | | | | | | | | |