-
-
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
Enhance Ghost comment mitigation Settings #14392
Enhance Ghost comment mitigation Settings #14392
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14392 +/- ##
==========================================
- Coverage 41.84% 41.78% -0.06%
==========================================
Files 744 744
Lines 79779 79797 +18
==========================================
- Hits 33387 33347 -40
- Misses 40874 40960 +86
+ Partials 5518 5490 -28
Continue to review full report at Codecov.
|
404080b
to
9ffbdc2
Compare
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.
Otherwise LGTM
Please send partial backport :) |
* refactor models.DeleteComment and delete related reactions too * use deleteComment for UserDeleteWithCommentsMaxDays in DeleteUser * Resolve Fixme & fix potential deadlock
@techknowlogick Backport -> #14425 |
* refactor models.DeleteComment and delete related reactions too * use deleteComment for UserDeleteWithCommentsMaxDays in DeleteUser * nits * Use time.Duration as other time settings have * docs * Resolve Fixme & fix potential deadlock * Disabled by Default * Update Config Value Description * switch args * Update models/issue_comment.go Co-authored-by: zeripath <[email protected]> Co-authored-by: zeripath <[email protected]>
* refactor models.DeleteComment and delete related reactions too * use deleteComment for UserDeleteWithCommentsMaxDays in DeleteUser * nits * Use time.Duration as other time settings have * docs * Resolve Fixme & fix potential deadlock * Disabled by Default * Update Config Value Description * switch args * Update models/issue_comment.go Co-authored-by: zeripath <[email protected]> Co-authored-by: zeripath <[email protected]>
* refactor models.DeleteComment and delete related reactions too * use deleteComment for UserDeleteWithCommentsMaxDays in DeleteUser * nits * Use time.Duration as other time settings have * docs * Resolve Fixme & fix potential deadlock * Disabled by Default * Update Config Value Description * switch args * Update models/issue_comment.go Co-authored-by: zeripath <[email protected]> Co-authored-by: zeripath <[email protected]>
a refactor ... and follow up of #14349