1
0
Fork 0
forked from kevadesu/forgejo
Commit graph

5 commits

Author SHA1 Message Date
zeripath
d6fa138e7c
Only send webhook events to active system webhooks and only deliver to active hooks ()
There is a bug in the system webhooks whereby the active state is not checked when
webhooks are prepared and there is a bug that deactivating webhooks do not prevent
queued deliveries.

* Only add SystemWebhooks to the prepareWebhooks list if they are active
* At the time of delivery if the underlying webhook is not active mark it
as "delivered" but with a failed delivery so it does not get delivered.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-03-28 11:17:21 +08:00
Dr. Tobias Quathamer
3349fd8f79
Add packagist webhook ()
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-01-23 21:46:30 +08:00
KN4CK3R
bf7b083cfe
Add replay of webhooks. () 2022-01-05 15:00:20 -06:00
Lunny Xiao
d710af6669
Remove NewSession method from db.Engine interface ()
* Remove NewSession method from db.Engine interface

* Fix bug

* Some improvements

* Fix bug

* Fix test

* Use XXXBean instead of XXXExample
2021-11-21 23:41:00 +08:00
Lunny Xiao
33fca2b537
Move webhook into models/webhook/ () 2021-11-10 13:13:16 +08:00
Renamed from models/webhook.go (Browse further)