summaryrefslogtreecommitdiff
path: root/app/models/clusters/concerns/application_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-071-3/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-101-18/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-271-7/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-181-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-1/+18
* Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-161-10/+14
* Destroy app on successful uninstallationThong Kuah2019-04-291-5/+0
* Define state transitions for uninstalling appsThong Kuah2019-04-291-3/+15
* 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-071-3/+10
* 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-161-0/+4
* Port EE::Clusters::ApplicationStatus to CEThong Kuah2018-09-271-0/+24
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Extract installed cluster application scope to concernMatija Čupić2018-03-291-0/+2
* 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-0/+34