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 e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
* Change graceful to use a singleton obtained through GetManager instead of a global.
* Graceful: Make TestPullRequests shutdownable
* Graceful: Make the cron tasks graceful
* Graceful: AddTestPullRequest run in graceful ctx
* Graceful: SyncMirrors shutdown
* Graceful: SetDefaultContext for Xorm to be HammerContext
* Avoid starting graceful for migrate commands and checkout
* Graceful: DeliverHooks now can be shutdown
* Fix multiple syncing errors in modules/sync/UniqueQueue &  Make UniqueQueue closable
* Begin the process of making the repo indexer shutdown gracefully
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 Move more webhook codes from models to webhook module (#8802) 5 years ago
discord.go Move more webhook codes from models to webhook module (#8802) 5 years ago
main_test.go Move webhook to a standalone package under modules (#8747) 5 years ago
msteams.go Move more webhook codes from models to webhook module (#8802) 5 years ago
slack.go Make consistent links to repository in the Slack/Mattermost notificiations (#9205) 5 years ago
telegram.go Move more webhook codes from models to webhook module (#8802) 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