gitea/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
2019-12-15 09:51:28 +00:00
..
deliver.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 2019-12-15 09:51:28 +00:00
deliver_test.go Webhook support custom proxy (#8760) 2019-11-08 16:25:53 -05:00
dingtalk.go Move more webhook codes from models to webhook module (#8802) 2019-11-03 22:13:25 +00:00
discord.go Move more webhook codes from models to webhook module (#8802) 2019-11-03 22:13:25 +00:00
main_test.go Move webhook to a standalone package under modules (#8747) 2019-11-01 22:51:22 +00:00
msteams.go Move more webhook codes from models to webhook module (#8802) 2019-11-03 22:13:25 +00:00
slack.go Make consistent links to repository in the Slack/Mattermost notificiations (#9205) 2019-11-30 12:23:37 +02:00
telegram.go Move more webhook codes from models to webhook module (#8802) 2019-11-03 22:13:25 +00:00
webhook.go Move more webhook codes from models to webhook module (#8802) 2019-11-03 22:13:25 +00:00
webhook_test.go Move more webhook codes from models to webhook module (#8802) 2019-11-03 22:13:25 +00:00