summaryrefslogtreecommitdiff
path: root/app/services/clusters
Commit message (Expand)AuthorAgeFilesLines
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-1/+1
* Replace Exception with ArgumentErrorMatija Čupić2017-12-051-1/+1
* Remove redundant return in Clusters::CreateServiceMatija Čupić2017-12-051-1/+1
* Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-051-1/+1
|\
| * Optimize Clusters::CreateService#executeShinya Maeda2017-12-041-1/+1
* | Raise error when trying to create second clusterMatija Čupić2017-12-031-1/+1
* | Simplify Clusters::CreateService cluster checkMatija Čupić2017-11-241-5/+1
* | Limit projects to just one clusterMatija Čupić2017-11-181-0/+10
|/
* Add Helm InstallCommandAlessio Caiazza2017-11-073-4/+8
* Remove Clusters::Applications::FinalizeInstallationServiceAlessio Caiazza2017-11-072-18/+23
* Add Clusters::Applications services testsAlessio Caiazza2017-11-064-31/+10
* Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza2017-11-061-2/+2
* Fix typosAlessio Caiazza2017-11-031-1/+1
* Schedule k8s application installation with a serviceAlessio Caiazza2017-11-031-0/+27
* Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-032-10/+5
|\
| * Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda2017-11-022-10/+5
* | Remove `Clusters::Applications::FetchInstallationStatusService`Alessio Caiazza2017-11-033-35/+46
* | Rename App to ApplicationsAlessio Caiazza2017-11-0310-101/+111
* | Fix nitpicksKamil Trzcinski2017-11-031-1/+1
* | Extract ClusterWaitForAppInstallationWorker logic into a serviceAlessio Caiazza2017-11-022-1/+29
* | General cleanupAlessio Caiazza2017-11-023-26/+1
* | Improve backend structure of dataKamil Trzcinski2017-11-024-8/+14
* | Merge branch 'refactor-clusters' into 38464-k8s-appsKamil Trzcinski2017-11-026-0/+208
|\ \ | |/
| * Pass cluster_idKamil Trzcinski2017-11-011-1/+1
| * Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-011-22/+13
| * Slim down Platforms::Kubernetes, and instead make it instrument KubernetesSer...Kamil Trzcinski2017-11-011-16/+3
| * Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda2017-11-011-2/+10
| * specs for featureShinya Maeda2017-11-011-2/+1
| * specs for controller. Improved validationShinya Maeda2017-10-311-4/+4
| * specs for services. Improved details.Shinya Maeda2017-10-301-2/+6
| * This worksShinya Maeda2017-10-235-62/+85
| * Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-236-0/+196
* Install k8s application with helm running inside the clusterAlessio Caiazza2017-11-025-0/+92