summaryrefslogtreecommitdiff
path: root/app/models/clusters/applications/prometheus.rb
Commit message (Expand)AuthorAgeFilesLines
* In Prometheus use update! instead of updateDylan Griffith2019-04-291-2/+2
* Deactivate any prometheus_service upon destroyThong Kuah2019-04-291-0/+8
* Teach Prometheus about #uninstall_commandThong Kuah2019-04-291-0/+8
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Move common method to application concernThong Kuah2019-02-151-5/+0
* Upgrade cluster applications, starting with runnerThong Kuah2019-02-071-3/+3
* Refactor some methods in Prometheus modelThong Kuah2019-01-181-14/+3
* Port generic upgrade functionality to CE55544-port-upgrade-commandThong Kuah2019-01-151-1/+27
* Add Knative metrics to PrometheusChris Baumbauer2019-01-031-1/+6
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-1/+2
* Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-2/+2
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Lock helm charts to the VERSION already specified for each application.Thong Kuah2018-08-021-1/+2
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-2/+2
* Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-281-2/+2
* Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho2018-07-251-0/+8
* Resolve "Unable to install Prometheus on Clusters: 'Error: Chart incompatible...Mayra Cabrera2018-06-201-1/+2
* Rescue Kubeclient::HttpError when generating prometheus_clientShinya Maeda2018-05-211-0/+5
* Merge remote-tracking branch 'upstream/master' into 5029-support-cluster-metr...5029-support-cluster-metrics-cePawel Chojnacki2018-03-061-5/+6
|\
| * Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-011-5/+6
* | Squashed commit of the following:Pawel Chojnacki2018-02-241-1/+3
|/
* use find_or_initialize to fetch prometheus_service instancePawel Chojnacki2018-02-061-1/+1
* remove unnecessary commentPawel Chojnacki2018-02-061-1/+0
* Test Prometheus proxy client generationPawel Chojnacki2018-01-041-2/+7
* Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-041-0/+9
* Move client creation to Prometheus Application, manufacture proper rest clientPawel Chojnacki2018-01-021-4/+11
* wipPawel Chojnacki2018-01-021-0/+12
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-0/+26