summaryrefslogtreecommitdiffstats
path: root/models/webhook_dingtalk.go
Commit message (Collapse)AuthorAgeFilesLines
* Webhook for Pull Request approval/rejection (#5027)Lanre Adelowo2018-12-271-1/+28
|
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-11/+52
| | | | | | | | | | | | | | | | | | | | | | * fix some webhooks bugs * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix test * fix clearlabels * fix pullrequest webhook bug fix #3492 * update release webhook description * remove unused code * fix push webhook in pull request * small changes
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Multiple assignees (#3705)kolaente2018-05-091-1/+5
|
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-0/+197
* add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment