summaryrefslogtreecommitdiff
path: root/app/services/clusters
Commit message (Expand)AuthorAgeFilesLines
...
* | Shift to class methods for RefreshServiceThong Kuah2018-12-051-12/+18
* | Rename to CreateOrUpdateServiceAccountServiceThong Kuah2018-12-053-3/+3
* | DRY up refresh serviceThong Kuah2018-12-051-12/+13
* | Create k8s namespace for project in group clustersThong Kuah2018-12-051-0/+33
* | Modify service so that it can be re-runThong Kuah2018-12-051-4/+5
* | Call ClusterPlatformConfigureWorker to re-use codeThong Kuah2018-12-051-10/+2
|/
* Merge branch 'json-logging-for-k8s' into 'master'Stan Hu2018-11-273-6/+22
|\
| * Use JSON logging for helm install servicesDylan Griffith2018-11-273-6/+22
* | Merge branch '51792-dont-delete-failed-install-pods' into 'master'Dmitriy Zaporozhets2018-11-271-9/+2
|\ \
| * | Don't remove failed install podsDylan Griffith2018-11-271-9/+2
* | | Expose external_ip to knative cluster applicationChris Baumbauer2018-11-261-1/+1
|/ /
* | Addressing review commentsAmit Rathi2018-11-231-1/+1
* | Merge branch 'master' into certmanager-tempAmit Rathi2018-11-193-1/+4
|\ \ | |/
| * Improve variables supportimprove-variables-supportKamil TrzciƄski2018-11-191-1/+1
| * Track Kubernetes errors using SentryDylan Griffith2018-11-142-0/+3
* | Merge branch 'master' into certmanager-tempAmit Rathi2018-11-143-9/+6
|\ \ | |/
| * Show HTTP response code for Kubernetes errorsThong Kuah2018-11-133-9/+6
* | CleanupAmit Rathi2018-11-132-5/+1
* | Merge branch 'master' into certmanager-tempAmit Rathi2018-11-129-40/+186
|\ \ | |/
| * Merge branch 'fix-error-handling-bugs-in-kubernetes-integration' into 'master'Dmitriy Zaporozhets2018-11-111-2/+0
| |\
| | * Remove special handling for 404 response from K8sDylan Griffith2018-11-091-2/+0
| * | Raise on unknown clusterableThong Kuah2018-11-081-0/+2
| * | Do not allow applications for group clustersThong Kuah2018-11-081-1/+10
| * | Extend clusters_controller for group type clustersThong Kuah2018-11-081-0/+2
| |/
| * Merge branch 'more-helm-install-error-logs' into 'master'Dmitriy Zaporozhets2018-11-072-4/+8
| |\
| | * Add more logging for errors with kubernetes on helm installmore-helm-install-error-logsDylan Griffith2018-11-062-4/+8
| * | Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-036-30/+166
| |\ \ | | |/
| | * Incorporates Kubernetes Namespace into Cluster's flowThong Kuah2018-11-025-25/+149
| | * Abstract out project out of ClustersControllerThong Kuah2018-11-011-5/+17
| * | Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-022-7/+4
| |\ \ | | |/
| * | Rename knative domainname field to hostname and fix changelog entryChris Baumbauer2018-10-301-4/+0
| * | Knative supportChris Baumbauer2018-10-241-1/+6
* | | Pushing WIP state for backupAmit Rathi2018-11-033-3/+18
| |/ |/|
* | Associate clusters model to groups34758-create-group-clustersThong Kuah2018-10-291-2/+2
* | 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
|/
* 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