[refactor] Bulk actions - #12359
Merged
Merged
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is ❌ Your project status has failed because the head coverage (65.57%) is below the target coverage (68.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## master #12359 +/- ##
==========================================
- Coverage 86.86% 81.35% -5.51%
==========================================
Files 1399 1379 -20
Lines 92225 90471 -1754
Branches 10720 10077 -643
==========================================
- Hits 80108 73600 -6508
- Misses 12054 16810 +4756
+ Partials 63 61 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
- Provides O(1) lookup for serializer validation - Significant improvements for large datasets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Implement helper functions for bulk offloading of background tasks and events:
Also, add context wrappers to automatically extract common operations from deeply nested loops:
bulk_offload_taskbulk_trigger_eventPerformance Benchmarks
/stock/count//stock/add//stock/remove//stock/move/Note: There are some other major improvement opportunities identified here, these will be addressed in a follow-up PR