gitea/services/webhook
Giteabot 7750a7313d
Fix release URL in webhooks () ()
Backport  by @jolheiser

Resolves 

`URL` points to the API URL, `HTMLURL` points to the web page.

Notably, however, for PRs they are the same URL. I switched them to use
HTMLURL to match the rest of the codebase terminology.

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
..
deliver.go Improve queue and logger context ()
deliver_test.go Restructure `webhook` module ()
dingtalk.go Fix release URL in webhooks () ()
dingtalk_test.go Fix release URL in webhooks () ()
discord.go Fix release URL in webhooks () ()
discord_test.go Fix release URL in webhooks () ()
feishu.go Modify the content format of the Feishu webhook ()
feishu_test.go Modify the content format of the Feishu webhook ()
general.go Modify the content format of the Feishu webhook ()
general_test.go Fix release URL in webhooks () ()
main_test.go move repository deletion to service layer ()
matrix.go Fix release URL in webhooks () ()
matrix_test.go Restructure `webhook` module ()
msteams.go Fix release URL in webhooks () ()
msteams_test.go Fix release URL in webhooks () ()
notifier.go Move notification interface to services layer ()
packagist.go Restructure `webhook` module ()
packagist_test.go Restructure `webhook` module ()
payloader.go New webhook trigger for receiving Pull Request review requests ()
slack.go Fix release URL in webhooks () ()
slack_test.go Restructure `webhook` module ()
telegram.go Add ThreadID parameter for Telegram webhooks ()
telegram_test.go Restructure `webhook` module ()
webhook.go Warn instead of reporting an error when a webhook cannot be found ()
webhook_test.go Restructure `webhook` module ()
wechatwork.go Use the type RefName for all the needed places and fix pull mirror sync bugs ()