summaryrefslogtreecommitdiff
path: root/app/models/clusters/concerns
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-0/+18
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-224-4/+75
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-0/+4
* Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-162-10/+24
* Make ApplicationData a plain module include60550-make-application-data-plain-moduleDylan Griffith2019-05-161-39/+35
* Expose can_uninstall in cluster_status.jsonThong Kuah2019-04-291-0/+10
* Destroy app on successful uninstallationThong Kuah2019-04-291-5/+0
* Define state transitions for uninstalling appsThong Kuah2019-04-291-3/+15
* Implement commands to uninstall cluster applicationshelm_uninstall_commandThong Kuah2019-04-161-0/+8
* Use tap command for better readabilityJoão Cunha2019-03-061-3/+3
* Creates Clusterss::ApplciationsController update endpointJoão Cunha2019-03-051-0/+6
* Rename scope to imply :installed and :updated resultJoão Cunha2019-02-151-1/+8
* Remove #make_updated! as have #make_installed! nowremove_make_updated_cluster_applicationsThong Kuah2019-02-081-5/+0
* Upgrade cluster applications, starting with runnerThong Kuah2019-02-072-3/+14
* Update version on :installed, not :installingThong Kuah2019-02-071-5/+1
* Update version column after application is updatedThong Kuah2019-02-061-0/+4
* Refactor some methods in Prometheus modelThong Kuah2019-01-181-0/+4
* Extract Helm::ClientCommand for shared commandsDylan Griffith2018-11-161-0/+3
* Upgrade helm to 2.11.0 and upgrade on every installDylan Griffith2018-11-161-0/+4
* Show available clusters when installed or updatedPeter Leitzen2018-10-162-1/+5
* Port EE::Clusters::ApplicationStatus to CEThong Kuah2018-09-271-0/+24
* Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-0/+26
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-033-0/+6
* Lock helm charts to the VERSION already specified for each application.Thong Kuah2018-08-021-0/+17
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-26/+0
* Minor refactoring of Helm and ApplicationDataDylan Griffith2018-07-301-9/+18
* Get mutual SSL working with helm tillerDylan Griffith2018-07-301-3/+14
* Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-281-0/+6
* Extract installed cluster application scope to concernMatija Čupić2018-03-291-0/+2
* Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-011-0/+23
* Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-1/+1
* Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+5
* Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-201-4/+0
* Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-151-0/+4
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-0/+29
* Fix initial status againKamil Trzcinski2017-11-071-1/+1
* Do not use %i() in state machinesAlessio Caiazza2017-11-071-3/+3
* Rework initial stateKamil Trzcinski2017-11-071-1/+1
* More restrictive state machine transitions in Clusters::ApplicationStatusAlessio Caiazza2017-11-071-7/+7
* Merge branch '36629-35958-add-cluster-application-section' into '38464-k8s-apps'Kamil Trzciński2017-11-061-0/+1
|\
| * Add support for not_installable/scheduled and to not show created bannerKamil Trzcinski2017-11-061-0/+1
* | Add Clusters::Applications services testsAlessio Caiazza2017-11-061-1/+1
|/
* Add Clusters::Applications::Helm testsAlessio Caiazza2017-11-031-1/+1
* Schedule k8s application installation with a serviceAlessio Caiazza2017-11-031-0/+8
* Expose applications as array via APIKamil Trzcinski2017-11-021-5/+6
* Install k8s application with helm running inside the clusterAlessio Caiazza2017-11-021-0/+33