summaryrefslogtreecommitdiff
path: root/app/services/clusters/gcp
Commit message (Expand)AuthorAgeFilesLines
* Move generic k8s services out of GCP namespace46686-move-k8s-services-out-of-gcp-namespaceTiger2019-08-285-250/+4
* Use separate Kubernetes namespaces per environmentTiger Watson2019-08-071-5/+0
* Give Knative serving permissions to service accountHordur Freyr Yngvason2019-07-112-1/+42
* Merge branch '60617-enable-project-cluster-jit' into 'master'Thong Kuah2019-06-241-3/+0
|\
| * Enable project-level JIT resource creation60617-enable-project-cluster-jitTiger2019-06-181-3/+0
* | Retry fetching Kubernetes Secret tokenDylan Griffith2019-06-211-3/+16
|/
* Rename `ClusterPlatformConfigureWorker`George Tsiolis2018-12-211-1/+1
* Add externalized strings for clusters error messagesGeorge Tsiolis2018-12-171-3/+3
* Minor refactor to GCP service classesMayra Cabrera2018-12-102-8/+23
* Add more structured JSON logging to Kubernetes classesDylan Griffith2018-12-102-0/+14
* Rename to CreateOrUpdateServiceAccountServiceThong Kuah2018-12-053-3/+3
* Modify service so that it can be re-runThong Kuah2018-12-041-4/+5
* Call ClusterPlatformConfigureWorker to re-use codeThong Kuah2018-12-041-10/+2
* Improve variables supportimprove-variables-supportKamil Trzciński2018-11-191-1/+1
* Show HTTP response code for Kubernetes errorsThong Kuah2018-11-131-4/+1
* Remove special handling for 404 response from K8sDylan Griffith2018-11-091-2/+0
* Incorporates Kubernetes Namespace into Cluster's flowThong Kuah2018-11-025-25/+149
* Store version within SUPPORTED_API_GROUPS hashrefactor_gitlab_kube_clientThong Kuah2018-10-231-2/+1
* Update all usages of KubeClientThong Kuah2018-10-231-4/+2
* Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah2018-09-143-6/+7
* 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-141-1/+1
* 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
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-164-0/+8
* 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
* Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera2018-02-221-2/+2
* Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-1/+1
* Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda2017-11-021-4/+3
* Pass cluster_idKamil Trzcinski2017-11-011-1/+1
* Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-011-22/+13
* specs for services. Improved details.Shinya Maeda2017-10-301-2/+6
* This worksShinya Maeda2017-10-234-57/+55
* Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-234-0/+175