summaryrefslogtreecommitdiff
path: root/app/models/project_services/prometheus_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove prometheus configuration help textGeorge Tsiolis2018-10-171-1/+0
* Show available clusters when installed or updatedPeter Leitzen2018-10-161-4/+4
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-1/+1
* drop the ! from synchronize_service_state! + remove unused scopePawel Chojnacki2018-02-241-2/+2
* Squashed commit of the following:Pawel Chojnacki2018-02-241-81/+4
* Backport custom metrics ce componentsPaweł Chojnacki2018-02-231-9/+11
* Fix order of checks in editable? method.Pawel Chojnacki2018-02-071-3/+4
* Make prometheus service querying approach much nicer wrt to arity and default...Pawel Chojnacki2018-02-071-3/+4
* fix rubocop errors and ensure prometheus_installed? doesn't fail in CI tests ...Mike Greiling2018-01-311-1/+2
* hide prometheus manual integration form when auto config is activeMike Greiling2018-01-311-10/+8
* change prometheus service description text to match designMike Greiling2018-01-311-1/+1
* Fix rubocopPawel Chojnacki2018-01-301-0/+1
* fix service generic testsPawel Chojnacki2018-01-301-4/+1
* check if service is templatePawel Chojnacki2018-01-171-0/+1
* Fix rubocop warningsPawel Chojnacki2018-01-041-3/+6
* Cleanup PrometheusService testsPawel Chojnacki2018-01-041-4/+0
* Cleanup implementation and add cluster finding testsPawel Chojnacki2018-01-041-6/+16
* Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-041-7/+13
* Auto enable prometheus service if Prometheus is InstalledPawel Chojnacki2018-01-021-4/+6
* Manual Configuration instead of Activation. Prometheus Service just got a bit...Pawel Chojnacki2018-01-021-8/+28
* Move client creation to Prometheus Application, manufacture proper rest clientPawel Chojnacki2018-01-021-30/+7
* wipPawel Chojnacki2018-01-021-7/+56
* Resolve "Internationalization support for Prometheus Service Configuration"Jose Ivan Vargas Lopez2017-11-151-3/+3
* Fix bug where Service `created_at` time was used instead of deployment time.33933-fix-deployment-indicator-datePawel Chojnacki2017-06-221-1/+1
* Test Additional metrics parser and fix query checking testsPawel Chojnacki2017-06-091-4/+0
* Fix Additional metrics filteringPawel Chojnacki2017-06-081-1/+5
* Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-071-1/+2
|\
| * simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-1/+2
* | Use explicit instance of prometheus service and add access methods to itPawel Chojnacki2017-06-071-2/+10
* | Remove service help, add URL field helpkushalpandya2017-06-011-12/+2
* | Finalize refactoring additional metrics queryPawel Chojnacki2017-05-251-1/+1
* | Additional metrics initial work, with working metrics listing, but without ac...Pawel Chojnacki2017-05-251-5/+15
|/
* Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-111-2/+3
* Custom queries for prometheusPawel Chojnacki2017-05-111-25/+10
* Merge request widget redesignFatih Acet2017-05-091-9/+16
* Support wider range of monitored environments with PrometheusJoshua Lambert2017-03-281-3/+3
* Resolve "Fix the Prometheus queries for multiple container environments"Jose Ivan Vargas Lopez2017-03-211-4/+4
* Move text to a MD heredoc.Joshua Lambert2017-03-211-1/+8
* Add additional details on metric source being k8s nodesJoshua Lambert2017-03-181-1/+1
* Clarify help text29618-clarify-help-text-on-prometheus-integration-pageJoshua Lambert2017-03-171-1/+1
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+93