gitlab-org--gitlab-foss/spec/support/helpers
Sarah Yasonik bf918b68f6 Support dashboard params for metrics dashboard
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971

Adds support to EnvironmentsController#metrics_dashboard
for the following params: group, title, y_label
These params are used to uniquely identify a panel on
the metrics dashboard.

Metrics are stored in several places, so this adds
utilities to find a specific panel from the database
or filesystem depending on the metric specified.

Also moves some shared utilities into separate classes,
notably default values and errors.
2019-08-07 16:17:35 +00:00
..
features Add edit_note helper method 2019-07-31 08:37:02 +02:00
api_helpers.rb Fix frozen string error 2019-07-25 21:33:18 +12:00
assets_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
bare_repo_operations.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
board_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
capybara_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
ci_artifact_metadata_generator.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
cookie_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
cycle_analytics_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
database_connection_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
devise_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
drag_to_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
dropzone_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
email_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
exclusive_lease_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
expect_next_instance_of.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
expect_offense.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
expect_request_with_status.rb Add start_sha to commits API 2019-07-18 09:19:18 +02:00
fake_blob_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
fake_migration_classes.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
fake_u2f_device.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
file_mover_helpers.rb Check snippet attached file to be moved is within designated directory 2019-02-21 16:44:44 +08:00
filter_spec_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
filtered_search_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
fixture_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
git_helpers.rb Remove hook directory requirement from Shell 2019-05-30 20:04:08 +02:00
git_http_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
gitlab_verify_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
gpg_helpers.rb Remove magic SHAs from GPG badge feature spec 2018-11-26 09:39:42 -06:00
graphql_helpers.rb Improves the graphql_helpers used in GraphQL tests 2019-07-30 11:15:52 -04:00
import_spec_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
input_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
inspect_requests.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
issue_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
javascript_fixtures_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
jira_service_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
key_generator_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
kubernetes_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
ldap_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
lets_encrypt_helpers.rb Add pages domains acme orders 2019-06-06 18:55:31 +00:00
license_helper.rb Add no-op license helper to CE 2019-03-28 15:18:50 +02:00
live_debugger.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
login_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
markdown_feature.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
memory_usage_helper.rb Gather memory usage data in tests 2019-07-12 10:44:17 +00:00
merge_request_diff_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
merge_request_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
metrics_dashboard_helpers.rb Support dashboard params for metrics dashboard 2019-08-07 16:17:35 +00:00
migrations_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
mobile_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
note_interaction_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
notification_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
policy_helpers.rb Factorize policy helpers into PolicyHelpers 2019-03-27 15:41:46 +01:00
position_tracer_helpers.rb Refactor PositionTracer to support different types 2019-07-05 11:03:47 +00:00
project_forks_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
prometheus_helpers.rb Feature test for gfm embedding metrics 2019-07-26 01:41:54 +00:00
query_recorder.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
quick_actions_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
rake_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
reactive_caching_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
redis_without_keys.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
reference_parser_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
repo_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
routes_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
search_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
seed_helper.rb Add spec for Gitlab::Git::Repository#attributes 2018-10-30 15:44:55 +08:00
seed_repo.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
select2_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
selection_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
sorting_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_configuration.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_env.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_feature_flags.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_gitlab_calls.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_gitlab_data.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_metrics.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_object_storage.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_requests.rb Stub DNS to return IPv4 address 2019-07-29 19:20:30 -03:00
stub_worker.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
terms_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
test_env.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
test_request_helpers.rb Upgrade Rails to 5.1.6.1 2019-04-23 08:31:23 +08:00
upload_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
user_login_helper.rb Backport of ee/8120: Smartcard authentication 2018-11-18 21:00:28 +01:00
wait_for_requests.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
wait_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
wiki_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
workhorse_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00