This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/api/v1
KN4CK3R cad9adeff4
Display total commit count in hook message (#21400)
Fixes #21379

The commits are capped by `setting.UI.FeedMaxCommitNum` so
`len(commits)` is not the correct number. So this PR adds a new
`TotalCommits` field.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-17 00:22:34 +08:00
..
activitypub Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
admin
misc
notify
org [API] teamSearch show teams with no members if user is admin (#21204) 2022-09-19 20:02:29 +08:00
packages
repo Display total commit count in hook message (#21400) 2022-10-17 00:22:34 +08:00
settings
swagger Add API endpoint to get changed files of a PR (#21177) 2022-09-29 04:27:20 +02:00
user Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
utils Webhook for Wiki changes (#20219) 2022-09-04 20:54:23 +01:00
api.go Add API endpoint to get changed files of a PR (#21177) 2022-09-29 04:27:20 +02:00
auth.go
auth_windows.go