gitlab-org--gitlab-foss/spec/requests/api
Dylan Griffith b5a5fdf0e3 Persist runner IP address on contact (#43489) 2018-02-28 11:54:37 +11:00
..
v3 Adjust the API issues move spec to use project ID 0 2018-02-26 14:59:00 -08:00
access_requests_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
applications_spec.rb Add application create API 2018-01-24 09:42:04 +01:00
award_emoji_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
boards_spec.rb EE-BACKPORT group boards 2018-01-04 17:28:10 -02:00
branches_spec.rb Get Project Branch API shows an helpful error message on invalid refname 2017-10-18 09:45:27 +02:00
broadcast_messages_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
circuit_breakers_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
commit_statuses_spec.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
commits_spec.rb Add missing pagination on the commit diff endpoint 2018-02-19 20:09:03 -05:00
deploy_keys_spec.rb Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3' 2018-01-16 17:04:51 -08:00
deployments_spec.rb Adds sorting to deployments API 2018-01-17 08:47:55 +01:00
doorkeeper_access_spec.rb Add sudo API scope 2017-11-02 11:39:03 +01:00
environments_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
events_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
features_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
files_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
group_milestones_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
group_variables_spec.rb Fix API variable specs 2018-02-05 20:15:06 +01:00
groups_spec.rb Backport /api/v4/groups N+1 query check from EE 2018-02-03 15:38:19 -08:00
helpers_spec.rb Save user ID and username in Grape API log (api_json.log) 2018-01-08 21:23:24 -08:00
internal_spec.rb Fix repo existence check in GitAccessWiki 2018-02-22 00:20:30 +00:00
issues_spec.rb Adjust the API issues move spec to use project ID 0 2018-02-26 14:59:00 -08:00
jobs_spec.rb Refactor :trace to :trace_live in spec 2018-02-06 15:50:08 +09:00
keys_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
labels_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
lint_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
members_spec.rb Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints 2018-01-30 21:46:09 -08:00
merge_request_diffs_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
merge_requests_spec.rb Return more consistent values for merge_status on MR API 2018-01-28 18:50:43 -02:00
namespaces_spec.rb Introduce :read_namespace access policy for namespace and group 2017-11-23 17:44:05 +01:00
notes_spec.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
notification_settings_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
oauth_tokens_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
pages_domains_spec.rb Fix get a single pages domain when project path contains a period 2018-02-19 00:12:54 -06:00
pipeline_schedules_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
pipelines_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
project_hooks_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
project_import_spec.rb Fix project import API after import service refactor 2018-02-16 18:03:34 +01:00
project_milestones_spec.rb Enables Project Milestone Deletion via API 2018-01-16 13:11:59 +01:00
project_snippets_spec.rb Fix the user-agent detail API endpoint for project snippets 2018-01-17 14:30:07 +00:00
projects_spec.rb Fix order dependencies in some specs 2018-02-16 20:39:47 +00:00
protected_branches_spec.rb Fix protected branches API to accept name parameter with dot 2018-01-19 20:07:44 +00:00
repositories_spec.rb Adds ordering to projects contributors in API 2017-12-13 18:02:20 +01:00
runner_spec.rb Persist runner IP address on contact (#43489) 2018-02-28 11:54:37 +11:00
runners_spec.rb Refactorize jobs finding logic 2017-11-28 00:36:50 +01:00
search_spec.rb API - Include project in commits&blobs search results 2018-02-14 09:00:26 +01:00
services_spec.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
settings_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
sidekiq_metrics_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
snippets_spec.rb Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' 2018-02-09 12:04:05 -06:00
system_hooks_spec.rb api support for merge_requests_events system hook 2018-01-04 09:33:41 +01:00
tags_spec.rb sorting for tags api 2017-12-14 13:42:15 +00:00
templates_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
todos_spec.rb Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'security-10-4' 2018-02-09 12:16:25 -06:00
triggers_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
users_spec.rb Add sorting options for /users API (admin only) 2018-02-06 16:00:33 +02:00
variables_spec.rb Fix API variable specs 2018-02-05 20:15:06 +01:00
version_spec.rb Introduce have_gitlab_http_status 2017-07-15 01:43:26 +08:00
wikis_spec.rb Fix API endpoints to edit wiki pages where project belongs to a group 2018-01-03 00:22:01 -05:00