summaryrefslogtreecommitdiff
path: root/spec/models/project_services/prometheus_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-0/+60
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-4/+27
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-0/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-051-0/+31
* Convert RestClient to Gitlab::HTTP for Prometheus MonitorDavid Wilkins2019-08-071-4/+0
* Check validity of prometheus_service before queryReuben Pereira2019-03-041-18/+43
* Merge branch 'security-2736-prometheus-ssrf' into 'master'Cindy Pallares2018-11-281-0/+17
* Show available clusters when installed or updatedPeter Leitzen2018-10-161-6/+17
* drop the ! from synchronize_service_state! + remove unused scopePawel Chojnacki2018-02-241-1/+1
* Squashed commit of the following:Pawel Chojnacki2018-02-241-177/+10
* Backport custom metrics ce componentsPaweł Chojnacki2018-02-231-4/+4
* Make prometheus service querying approach much nicer wrt to arity and default...Pawel Chojnacki2018-02-071-0/+19
* Fix rubocop warningsPawel Chojnacki2018-01-041-2/+2
* add tests for Manual configuration override and service activation synchroniz...Pawel Chojnacki2018-01-041-0/+66
* Cleanup PrometheusService testsPawel Chojnacki2018-01-041-33/+38
* Cleanup implementation and add cluster finding testsPawel Chojnacki2018-01-041-0/+127
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Fix bug where Service `created_at` time was used instead of deployment time.33933-fix-deployment-indicator-datePawel Chojnacki2017-06-221-2/+5
* Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-161-2/+6
|\
| * Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* | Fix prometheus service testsPawel Chojnacki2017-06-061-2/+3
|/
* Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-111-1/+1
* Custom queries for prometheusPawel Chojnacki2017-05-111-11/+19
* Merge request widget redesignFatih Acet2017-05-091-4/+19
* Improved code styling and added a HTTParty rescue blockJose Ivan Vargas2017-05-041-3/+2
* Added rescue block for the test method for the prometheus serviceJose Ivan Vargas2017-05-041-2/+3
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+104