#3271 API endpoint to list commits
Opened by felixonmars. Modified

It would be nice to have a paged API endpoint to list commits by project/branch.

GitLab has one like .../repository/commits?ref_name=


What's the use-case for it?

Metadata Update from @pingou:
- Issue tagged with: RFE

It's primarily useful for integrating things like Buildbot with Pagure, where it tends to want a lot of data to present a holistic view of things.

I'm working on a pagure integration in nvchecker, matching the gitlab API:

Ref: https://github.com/lilydjwg/nvchecker/blob/master/nvchecker/source/gitlab.py

it would be interesting for psss/did reporting

Metadata Update from @wombelix:
- Issue set to the milestone: 6.0

Metadata