Add a resource for retrieving a list of commits
Review Request #8922 — Created May 5, 2017 and submitted — Latest diff uploaded
The
CommitListResource, available at
a/projects/<projectName>/all-commits/, returns a list of commit
information entries about the first N (default 30) commits on a
branch. It also supports starting at a specific commit for
pagination support.
Hit the API with
?limitand?startqueries and saw the correct
results.
| src/main/java/org/reviewboard/rbgerrit/CommitListResource.java |
|---|