aboutsummaryrefslogtreecommitdiffstats
path: root/modules/webhook/slack_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-80/+0
| | | | | | | | | | | | | | * Move webhook type from int to string * rename webhook_services * finish refactor * Fix merge * Ignore unnecessary ci Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* Refactor webhook payload convertion (#12310)Lunny Xiao2020-09-041-32/+24
| | | | | | | * Refactor webhook payload convertion * Fix lint Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* prefer NoError/Error over Nil/NotNil (#12271)Stephen Solka2020-07-191-6/+6
|
* Only show sender if it makes sense (#9601)John Olheiser2020-01-041-2/+2
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Refactor webhooks to reduce code duplication (#9422)Cornel2019-12-281-0/+88
* 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>