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.
forgejo/modules/webhook
zeripath 4a04740daf
Handle panics that percolate up to the graceful module (#11291)
* Handle panics in graceful goroutines

Adds a some deferred functions to handle panics in graceful goroutines

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Handle panic in webhook.Deliver

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Handle panic in mirror.syncMirror

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
deliver.go Handle panics that percolate up to the graceful module (#11291) 4 years ago
deliver_test.go Webhook support custom proxy (#8760) 5 years ago
dingtalk.go Granular webhook events (#9626) 4 years ago
dingtalk_test.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
discord.go Granular webhook events (#9626) 4 years ago
feishu.go Granular webhook events (#9626) 4 years ago
general.go Only show sender if it makes sense (#9601) 5 years ago
general_test.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
main_test.go Move webhook to a standalone package under modules (#8747) 5 years ago
matrix.go Add Matrix webhook (#10831) 4 years ago
matrix_test.go Add Matrix webhook (#10831) 4 years ago
msteams.go Granular webhook events (#9626) 4 years ago
slack.go Fix ref links in issue overviews for tags (#8742) 4 years ago
slack_test.go Only show sender if it makes sense (#9601) 5 years ago
telegram.go Granular webhook events (#9626) 4 years ago
telegram_test.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
webhook.go Add Matrix webhook (#10831) 4 years ago
webhook_test.go Move more webhook codes from models to webhook module (#8802) 5 years ago