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 (Collapse)Author
2018-05-24Refactor code around scheduling cluster installationsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-13Extract shared components from Clusters::CreateService specMatija Čupić
2018-03-22Rearrange DeploymentPlatform methodsMayra Cabrera
- Change find_cluster_platform_kubernetes to ignore environment argument - Fix broken specs CE Port of: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5047/
2018-03-15Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen
2018-02-25Increase lease timeout for CheckIngressIpAddressService to reduce polling ↵Dylan Griffith
frequency (#42643)
2018-02-23Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith
(#42643)
2018-02-20Refactor ingress IP address waiting code (#42643)Dylan Griffith
2018-02-15Ensure CheckIngressIpAddressService obtains exclusive lease per ingress ↵Dylan Griffith
controller (#42643)
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 ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-03Raise error when trying to create second clusterMatija Čupić
2017-12-01Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` ↵Rémy Coutable
and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
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 ↵Shinya Maeda
name. Use ArgumentError
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