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
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>
5 years ago
..
deliver.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 5 years ago
deliver_test.go Webhook support custom proxy (#8760) 5 years ago
dingtalk.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
dingtalk_test.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
discord.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
general.go Refactor webhooks to reduce code duplication (#9422) 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
msteams.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
slack.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
slack_test.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
telegram.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
telegram_test.go Refactor webhooks to reduce code duplication (#9422) 5 years ago
webhook.go Move more webhook codes from models to webhook module (#8802) 5 years ago
webhook_test.go Move more webhook codes from models to webhook module (#8802) 5 years ago