Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-17Do not persist errors from Kubernetes callsMayra Cabrera
2018-09-14Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah
2018-09-14Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah
2018-09-14Always create `gitlab` service account and service account token regardless o...Thong Kuah
2018-09-14Drive creation of a rbac platform_kubernetes off provider#legacy_abac so that...Thong Kuah
2018-09-14ABAC: fetch default service account token; RBAC: fetch gitlab service acount ...Thong Kuah
2018-09-14Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` feat...Thong Kuah
2018-09-14Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about l...Thong Kuah
2018-09-14Only create new service account with cluster-admin clusterrolebinding for whe...Thong Kuah
2018-09-14Set RBAC support behind a feature flag.Thong Kuah
2018-09-14Refactor to DRY out building of kube_client into originator serviceThong Kuah
2018-09-14When provisioning a new cluster, create gitlab service account so that GitLab...Thong Kuah
2018-09-14Move FetchKubernetesTokenService to under the Clusters::Gcp::Kubernetes names...Thong Kuah
2018-08-01Merge branch 'timeouted' into 'master'Grzegorz Bizon
2018-07-25Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho
2018-07-18correct error messageDiana Stanley
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
2018-05-25Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets
2018-05-24Refactor code around scheduling cluster installationsDmitriy Zaporozhets
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-17Replace 'GKE' with 'Google Kubernetes Engine'Taurie Davis
2018-03-15Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen
2018-02-25Increase lease timeout for CheckIngressIpAddressService to reduce polling fre...Dylan Griffith
2018-02-23Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith
2018-02-23Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith
2018-02-23Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera
2018-02-20Refactor ingress IP address waiting code (#42643)Dylan Griffith
2018-02-15Ensure CheckIngressIpAddressService obtains exclusive lease per ingress contr...Dylan Griffith
2018-02-15Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith
2018-02-06Replace "cluster" with "Kubernetes cluster"Winnie Hellmann
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-05Replace Exception with ArgumentErrorMatija Čupić
2017-12-05Remove redundant return in Clusters::CreateServiceMatija Čupić
2017-12-05Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski
2017-12-04Optimize Clusters::CreateService#executeShinya Maeda
2017-12-03Raise error when trying to create second clusterMatija Čupić
2017-11-24Simplify Clusters::CreateService cluster checkMatija Čupić
2017-11-18Limit projects to just one clusterMatija Čupić
2017-11-07Add Helm InstallCommandAlessio Caiazza
2017-11-07Remove Clusters::Applications::FinalizeInstallationServiceAlessio Caiazza
2017-11-06Add Clusters::Applications services testsAlessio Caiazza
2017-11-06Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza
2017-11-03 Fix typosAlessio Caiazza
2017-11-03Schedule k8s application installation with a serviceAlessio Caiazza
2017-11-03Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza
2017-11-03Remove `Clusters::Applications::FetchInstallationStatusService`Alessio Caiazza
2017-11-03Rename App to ApplicationsAlessio Caiazza
2017-11-03Fix nitpicksKamil Trzcinski
2017-11-02Extract ClusterWaitForAppInstallationWorker logic into a serviceAlessio Caiazza
2017-11-02General cleanupAlessio Caiazza