aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook_discord.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-0/+24
| | | | | | | | | | | | | | | | | | | | | | * 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/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* fix discord hook bug (#2778)Lunny Xiao2017-10-251-0/+4
|
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-0/+33
| | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload
* fix orgnization webhooks (#2422)Lunny Xiao2017-08-301-2/+0
| | | | | | * fix org webhooks * remove trace code
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-0/+252
* implementation of discord webhook * fix webhooks * fix typo and unnecessary color values * fix typo * fix imports and revert changes to webhook_slack.go