-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Plugin reload fix #7361
Plugin reload fix #7361
Conversation
SchrodingersGat
commented
May 27, 2024
- call registry.check_reload when registering an event
- ensure that latest versions of plugins are loaded
- call registry.check_reload when registering an event - ensure that latest versions of plugins are loaded
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7361 +/- ##
=======================================
Coverage 83.79% 83.79%
=======================================
Files 1049 1049
Lines 46051 46052 +1
Branches 1388 1388
=======================================
+ Hits 38589 38590 +1
Misses 7098 7098
Partials 364 364
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- call registry.check_reload when registering an event - ensure that latest versions of plugins are loaded (cherry picked from commit 5577a08)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
- call registry.check_reload when registering an event - ensure that latest versions of plugins are loaded (cherry picked from commit 5577a08) Co-authored-by: Oliver <[email protected]>
- call registry.check_reload when registering an event - ensure that latest versions of plugins are loaded