Lunny Xiao
|
42354dfe45
|
Move webhook type from int to string (#13664)
* 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>
|
2020-12-08 11:41:14 +01:00 |
|
S7evinK
|
7af2ccd511
|
Avoid sending "0 new commits" webhooks (#12212)
* Avoid sending "0 new commits" webhook
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
* Revert "Avoid sending "0 new commits" webhook"
This reverts commit 1f47ccfacd .
* Move commit count check to more central place
* Make tests pass
* Update modules/webhook/webhook.go
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
|
2020-09-02 22:46:02 -04:00 |
|
Lunny Xiao
|
a966a0298e
|
Move more webhook codes from models to webhook module (#8802)
* Move more webhook codes from models to webhook module
|
2019-11-03 22:13:25 +00:00 |
|
Lunny Xiao
|
0e7f7df3cf
|
Move webhook to a standalone package under modules (#8747)
* Move webhook to a standalone package under modules
* fix test
* fix comments
|
2019-11-01 22:51:22 +00:00 |
|