aboutsummaryrefslogtreecommitdiffstats
path: root/modules/webhook/dingtalk.go
Commit message (Collapse)AuthorAgeFilesLines
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-081-1/+1
| | | | | | | | | | | | * Add HTML URL to API Issues Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swagger Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* Only show sender if it makes sense (#9601)John Olheiser2020-01-041-4/+4
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Refactor webhooks to reduce code duplication (#9422)Cornel2019-12-281-145/+21
| | | | | | | | | | | | | | | | | | | | | | | | * Start webhook refactoring to reduce code duplication * More webhook refactoring * Unify webhook release messages * Fix webhook release link * Remove sql import * More webhook refactoring * More webhook refactoring * Webhook tests extended * Fixed issue opened webhook Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* Remove text from action-only webhooks (#9377)John Olheiser2019-12-171-18/+0
| | | | | | | | | | * Remove text from contextual webhooks Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed one in Telegram Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-031-0/+423
* Move more webhook codes from models to webhook module