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
?limit
and?start
queries and saw the correct
results.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
src/main/java/org/reviewboard/rbgerrit/CommitListResource.java |
---|
src/main/java/org/reviewboard/rbgerrit/Module.java |
---|