summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Fix statis analysysShinya Maeda2017-11-051-1/+1
* 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-042-90/+99
* | Fix MigrateGcpClustersToNewClustersArchitectures. Improve specShinya Maeda2017-11-031-1/+5
* | Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda2017-11-032-2/+2
* | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-035-3/+155
|\ \ | |/
| * Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' int...Yorick Peterse2017-11-023-1/+57
| |\
| | * Add a column linking an MR to its diffSean McGivern2017-11-023-1/+57
| * | Remove user authentication_token columnDouwe Maan2017-11-022-2/+20
| * | Migrate user private tokens to personal access tokensDouwe Maan2017-11-021-0/+78
| |/
* | Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda2017-11-021-6/+6
* | Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-012-4/+4
* | Slim down Platforms::Kubernetes, and instead make it instrument KubernetesSer...Kamil Trzcinski2017-11-011-2/+2
* | Improve migration file. Add migration spec. Reorder columns of the table.Shinya Maeda2017-11-014-105/+112
* | 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-013-12/+19
|\ \ | |/
| * Merge branch 'bvl-dont-rename-free-names' into 'master'Douwe Maan2017-10-241-11/+0
| |\
| | * Don't rename groups/projects that aren't reserved anymorebvl-dont-rename-free-namesBob Van Landuyt2017-10-241-11/+0
| * | Add new circuitbreaker properties to application_settingsBob Van Landuyt2017-10-232-1/+19
| |/
* | This worksShinya Maeda2017-10-233-10/+153
* | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-231-0/+66
|/
* 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
* 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
* Add a model for `fork_networks`Bob Van Landuyt2017-10-072-0/+36
* Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-078-0/+240
|\
| * Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serv...Kamil Trzciński2017-10-062-0/+77
| |\
| | * Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-074-1/+76
| | |\
| | * | Optimise gcp_clusters table schemaKamil Trzcinski2017-10-052-10/+14
| | * | Merge remote-tracking branch 'origin/master' into feature/sm/35954-create-kub...Kamil Trzcinski2017-10-053-0/+73
| | |\ \
| | * \ \ Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-053-3/+30
| | |\ \ \
| | * \ \ \ Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-042-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
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-0410-3/+166
| | |\ \ \ \ \ \
| | * | | | | | | 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