gitlab-org--gitlab-foss/spec/support/matchers
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
..
abort_matcher.rb
access_matchers.rb
access_matchers_for_controller.rb
background_migrations_matchers.rb
be_a_binary_string.rb
be_like_time.rb
be_n_plus_1_query.rb
be_url.rb
be_utf8.rb
be_valid_commit.rb
disallow_request_matchers.rb
eq_pem.rb
exceed_query_limit.rb
execute_check.rb
gitaly_matchers.rb
gitlab_git_matchers.rb
graphql_matchers.rb
have_emoji.rb
have_gitlab_http_status.rb
have_issuable_counts.rb
include_module.rb
issuable_matchers.rb
markdown_matchers.rb
match_file.rb
match_ids.rb
metric_counter_matcher.rb
navigation_matcher.rb
not_changed_matcher.rb
pagination_matcher.rb
query_matcher.rb
satisfy_matchers.rb
security_header_matcher.rb
user_status_matcher.rb