diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-03-02 23:06:06 -0300 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-03-07 22:56:31 -0300 |
commit | d13451cd49e3380c3b69c3143cea929a9b3ec06a (patch) | |
tree | f5dbe7d0775bcbb47811e1323d7a5c1d026297b6 /changelogs | |
parent | c46f933bb7cb6eccdf648112a57872dc24ebf3ad (diff) | |
download | gitlab-ce-d13451cd49e3380c3b69c3143cea929a9b3ec06a.tar.gz |
Returns correct header data for commits endpoint
Diffstat (limited to 'changelogs')
3 files changed, 4 insertions, 8 deletions
diff --git a/changelogs/unreleased/13605-add-pagination-headers-for-repository-commits-api-endpoint.yml b/changelogs/unreleased/13605-add-pagination-headers-for-repository-commits-api-endpoint.yml deleted file mode 100644 index 723510c219c..00000000000 --- a/changelogs/unreleased/13605-add-pagination-headers-for-repository-commits-api-endpoint.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Fix pagination headers for repository commits api endpoint -merge_request: -author: George Andrinopoulos diff --git a/changelogs/unreleased/1381-present-commits-pagination-headers-correctly.yml b/changelogs/unreleased/1381-present-commits-pagination-headers-correctly.yml new file mode 100644 index 00000000000..1b7e294bd67 --- /dev/null +++ b/changelogs/unreleased/1381-present-commits-pagination-headers-correctly.yml @@ -0,0 +1,4 @@ +--- +title: "GET 'projects/:id/repository/commits' endpoint improvements" +merge_request: 9679 +author: George Andrinopoulos, Jordan Ryan Reuter diff --git a/changelogs/unreleased/1381-use-commit-count-for-pagination.yml b/changelogs/unreleased/1381-use-commit-count-for-pagination.yml deleted file mode 100644 index ae84f64ed03..00000000000 --- a/changelogs/unreleased/1381-use-commit-count-for-pagination.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Add pagination to project commits API endpoint -merge_request: 5298 -author: Jordan Ryan Reuter |