Add membership level validation and use UUID
All threads resolved!
All threads resolved!
Closes #565 (closed)
Fix a bug introduced with #531 (closed)
Edited by Valentin Rigal
Merge request reports
Activity
- Resolved by Valentin Rigal
added 5 commits
-
684a80ab...f35a8dd1 - 2 commits from branch
master
- 21db3af8 - Add a validation for privilege level during member creation
- 5d19e21d - Add the migration with UUID PK
- b601a919 - Update tests
Toggle commit list-
684a80ab...f35a8dd1 - 2 commits from branch
Codecov Report
Merging #1108 (b601a919) into master (f35a8dd1) will decrease coverage by
0.00%
. The diff coverage is84.21%
.@@ Coverage Diff @@ ## master #1108 +/- ## ========================================== - Coverage 88.21% 88.20% -0.01% ========================================== Files 242 242 Lines 16270 16283 +13 ========================================== + Hits 14352 14363 +11 - Misses 1918 1920 +2
Impacted Files Coverage Δ arkindex/users/models.py 10.30% <0.00%> (-0.22%)
.../migrations/0008_membership_uuid_and_validation.py 100.00% <100.00%> (ø)
arkindex/users/serializers.py 98.63% <100.00%> (ø)
arkindex/users/tests/test_membership.py 100.00% <100.00%> (ø)
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 f35a8dd...b601a91. Read the comment docs.mentioned in commit 4a4e1af2
mentioned in commit 1f417b46
mentioned in commit a956d656
mentioned in merge request !1112 (merged)
mentioned in commit 4971a357
Please register or sign in to reply