-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move more webhook codes from models to webhook module #8802
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"models/webhook_test.go:31:16: w.GetSlackHook undefined (type *Webhook has no field or method GetSlackHook)"
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #8802 +/- ##
==========================================
- Coverage 41.25% 41.22% -0.03%
==========================================
Files 542 542
Lines 69708 69708
==========================================
- Hits 28758 28738 -20
- Misses 37269 37289 +20
Partials 3681 3681
Continue to review full report at Codecov.
|
make lg-tm work |
…ation/webhook due to go-gitea#8802 refactoring
* 'update' * Send push tag event when release created * send tag create event while release created in UI * update to go v1.13 * fix gofmt error * update #8671 move release tag created hook to modules/notification/webhook due to #8802 refactoring * use NotifyCreateRef and NotifyPushCommits instead of NotifyNewReleaseTag * move tag notification to correct place
…#8671) * 'update' * Send push tag event when release created * send tag create event while release created in UI * update to go v1.13 * fix gofmt error * update go-gitea#8671 move release tag created hook to modules/notification/webhook due to go-gitea#8802 refactoring * use NotifyCreateRef and NotifyPushCommits instead of NotifyNewReleaseTag * move tag notification to correct place
…9702) * 'update' * Send push tag event when release created * send tag create event while release created in UI * update to go v1.13 * fix gofmt error * update #8671 move release tag created hook to modules/notification/webhook due to #8802 refactoring * use NotifyCreateRef and NotifyPushCommits instead of NotifyNewReleaseTag * move tag notification to correct place Co-authored-by: Benno <blueworrybear@gmail.com>
As title.