Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-04-23 20:57:58 +0300
committerStan Hu <stanhu@gmail.com>2018-04-23 20:57:58 +0300
commit027cd2fbf9c0aac58032ae37a46c12678d0f207e (patch)
tree8e40c715e7e17f4d3f722477102006881640a7a6 /changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml
parent2011c9b5b57b30b5d93f3c8cdf1e8b020d8572bb (diff)
parentfe21dfc256211495d4c8a8e0bb0bccb6baea590c (diff)
Merge branch '10-7-stable-patch-1' into '10-7-stable'
Prepare 10.7.1 release See merge request gitlab-org/gitlab-ce!18500
Diffstat (limited to 'changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml')
-rw-r--r--changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml b/changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml
new file mode 100644
index 00000000000..963ec893963
--- /dev/null
+++ b/changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml
@@ -0,0 +1,6 @@
+---
+title: '[API] Fix URLs in the `Link` header for `GET /projects/:id/repository/contributors`
+ when no value is passed for `order_by` or `sort`'
+merge_request: 18393
+author:
+type: fixed