gitlab-org--gitlab-foss/spec/support
Kamil Trzciński 1de22c672e Merge branch '43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name' into 'master'
Resolve "Controller parameters handling sensitive information should use a more specific name"

Closes #43316

See merge request gitlab-org/gitlab-ce!17796
2018-03-26 12:36:51 +00:00
..
api
banzai
controllers Resolve failures in GitHub-ish import controller specs 2018-02-09 13:14:29 -06:00
cycle_analytics_helpers Refactors median code to work with both single and multiple projects 2018-02-28 10:46:20 +00:00
features Fix quick actions for users who cannot update issues and MRs 2018-03-02 16:16:13 +00:00
gitlab-git-test.git Add update for packed-refs with git v2.16 2018-02-28 15:23:06 -08:00
gitlab_stubs
google_api
helpers
import_export
matchers Add matcher to match elements by ids 2018-03-06 20:42:14 +01:00
migrations_helpers Move TrackUntrackedUploadsHelpers 2018-02-20 12:09:50 -08:00
prometheus Backport custom metrics ce components 2018-02-23 17:58:40 +00:00
protected_tags
redis
services
shared_examples Merge branch '43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name' into 'master' 2018-03-26 12:36:51 +00:00
api_helpers.rb
background_migrations_matchers.rb
bare_repo_operations.rb Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges 2018-03-02 17:12:08 -03:00
batch_loader.rb
board_helpers.rb
capybara.rb prevent localStorage.clear from running when it would cause an error 2018-02-23 15:50:53 -06:00
capybara_helpers.rb
carrierwave.rb
chat_slash_commands_shared_examples.rb
cookie_helper.rb
cycle_analytics_helpers.rb Adapt cycle analytics spec helper and cycle analytics usage data spec 2018-03-01 16:43:26 +00:00
database_connection_helpers.rb
db_cleaner.rb Fix deletion attempts on dropped tables 2018-02-23 14:12:54 -08:00
devise_helpers.rb Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3' 2018-01-16 17:05:01 -08:00
drag_to_helper.rb
dropzone_helper.rb
email_format_shared_examples.rb
email_helpers.rb Initial work to add notification reason to emails 2018-01-16 19:17:55 -06:00
factory_bot.rb Port some changes from gitlab-ee!4532 back to CE 2018-02-14 19:22:05 +01:00
fake_migration_classes.rb
fake_u2f_device.rb
filter_item_select_helper.rb
filter_spec_helper.rb
filtered_search_helpers.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
fixture_helpers.rb Port some changes from gitlab-ee!4532 back to CE 2018-02-14 19:22:05 +01:00
forgery_protection.rb
generate-seed-repo-rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
git_http_helpers.rb
gitaly.rb
gitlab_verify.rb Foreground verification of uploads and LFS objects 2018-03-02 14:16:17 +00:00
gpg_helpers.rb
group_members_shared_example.rb
import_spec_helper.rb
input_helper.rb
inspect_requests.rb
issuable_shared_examples.rb
issuables_list_metadata_shared_examples.rb
issue_helpers.rb
issue_tracker_service_shared_example.rb
javascript_fixtures_helpers.rb Fail static-analysis if there's output to stderr 2018-01-26 19:42:48 +08:00
jira_service_helper.rb
json_response_helpers.rb
kubernetes_helpers.rb
ldap_helpers.rb Moved o_auth/saml/ldap modules under gitlab/auth 2018-02-28 16:53:02 +01:00
ldap_shared_examples.rb
legacy_path_redirect_shared_examples.rb
live_debugger.rb
login_helpers.rb Moved o_auth/saml/ldap modules under gitlab/auth 2018-02-28 16:53:02 +01:00
malicious_regexp_shared_examples.rb
markdown_feature.rb
mentionable_shared_examples.rb
merge_request_helpers.rb
migrations_helpers.rb Allow to use the latest migration in migration specs 2018-02-12 16:54:21 +01:00
milestone_tabs_examples.rb
mobile_helpers.rb
notify_shared_examples.rb
omni_auth.rb
prepare-gitlab-git-test-for-commit
project_forks_helper.rb Ensure hooks are deleted regardless of the project forking method 2018-01-19 13:57:17 -03:00
prometheus_helpers.rb
query_recorder.rb
quick_actions_helpers.rb
rake_helpers.rb
reactive_caching_helpers.rb Make prometheus service querying approach much nicer wrt to arity and default function params 2018-02-07 01:54:09 +01:00
redis_without_keys.rb
reference_parser_helpers.rb
reference_parser_shared_examples.rb
repo_helpers.rb
routing_helpers.rb
search_helpers.rb
seed_helper.rb
seed_repo.rb
select2_helper.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
selection_helper.rb
services_shared_context.rb Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' 2018-01-16 17:04:38 -08:00
setup_builds_storage.rb
sidekiq.rb
slack_mattermost_notifications_shared_examples.rb SlackService - respect notify_only_default_branch for push events 2018-03-02 09:15:35 -06:00
snippet_visibility.rb Port read_cross_project ability from EE 2018-02-22 17:11:36 +01:00
snippets_shared_examples.rb
sorting_helper.rb
stored_repositories.rb Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
stub_configuration.rb Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
stub_env.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
stub_feature_flags.rb
stub_gitlab_calls.rb
stub_gitlab_data.rb
taskable_shared_examples.rb
test_env.rb Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
time_tracking_shared_examples.rb
unique_ip_check_shared_examples.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
unpack-gitlab-git-test
update_invalid_issuable.rb
updating_mentions_shared_examples.rb
upload_helpers.rb
user_activities_helpers.rb
wait_for_requests.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
webmock.rb
workhorse_helpers.rb