aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook_discord.go
Commit message (Collapse)AuthorAgeFilesLines
* 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