You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/webhook
Lunny Xiao 9f560d47c9
Make actions URL in commit status webhooks absolute (#33620)
Gitea Actions generated target url doesn't contain host and port. So we
need to include them for external webhook visiting.

Fix #33603

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
7 days ago
..
deliver.go Support allowed hosts for migrations to work with proxy (#32025) 6 months ago
deliver_test.go Fix possible data race on tests (#30093) 11 months ago
dingtalk.go Fix commit status events (#33320) 3 weeks ago
dingtalk_test.go Store webhook event in database (#29145) 12 months ago
discord.go Fix commit status events (#33320) 3 weeks ago
discord_test.go Only provide the commit summary for Discord webhook push events (#32432) 4 months ago
feishu.go Fix commit status events (#33320) 3 weeks ago
feishu_test.go Store webhook event in database (#29145) 12 months ago
general.go Fix commit status events (#33320) 3 weeks ago
general_test.go Add tests for webhook and fix some webhook bugs (#33396) 4 weeks ago
main_test.go make writing main test easier (#27270) 1 year ago
matrix.go Fix commit status events (#33320) 3 weeks ago
matrix_test.go Store webhook event in database (#29145) 12 months ago
msteams.go Fix commit status events (#33320) 3 weeks ago
msteams_test.go Store webhook event in database (#29145) 12 months ago
notifier.go Make actions URL in commit status webhooks absolute (#33620) 7 days ago
packagist.go Fix commit status events (#33320) 3 weeks ago
packagist_test.go Enable tenv and testifylint rules (#32852) 2 months ago
payloader.go Fix commit status events (#33320) 3 weeks ago
slack.go Fix commit status events (#33320) 3 weeks ago
slack_test.go Store webhook event in database (#29145) 12 months ago
telegram.go Fix commit status events (#33320) 3 weeks ago
telegram_test.go Refactor webhook (#31587) 8 months ago
webhook.go Add tests for webhook and fix some webhook bugs (#33396) 4 weeks ago
webhook_test.go Test webhook email (#33033) 2 months ago
wechatwork.go Fix commit status events (#33320) 3 weeks ago