summaryrefslogtreecommitdiffstats
path: root/modules/webhook/deliver_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-39/+0
| | | | | | | | | | | | | | * Move webhook type from int to string * rename webhook_services * finish refactor * Fix merge * Ignore unnecessary ci Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* Webhook support custom proxy (#8760)Lunny Xiao2019-11-081-0/+39
* 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