aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement webhook branch filter (#7791)WGH2019-09-091-0/+34
| | | | | | | | * Fix validate() function to handle errors in embedded anon structs * Implement webhook branch filter See #2025, #3998.
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+3
|
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-16/+22
| | | | | | * Fix tests code to prevent some runtime errors * Reduce nesting
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-1/+4
| | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart.
* Bug fixes and unit tests for models/webhook (#751)Ethan Koenig2017-01-251-0/+263