gitlab-org--gitlab-foss/spec/requests/api
Sean McGivern 329b00672d Merge branch 'ce-5024-filename-search' into 'master'
Implement filtering by filename on code search

Closes #43627

See merge request gitlab-org/gitlab-ce!19509
2018-06-20 09:20:27 +00:00
..
graphql Allow querying a single MR within a project 2018-06-15 14:38:32 +02:00
access_requests_spec.rb
applications_spec.rb Add application create API 2018-01-24 09:42:04 +01:00
avatar_spec.rb Add Avatar API 2018-06-06 10:12:52 +02:00
award_emoji_spec.rb
badges_spec.rb Projects and groups badges API 2018-03-05 17:51:40 +00:00
boards_spec.rb Allow assigning and filtering issuables by ancestor group labels 2018-04-04 15:40:29 +00:00
branches_spec.rb Update API: add search param to branches 2018-03-05 12:57:47 +00:00
broadcast_messages_spec.rb
circuit_breakers_spec.rb
commit_statuses_spec.rb Add validation to webhook and service URLs to ensure they are not blocked because of SSRF 2018-06-01 11:43:53 +00:00
commits_spec.rb Merge branch 'commits_api_with_stats' into 'master' 2018-06-13 07:41:00 +00:00
deploy_keys_spec.rb Fix API to remove deploy key from project instead of deleting it entirely 2018-05-04 12:41:53 +02:00
deployments_spec.rb Adds sorting to deployments API 2018-01-17 08:47:55 +01:00
discussions_spec.rb Merge request and commit discussions API 2018-05-01 12:39:44 +00:00
doorkeeper_access_spec.rb
environments_spec.rb Expose readme url in Project API 2018-05-22 10:53:37 +00:00
events_spec.rb Eliminate N+1 queries with authors and push_data_payload in Events API 2018-06-05 07:22:07 -07:00
features_spec.rb Allow feature gate removal through the API 2018-04-03 16:39:08 +02:00
files_spec.rb
group_boards_spec.rb Bring one group board to CE 2018-03-03 12:56:17 -03:00
group_milestones_spec.rb
group_variables_spec.rb Fix API variable specs 2018-02-05 20:15:06 +01:00
groups_spec.rb Add id as second sort parameter for group sort by name 2018-06-18 19:30:34 +02:00
helpers_spec.rb Add username to terms message in git and API calls 2018-05-24 18:19:48 +02:00
internal_spec.rb Deny repository disk access in development and test 2018-06-14 11:18:25 +00:00
issues_spec.rb Remove N+1 query for author in issues API 2018-06-04 16:44:03 -07:00
jobs_spec.rb Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pipeline_id/jobs 2018-06-04 16:47:16 -07:00
keys_spec.rb
labels_spec.rb
lint_spec.rb
markdown_spec.rb Resolve "Expand API: Render an arbitrary Markdown document" 2018-05-18 10:25:59 +00: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
merge_requests_spec.rb Rephrase "maintainer" to more precise "members who can merge to the target branch" 2018-06-01 14:33:12 +09:00
namespaces_spec.rb
notes_spec.rb Add discussion API 2018-03-07 12:27:50 +01:00
notification_settings_spec.rb
oauth_tokens_spec.rb
pages_domains_spec.rb Add HTTPS-only pages 2018-03-22 19:58:36 +01:00
pipeline_schedules_spec.rb Use Goldiloader for handling N+1 queries 2018-04-09 11:58:06 +01:00
pipelines_spec.rb Removes variables from pipelines api 2018-06-05 21:57:29 +02:00
project_export_spec.rb Extend API for exporting a project with direct upload URL 2018-03-30 15:45:59 +00:00
project_hooks_spec.rb Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
project_import_spec.rb Correct more usages of non-relative fixture_file_upload paths 2018-06-07 09:54:41 -05:00
project_milestones_spec.rb Enables Project Milestone Deletion via API 2018-01-16 13:11:59 +01:00
project_snapshots_spec.rb Add an API endpoint to download git repository snapshots 2018-04-19 17:25:01 +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 Make all uses of fixture_file_upload use relative paths 2018-06-07 09:54:41 -05:00
protected_branches_spec.rb API uses ProtectedBranchPolicy for destroy/create 2018-03-26 10:29:53 +01:00
repositories_spec.rb Fix repository archive generation when hashed storage is enabled 2018-06-05 20:44:07 +01:00
runner_spec.rb Optimised paused runners to not re-query every 3s 2018-06-17 16:52:17 +02:00
runners_spec.rb Bring back deleted specs 2018-05-31 10:56:41 +02:00
search_spec.rb Implement filtering by filename on code search 2018-06-19 09:30:09 -06: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 Add a custom storage config instead of overwriting 2018-06-06 15:26:20 +02:00
sidekiq_metrics_spec.rb
snippets_spec.rb Resolve "Provide ability to retrieve visibility level via Snippets API" 2018-06-13 10:28:27 +00:00
system_hooks_spec.rb
tags_spec.rb Find and mark more Git disk access locations 2018-06-05 15:51:14 +00:00
templates_spec.rb Fix test failures with licensee 8.9 2018-03-20 12:42:36 +01: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
users_spec.rb Restoring user v3 endpoint 2018-06-13 08:25:01 +00:00
variables_spec.rb Fix API variable specs 2018-02-05 20:15:06 +01:00
version_spec.rb Replace Gitlab::REVISION with Gitlab.revision and handle installations without a .git directory 2018-05-24 10:14:01 +02:00
wikis_spec.rb Bump Gitaly to 0.98.0 2018-05-07 14:10:04 +02:00