summaryrefslogtreecommitdiffstats
path: root/modules/webhook
Commit message (Collapse)AuthorAgeFilesLines
* Webhook support custom proxy (#8760)Lunny Xiao2019-11-082-3/+72
| | | | | | | | | | | | * Webhook support custom proxy * Add glob support on webhook proxy host rules * fix app.ini.sample * improve code and app.ini.sample * update cheetsheet about added webhook options
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-037-5/+2536
| | | | * Move more webhook codes from models to webhook module
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-022-6/+16
| | | | | | * Rename HookQueue to hookQueue * fix lint
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-014-0/+470
* Move webhook to a standalone package under modules * fix test * fix comments