Generic elements deletion through queryset
Closes #518 (closed)
Edited by Erwan Rouchet
Merge request reports
Activity
Codecov Report
Merging #1067 (1a190255) into master (e249c748) will increase coverage by
0.04%
. The diff coverage is94.80%
.@@ Coverage Diff @@ ## master #1067 +/- ## ========================================== + Coverage 88.11% 88.16% +0.04% ========================================== Files 234 233 -1 Lines 15344 15407 +63 ========================================== + Hits 13520 13583 +63 Misses 1824 1824
Impacted Files Coverage Δ arkindex/documents/apps.py 0.00% <ø> (ø)
arkindex/documents/managers.py 77.52% <84.00%> (+3.68%)
arkindex/documents/tasks.py 90.47% <100.00%> (-0.44%)
arkindex/documents/tests/test_destroy_elements.py 100.00% <100.00%> (ø)
arkindex/project/tools.py 58.33% <0.00%> (-8.34%)
arkindex/project/fields.py 43.03% <0.00%> (+1.26%)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e249c74...1a19025. Read the comment docs.Edited by Bastien Abadieadded 1 commit
- 4b3ba913 - Use values_list to avoid loading in RAM the queryset results
mentioned in issue #516 (closed)
mentioned in issue #518 (closed)
added 14 commits
-
4b3ba913...79e02335 - 10 commits from branch
master
- b5162478 - Log sql queries (trashme)
- b9ff9a58 - Basic queryset trash()
- de753f0f - Delete children too
- b0c6bfe2 - Use values_list to avoid loading in RAM the queryset results
Toggle commit list-
4b3ba913...79e02335 - 10 commits from branch
added 1 commit
- 25faebab - Support no children & finally delete top elements
added 2 commits
- Automatically resolved by Erwan Rouchet
- Resolved by Bastien Abadie
added 15 commits
-
b33a5f0e...e249c748 - 2 commits from branch
master
- a36488ea - Log sql queries (trashme)
- 81de0639 - Basic queryset trash()
- 20836605 - Delete children too
- 9bda88b0 - Use values_list to avoid loading in RAM the queryset results
- 9849c0f0 - Delete all children by depth iteration
- c90b9245 - Support no children & finally delete top elements
- cc8d38a7 - Do not use pre_delete signal
- 8ad7510d - Simple unit test for trash()
- 0c614528 - Avoid loading transcription IDs
- 4d3b5c25 - No more ID load in ram
- 14a174fd - Fix unit test
- ccc4a2c5 - Apply 1 suggestion(s) to 1 file(s)
- 1a190255 - Disable ordering and add tests
Toggle commit list-
b33a5f0e...e249c748 - 2 commits from branch
Please register or sign in to reply