forgejo/modules/webhook
Cornel 81e63d0714 Refactor webhooks to reduce code duplication (#9422)
* Start webhook refactoring to reduce code duplication

* More webhook refactoring

* Unify webhook release messages

* Fix webhook release link

* Remove sql import

* More webhook refactoring

* More webhook refactoring

* Webhook tests extended

* Fixed issue opened webhook

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
2019-12-28 08:55:09 +00:00
..
deliver.go
deliver_test.go
dingtalk.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
dingtalk_test.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
discord.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
general.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
general_test.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
main_test.go
msteams.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
slack.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
slack_test.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
telegram.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
telegram_test.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
webhook.go
webhook_test.go