gitlab-org--gitlab-foss/spec/features/projects/services
David Wilkins 467a411e88 Convert RestClient to Gitlab::HTTP for Prometheus Monitor
- Closes #60024

- Change PrometheusClient.new to accept a base url instead of an
  already created RestClient

- Use Gitlab::HTTP in PrometheusClient instead of creating RestClient
  in PrometheusService

- Move http_options from PrometheusService to
  PrometheusClient (follow_redirects: false)

- ensure that base urls don't have the trailing slash

- Created a `PrometheusClient#url` method that might not be strictly
  required

- Change rescued exceptions from RestClient::* to
  HTTParty::ResponseError where possible and StandardError for the
  rest
2019-08-07 02:42:20 +00:00
..
disable_triggers_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_asana_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_assembla_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_atlassian_bamboo_ci_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_emails_on_push_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_flowdock_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_hipchat_spec.rb
user_activates_irker_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_issue_tracker_spec.rb Convert RestClient to Gitlab::HTTP for Prometheus Monitor 2019-08-07 02:42:20 +00:00
user_activates_jetbrains_teamcity_ci_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_jira_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_mattermost_slash_command_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_packagist_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_pivotaltracker_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_prometheus_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_pushover_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_slack_notifications_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_slack_slash_command_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00
user_activates_youtrack_spec.rb Convert RestClient to Gitlab::HTTP for Prometheus Monitor 2019-08-07 02:42:20 +00:00
user_views_services_spec.rb Add frozen_string_literal to spec/features 2019-07-26 13:23:30 +12:00