-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
None
-
None
-
Severity 3 - Minor
-
2
-
For instance:
curl -H "Content-Type:application/json" -H "Accept:application/json" --user admin:admin -X GET 'http://localhost:7990/projects/TEST/repos/repotest3/changes?since=e508f7a&until=4d15880&start=0&limit=100000'
This returns to me:
{"self":[{"href":"http://localhost:7990/projects/TEST/repos/repotest3/commits/4d15880#File817.txt"}]}}],"size":1000,"isLastPage":false,"start":0,"limit":100000,"nextPageStart":100000}
Notice that this parameter should be true: "isLastPage":false because the limit of 1000 was reached by currently respecting page.max.changes (this limit might change depending on the implementation of https://jira.atlassian.com/browse/STASH-5328)
"nextPageStart" is incorrect in this case - it should be null.
- is blocked by
-
BSERV-5328 Give the REST endpoint /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/changes an alternative to page.max.changes
- Gathering Interest