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-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-23Update all usages of KubeClientThong Kuah
2018-10-22Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"Thong Kuah
2018-10-17Move shared examples into the only file where usedThong Kuah
2018-10-15Merge branch '34758-refactor-cluster-services' into 'master'Dmitriy Zaporozhets
2018-10-15Remove un-used inheritance from serviceThong Kuah
2018-10-15Move non-controller code into dedicated serviceThong Kuah
2018-10-15Pass in project as kwarg for CreateServiceThong Kuah
2018-09-17Do not persist errors from Kubernetes callsMayra Cabrera
2018-09-14Address BE review - re-arrange some specsThong 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-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-07Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera
2018-07-18corrected test for new errorDiana Stanley
2018-06-29Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre
2018-05-24Refactor code around scheduling cluster installationsDmitriy Zaporozhets
2018-05-13Extract shared components from Clusters::CreateService specMatija Čupić
2018-03-22Rearrange DeploymentPlatform methodsMayra Cabrera
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-23Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith
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
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-06Remove redundant empty line in CreateService specMatija Čupić
2017-12-06Refactor Clusters::CreateService specMatija Čupić
2017-12-04Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski
2017-12-03Raise error when trying to create second clusterMatija Čupić
2017-12-01Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` a...Rémy Coutable
2017-11-18Check behaviour when adding more than one clusterMatija Čupić
2017-11-07Add Helm InstallCommandAlessio Caiazza
2017-11-07Fix cluster_applications_helm factory with a configured clusterAlessio Caiazza
2017-11-07Rename application_helm factory to cluster_application_helmAlessio Caiazza
2017-11-07Remove Clusters::Applications::FinalizeInstallationServiceAlessio Caiazza
2017-11-06Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza
2017-11-06Add Clusters::Applications services testsAlessio Caiazza
2017-11-06Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory n...Shinya Maeda
2017-11-06Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza
2017-11-02Fix some testsShinya Maeda
2017-11-01Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda
2017-10-31specs for featureShinya Maeda
2017-10-30specs for services. Improved details.Shinya Maeda