summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-08-18 06:25:29 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-08-18 06:25:29 +0000
commit8fadba44f4b0c686e79d32fe196ab0abe33d3df2 (patch)
tree1f39850100a8ea58dcb7e475f49d92b1817c07d9 /changelogs
parentdad8fae744d8dd384d0da220663bfa8814a43dfc (diff)
parente17d9529faa4d292d7f869a0f9ebbbcde4cc6f9e (diff)
downloadgitlab-ce-8fadba44f4b0c686e79d32fe196ab0abe33d3df2.tar.gz
Merge branch 'tc-git-tower-pagination-links' into 'master'
API: do not set rel="next" pagination header when no records found Closes #36618 See merge request !13629
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