-
-
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
Notifications fix #8360
Notifications fix #8360
Conversation
SchrodingersGat
commented
Oct 25, 2024
- Fixes bug which prevented "low stock" notifications from being sent
- Notification methods were not collected properly in the background worker
- Closes Subscribed part notification bug #7448
- Allow collection for background worker too
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8360 +/- ##
==========================================
- Coverage 84.42% 84.42% -0.01%
==========================================
Files 1166 1166
Lines 53028 53037 +9
Branches 1946 1946
==========================================
+ Hits 44771 44778 +7
- Misses 7761 7763 +2
Partials 496 496
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Cache methods more intelligently - Re-collect if null
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
* Fix for app loading - Allow collection for background worker too * Improved logging * Refactor MethodStorageClass - Cache methods more intelligently - Re-collect if null (cherry picked from commit 331692b)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Fix for app loading - Allow collection for background worker too * Improved logging * Refactor MethodStorageClass - Cache methods more intelligently - Re-collect if null (cherry picked from commit 331692b) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>