API should list commits #2451

Closed
opened 2025-11-02 04:36:43 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @lunny on GitHub (Oct 25, 2018).

This is a feature request for the API to support more details for reporting. I would like to access:

  • List commits (just like GitHub)

This would enable reporting integration to query the api to determine, over a period:

  • number of commits in a repo

splitted from #760

Originally created by @lunny on GitHub (Oct 25, 2018). This is a feature request for the API to support more details for reporting. I would like to access: - List commits (just like [GitHub](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)) This would enable reporting integration to query the api to determine, over a period: - number of commits in a repo splitted from #760
GiteaMirror added the issue/confirmedmodifies/api labels 2025-11-02 04:36:43 -06:00
Author
Owner

@HoffmannP commented on GitHub (Oct 25, 2018):

I'm currently working on it (only the GET-Part b/c see following:)
The CommitAPI depends on the TreeAPI so I woun't be able to fully implement it until #4185 is done.
POSTing a commit will be absolutely postponed until the TreeAPI is done as it doesn't make sense to create an commit without a tree object.

@HoffmannP commented on GitHub (Oct 25, 2018): I'm currently working on it (only the GET-Part b/c see following:) The CommitAPI depends on the TreeAPI so I woun't be able to fully implement it until #4185 is done. POSTing a commit will be absolutely postponed until the TreeAPI is done as it doesn't make sense to create an commit without a tree object.
Author
Owner

@stale[bot] commented on GitHub (Jan 5, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 5, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@stale[bot] commented on GitHub (Feb 23, 2019):

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale[bot] commented on GitHub (Feb 23, 2019): This issue has been automatically closed because of inactivity. You can re-open it if needed.
Author
Owner

@richmahn commented on GitHub (Jul 23, 2019):

@HoffmannP #4185 has been merged and closed, so it is done.

@richmahn commented on GitHub (Jul 23, 2019): @HoffmannP #4185 has been merged and closed, so it is done.
Author
Owner

@sapk commented on GitHub (Aug 26, 2019):

The github api style is done in #6408.

@sapk commented on GitHub (Aug 26, 2019): The github api style is done in #6408.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2451