summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-097-0/+219
| | | | | | | | This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
* Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsKamil Trzcinski2017-11-072-0/+34
|\
| * Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-072-0/+34
| |\
| | * Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-072-0/+34
| | |\ | | | | | | | | | | | | | | | | Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593
| | | * Support custom attributes on groupsMarkus Koller2017-11-061-0/+19
| | | |
| | | * Support custom attributes on projectsMarkus Koller2017-11-061-0/+15
| | | |
| * | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-072-87/+5
| |\ \ \ | | |/ /
* | | | Add ingress applicationKamil Trzcinski2017-11-061-0/+21
| | | |
* | | | Merge remote-tracking branch 'origin/refactor-clusters' into ↵Kamil Trzcinski2017-11-062-87/+5
|\ \ \ \ | |/ / / |/| / / | |/ / 36629-35958-add-cluster-application-section
| * | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-051-1/+5
| |\ \ | | |/
| | * Put a condition to old migration that adds fast_forward column to MRsValery Sizov2017-11-041-1/+5
| | |
| * | Move migration file to post-migration. Use EachBatch. batch_size 1Shinya Maeda2017-11-041-90/+0
| | |
| * | Fix MigrateGcpClustersToNewClustersArchitectures. Improve specShinya Maeda2017-11-031-1/+5
| | |
* | | Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-031-1/+1
|\ \ \ | |/ /
| * | Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda2017-11-031-1/+1
| | |
| * | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-032-0/+104
| |\ \ | | |/
* | | Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski2017-11-032-0/+104
|\ \ \ | | |/ | |/|
| * | Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' ↵Yorick Peterse2017-11-021-0/+26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Add a `merge_request_diff_id` column to `merge_requests`" See merge request gitlab-org/gitlab-ce!15035
| | * | Add a column linking an MR to its diffSean McGivern2017-11-021-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | We already had this the other way around (merge_request_diffs.merge_request_id), but this is needed to gather only the most recent diffs for a set of merge requests.
| * | | Migrate user private tokens to personal access tokensDouwe Maan2017-11-021-0/+78
| |/ /
* | | Fix rubocop offensesAlessio Caiazza2017-11-021-1/+1
| | |
* | | General cleanupAlessio Caiazza2017-11-021-0/+4
| | |
* | | Improve backend structure of dataKamil Trzcinski2017-11-021-4/+4
| | |
* | | Merge branch 'refactor-clusters' into 38464-k8s-appsKamil Trzcinski2017-11-024-0/+197
|\ \ \ | | |/ | |/|
| * | Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-011-2/+2
| | |
| * | Improve migration file. Add migration spec. Reorder columns of the table.Shinya Maeda2017-11-013-96/+100
| | |
| * | Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda2017-11-011-1/+1
| | |
| * | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-011-0/+16
| |\ \ | | |/
| | * Add new circuitbreaker properties to application_settingsBob Van Landuyt2017-10-231-0/+16
| | |
| * | This worksShinya Maeda2017-10-232-9/+93
| | |
| * | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-231-0/+66
| |/
| * Add existing circuitbreaker settings to the databaseBob Van Landuyt2017-10-171-0/+27
| |
* | Install k8s application with helm running inside the clusterAlessio Caiazza2017-11-021-0/+14
|/
* added date parameter for time trackinggitlab-ee-1312-time-spent-atVlad2017-10-131-0/+11
|
* Ignore existing Migration/Datetime cop offendersSean McGivern2017-10-104-0/+4
|
* 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-071-0/+26
| | | | | 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-071-0/+28
| | | | | 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-076-0/+159
|\ | | | | | | # Conflicts: # db/schema.rb
| * Merge branch ↵Kamil Trzciński2017-10-061-0/+45
| |\ | | | | | | | | | | | | | | | | | | | | | | | | '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-072-0/+32
| | |\ | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | Optimise gcp_clusters table schemaKamil Trzcinski2017-10-051-6/+10
| | | |
| | * | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-10-052-0/+69
| | |\ \ | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-052-2/+29
| | |\ \ \ | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-041-0/+39
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | | | | Specify defaults, fix policies, fix db columnsKamil Trzcinski2017-10-041-6/+6
| | | | | | |
| | * | | | | Merge branch 'master' into ↵Shinya Maeda2017-10-043-0/+79
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-045-1/+87
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-031-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dry up workers