gitlab-ce/spec/requests/api
Stan Hu cedbb3366b Fix API /project/:id/branches not returning correct merge status
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24034 introduced
a regression where only the first 20 branches were used to determine
whether a branch has been merged because the pagination was applied
incorrectly. Requesting the second page of branches via the API would
always have the wrong merge status. We fix this by properly paginating
the branches before requesting their merge status.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56250
2019-03-30 05:20:29 -07:00
..
graphql Add merge request popover with details 2019-03-21 10:24:18 -04:00
pages Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
release Prevent Releases links API to leak tag existance 2019-02-08 16:39:15 +00:00
access_requests_spec.rb
applications_spec.rb
avatar_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
award_emoji_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
badges_spec.rb
boards_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
branches_spec.rb Fix API /project/:id/branches not returning correct merge status 2019-03-30 05:20:29 -07:00
broadcast_messages_spec.rb
circuit_breakers_spec.rb
commit_statuses_spec.rb
commits_spec.rb Merge branch 'security-commit-private-related-mr' into 'master' 2019-03-04 18:37:10 +00:00
container_registry_spec.rb Add Container Registry API 2019-01-25 13:13:48 +01:00
deploy_keys_spec.rb
deployments_spec.rb
discussions_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
doorkeeper_access_spec.rb
environments_spec.rb
events_spec.rb
features_spec.rb Allow setting feature flags per GitLab group 2019-02-19 14:57:03 +08:00
files_spec.rb Encode Content-Disposition filenames 2019-02-04 23:12:44 -08:00
graphql_spec.rb Allow GraphQL requests without CSRF token 2019-03-06 15:38:00 +01:00
group_boards_spec.rb
group_labels_spec.rb Incorporate feedback from Robert 2019-01-31 13:49:51 +01:00
group_milestones_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
group_variables_spec.rb Revert "Merge branch 'revert-8baf9e5f' into 'master'" 2019-02-27 12:52:53 +01:00
groups_spec.rb Eliminate N+1 queries in /api/groups/:id 2019-01-19 22:17:29 -08:00
helpers_spec.rb
import_github_spec.rb API for importing external repos 2019-01-17 10:37:08 +00:00
internal_spec.rb Allow multiple repositories per project 2019-03-26 13:21:03 +01:00
issues_spec.rb Add array support for labels 2019-03-06 13:28:42 +02:00
jobs_spec.rb API: delete job_artifacts of a single job 2019-03-06 11:06:21 +00:00
keys_spec.rb Added: Documentation for the API 2019-02-26 23:18:40 +00:00
labels_spec.rb Merge branch '56694-mark-group-level-labels-in-label-api-as-such' into 'master' 2019-02-14 10:48:12 +00:00
lint_spec.rb
markdown_spec.rb Fix review comments 2019-01-21 15:07:40 -06:00
members_spec.rb
merge_request_diffs_spec.rb Added: Documentation for the API 2019-02-26 23:18:40 +00:00
merge_requests_spec.rb Reduce queries in spec/requests/api/merge_requests_spec.rb 2019-03-13 17:56:26 +01:00
namespaces_spec.rb Added: Documentation for the API 2019-02-26 23:18:40 +00:00
notes_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
notification_settings_spec.rb
oauth_tokens_spec.rb
pages_domains_spec.rb
pipeline_schedules_spec.rb
pipelines_spec.rb Disable audit event logging for pipeline destruction 2019-01-10 01:30:41 -08:00
project_clusters_spec.rb Add feature flag for build preparing state 2019-03-20 12:04:46 +11:00
project_export_spec.rb
project_hooks_spec.rb
project_import_spec.rb
project_milestones_spec.rb Added: Documentation for the API 2019-02-26 23:18:40 +00:00
project_snapshots_spec.rb
project_snippets_spec.rb
project_statistics_spec.rb Add project http fetch statistics API 2019-02-27 11:52:35 +01:00
project_templates_spec.rb Merge branch 'sh-fix-cpp-templates-404' into 'master' 2019-02-26 12:21:57 +01:00
projects_spec.rb Show statistics also when repository is disabled 2019-03-23 12:06:50 +01:00
protected_branches_spec.rb
protected_tags_spec.rb
releases_spec.rb Fix Markdown of release notes 2019-01-30 15:52:59 +09:00
repositories_spec.rb Fix files/blob api endpoint content disposition 2019-01-10 12:30:19 +00:00
resource_label_events_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
runner_spec.rb Create framework for build prerequisites 2019-03-20 12:04:40 +11:00
runners_spec.rb add tag_list param to runners api 2019-02-27 20:19:49 +01:00
search_spec.rb return 400 on users search and feature is disabled 2019-03-14 18:39:54 +01:00
services_spec.rb
settings_spec.rb Add local markdown version 2019-02-06 19:46:59 +01:00
sidekiq_metrics_spec.rb
snippets_spec.rb Allow all personal snippets to be accessed by API 2019-03-06 09:05:03 +00:00
submodules_spec.rb Fix typos 2019-01-21 18:06:16 +00:00
suggestions_spec.rb Prepare suggestion implementation for multi-line 2019-03-27 12:26:53 -03:00
system_hooks_spec.rb
tags_spec.rb Search project tags via API 2019-01-21 10:01:00 +00:00
templates_spec.rb
todos_spec.rb Significantly reduce N+1 queries in /api/v4/todos endpoint 2019-03-06 07:03:46 -08:00
triggers_spec.rb Do not expose trigger token when user should not see it 2019-01-31 16:51:17 +01:00
users_spec.rb Add highest_role method to User 2019-03-22 09:54:03 +00:00
variables_spec.rb Revert "Merge branch 'revert-8baf9e5f' into 'master'" 2019-02-27 12:52:53 +01:00
version_spec.rb Add metadata about the GitLab server to GraphQL 2019-03-05 15:00:32 +00:00
wikis_spec.rb Only require one parameter when updating a Wiki via the API 2019-02-13 16:35:27 +00:00