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/services/webhook
Earl Warren cbdea868e4
[BRANDING] [v1.20] define the forgejo webhook type
templates/swagger/v1_json.tmpl updated with `make generate-swagger`

(cherry picked from commit 88899c492e)
(cherry picked from commit 7171bd9617)
(cherry picked from commit 1a742446c1)
(cherry picked from commit d7c189d7b2)

Conflicts:
	routers/web/web.go
2023-03-12 23:29:03 +01:00
..
deliver.go [BRANDING] add X-Forgejo-* headers 2023-03-12 17:03:35 +01:00
deliver_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
dingtalk.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
dingtalk_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
discord.go fix: omit avatar_url in discord payload when empty (#22393) 2023-01-10 14:01:52 -05:00
discord_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
feishu.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
feishu_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
general.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
general_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
main_test.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
matrix.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
matrix_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
msteams.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
msteams_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
notifier.go Fix intermittent panic in notify issue change content (#23019) 2023-02-20 19:15:49 -05:00
packagist.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
packagist_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
payloader.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
slack.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
slack_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
telegram.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
telegram_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
webhook.go [BRANDING] [v1.20] define the forgejo webhook type 2023-03-12 23:29:03 +01:00
webhook_test.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00
wechatwork.go Restructure `webhook` module (#22256) 2023-01-01 23:23:15 +08:00