diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-03-08 03:05:24 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-03-08 03:05:24 +0000 |
commit | ff9267a707e5e02cd1af14d3c5a4835b1d405c77 (patch) | |
tree | cdeaf59ad27907c7825831f4c6a2a88601dacc83 /doc | |
parent | e17bc3afc565bd13aa77380b2926fbae17ecf94f (diff) | |
parent | d13451cd49e3380c3b69c3143cea929a9b3ec06a (diff) | |
download | gitlab-ce-ff9267a707e5e02cd1af14d3c5a4835b1d405c77.tar.gz |
Merge branch '1381-present-commits-pagination-headers-correctly' into 'master'
GET "projects/:id/repository/commits" endpoint improvements
Closes #1381 and #20207
See merge request !9679
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/v3_to_v4.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md index bf180836b57..95d4c9a13b3 100644 --- a/doc/api/v3_to_v4.md +++ b/doc/api/v3_to_v4.md @@ -73,3 +73,6 @@ Below are the changes made between V3 and V4. - Simplify project payload exposed on Environment endpoints [!9675](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9675) - API uses merge request `IID`s (internal ID, as in the web UI) rather than `ID`s. This affects the merge requests, award emoji, todos, and time tracking APIs. [!9530](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9530) - API uses issue `IID`s (internal ID, as in the web UI) rather than `ID`s. This affects the issues, award emoji, todos, and time tracking APIs. [!9530](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9530) +- Change initial page from `0` to `1` on `GET projects/:id/repository/commits` (like on the rest of the API) [!9679] (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9679) +- Return correct `Link` header data for `GET projects/:id/repository/commits` [!9679] (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9679) + |