summaryrefslogtreecommitdiff
path: root/app/services/clusters
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '34758-refactor-cluster-services' into 'master'Dmitriy Zaporozhets2018-10-152-19/+23
|\
| * Pass in project as kwarg for CreateServiceThong Kuah2018-10-152-19/+23
* | Remove un-used inheritance from serviceThong Kuah2018-10-152-2/+10
* | Move non-controller code into dedicated serviceThong Kuah2018-10-151-0/+66
|/
* Do not persist errors from Kubernetes callsMayra Cabrera2018-09-172-7/+7
* Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah2018-09-143-6/+7
* Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-141-5/+0
* Always create `gitlab` service account and service account token regardless o...Thong Kuah2018-09-144-32/+31
* Drive creation of a rbac platform_kubernetes off provider#legacy_abac so that...Thong Kuah2018-09-141-5/+5
* ABAC: fetch default service account token; RBAC: fetch gitlab service acount ...Thong Kuah2018-09-142-4/+7
* Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` feat...Thong Kuah2018-09-142-1/+6
* Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about l...Thong Kuah2018-09-141-1/+3
* Only create new service account with cluster-admin clusterrolebinding for whe...Thong Kuah2018-09-141-2/+8
* Set RBAC support behind a feature flag.Thong Kuah2018-09-141-2/+1
* Refactor to DRY out building of kube_client into originator serviceThong Kuah2018-09-143-82/+42
* When provisioning a new cluster, create gitlab service account so that GitLab...Thong Kuah2018-09-144-1/+99
* Move FetchKubernetesTokenService to under the Clusters::Gcp::Kubernetes names...Thong Kuah2018-09-142-1/+75
* Merge branch 'timeouted' into 'master'Grzegorz Bizon2018-08-011-1/+1
|\
| * correct error messageDiana Stanley2018-07-171-1/+1
* | Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho2018-07-251-3/+3
|/
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-1611-0/+22
* Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-2/+2
* Refactor code around scheduling cluster installationsdz-refactor-cluster-apps-scheduleDmitriy Zaporozhets2018-05-241-14/+3
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Replace 'GKE' with 'Google Kubernetes Engine'Taurie Davis2018-04-171-1/+1
* Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-152-2/+2
* Increase lease timeout for CheckIngressIpAddressService to reduce polling fre...Dylan Griffith2018-02-251-1/+1
* Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-02-231-2/+2
|\
| * Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera2018-02-221-2/+2
* | Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-16/+11
* | Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-202-15/+9
* | Ensure CheckIngressIpAddressService obtains exclusive lease per ingress contr...Dylan Griffith2018-02-151-0/+9
* | Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-152-0/+38
|/
* Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-062-2/+2
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-1/+1
* Replace Exception with ArgumentErrorMatija Čupić2017-12-051-1/+1
* Remove redundant return in Clusters::CreateServiceMatija Čupić2017-12-051-1/+1
* Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-051-1/+1
|\
| * Optimize Clusters::CreateService#executeShinya Maeda2017-12-041-1/+1
* | Raise error when trying to create second clusterMatija Čupić2017-12-031-1/+1
* | Simplify Clusters::CreateService cluster checkMatija Čupić2017-11-241-5/+1
* | Limit projects to just one clusterMatija Čupić2017-11-181-0/+10
|/
* Add Helm InstallCommandAlessio Caiazza2017-11-073-4/+8
* Remove Clusters::Applications::FinalizeInstallationServiceAlessio Caiazza2017-11-072-18/+23
* Add Clusters::Applications services testsAlessio Caiazza2017-11-064-31/+10
* Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza2017-11-061-2/+2
* Fix typosAlessio Caiazza2017-11-031-1/+1
* Schedule k8s application installation with a serviceAlessio Caiazza2017-11-031-0/+27
* Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-032-10/+5
|\
| * Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda2017-11-022-10/+5