summaryrefslogtreecommitdiffstats
path: root/models/webhook_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-328/+0
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-60/+61
* [API] generalize list header (#16551)65432021-08-121-4/+5
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-14/+0
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Cron job to cleanup hook_task table (#13080)Brad Albright2021-01-261-0/+114
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-23/+1
* Granular webhook events (#9626)John Olheiser2020-03-061-1/+5
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-031-12/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-54/+0
* Implement webhook branch filter (#7791)WGH2019-09-091-0/+34
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+3
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-1/+1
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-16/+22
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-1/+4
* Bug fixes and unit tests for models/webhook (#751)Ethan Koenig2017-01-251-0/+263