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/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>
2020-05-14 20:06:00 -04:00
..
deliver.go Handle panics that percolate up to the graceful module (#11291) 2020-05-14 20:06:00 -04:00
deliver_test.go
dingtalk.go Granular webhook events (#9626) 2020-03-06 07:10:48 +02:00
dingtalk_test.go
discord.go Granular webhook events (#9626) 2020-03-06 07:10:48 +02:00
feishu.go Granular webhook events (#9626) 2020-03-06 07:10:48 +02:00
general.go Only show sender if it makes sense (#9601) 2020-01-04 22:20:15 +00:00
general_test.go
main_test.go
matrix.go Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00
matrix_test.go Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00
msteams.go Granular webhook events (#9626) 2020-03-06 07:10:48 +02:00
slack.go Fix ref links in issue overviews for tags (#8742) 2020-05-14 18:55:43 -04:00
slack_test.go Only show sender if it makes sense (#9601) 2020-01-04 22:20:15 +00:00
telegram.go Granular webhook events (#9626) 2020-03-06 07:10:48 +02:00
telegram_test.go
webhook.go Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00
webhook_test.go