-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[release-2.17] Fix the problem that plugins without jar file may not be deleted #6374
[release-2.17] Fix the problem that plugins without jar file may not be deleted #6374
Conversation
…o-dev#6334) /kind bug /area core /area plugin /milestone 2.18.x This PR checks if the plugin is already unloaded while getting dependents to fix the problem that plugins without jar file may not be deleted or not be enabled or disabled. Fixes halo-dev#6072 1. Try to move plugins folder to another folder 2. Restart Halo 3. Try to change state of plugins or delete plugins directly 4. See the result ```release-note 修复在没有插件文件的情况下可能无法删除插件的问题 ```
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-2.17 #6374 +/- ##
===============================================
Coverage ? 58.07%
Complexity ? 3759
===============================================
Files ? 649
Lines ? 22037
Branches ? 1551
===============================================
Hits ? 12798
Misses ? 8613
Partials ? 626 ☔ View full report in Codecov by Sentry. |
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.
/lgtm
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guqing, ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #6334
/assign JohnNiang