summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorToon Claes <toon@iotcl.com>2017-08-17 12:11:40 +0200
committerToon Claes <toon@iotcl.com>2017-08-17 21:47:01 +0200
commita98d17a83877cd885a92aac29a9cb13d13a53a86 (patch)
tree28714cf97d1130e66a38b6447629d9c1b1509378 /changelogs
parentfdf4f0fc0884c0346b16ec107a1ea1084dd4a32f (diff)
downloadgitlab-ce-a98d17a83877cd885a92aac29a9cb13d13a53a86.tar.gz
Add specs for pagination Link header
Add specs that check the 'Link' header for the inclusion of: - rel="first" - rel="last" - rel="prev" - rel="next" Fixes gitlab-org/gitlab-ce#36618 Related to gitlab-com/infrastructure#2532
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/tc-git-tower-pagination-links.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/tc-git-tower-pagination-links.yml b/changelogs/unreleased/tc-git-tower-pagination-links.yml
new file mode 100644
index 00000000000..b99ef8c3c4c
--- /dev/null
+++ b/changelogs/unreleased/tc-git-tower-pagination-links.yml
@@ -0,0 +1,5 @@
+---
+title: Improve API pagination headers when no record found
+merge_request: 13629
+author: Jordan Patterson
+type: fixed