-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
Remove custom context processors #8540
Remove custom context processors #8540
Conversation
- Only merge after 0.17.0 release - Remove code which injects custom context variables into CUI requests - Not needed for new API-based PUI code - Speeds up requests - remove unnecessary DB hits
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
See also #8384 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8540 +/- ##
==========================================
- Coverage 85.26% 75.77% -9.49%
==========================================
Files 1174 1193 +19
Lines 52506 63969 +11463
Branches 2072 2026 -46
==========================================
+ Hits 44767 48472 +3705
- Misses 7232 14974 +7742
- Partials 507 523 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@SchrodingersGat does this mean we can lower the general DB hit limit? |
Maybe - i'm not exactly sure how many database hits we are saving here |
- No longer needed as CUI is gone
DO NOT MERGE UNTIL 0.17.0 IS RELEASED