• 
      

    Add a resource for retrieving a list of commits

    Review Request #8922 — Created May 5, 2017 and submitted — Latest diff uploaded

    Information

    gerrit-reviewboard-plugin
    master

    Reviewers

    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.