gitea/modules/notification
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
..
action Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
base Webhook for Wiki changes (#20219) 2022-09-04 20:54:23 +01:00
indexer Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
mail Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
mirror Implement sync push mirror on commit (#19411) 2022-07-08 20:45:12 +01:00
ui Add generic set type (#21408) 2022-10-12 13:18:26 +08:00
webhook Display total commit count in hook message (#21400) 2022-10-17 00:22:34 +08:00
notification.go Webhook for Wiki changes (#20219) 2022-09-04 20:54:23 +01:00