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
2019-04-05Add a proxy method to PrometheusClientReuben Pereira
- Also refactor the get and json_api_get methods so that the get method can be reused by the new proxy method. - The new proxy method makes no changes to the request to the prometheus server and response from the prometheus server. This allows it to be used as a proxy to the Prometheus server, hence the name.
2019-02-15Remove #ready? method in favor of #available?Thong Kuah
Given https://github.com/helm/helm/issues/3338, I think that we should exclude applications that are :update_errored, :updating as well.
2018-07-25Backports relevant changes made in ↵Tiago Botelho
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5163 to CE
2018-07-19Enable more frozen string in app/services/**/*.rbgfyoung
Partially addresses #47424.
2018-03-05Implemente Prometheus:AdapterServicePawel Chojnacki