Use rights on workers endpoints
requires !1205 (merged)
Part 4/4 of #616 (closed)
Closes #616 (closed)
Edited by Valentin Rigal
Merge request reports
Activity
added 6 commits
Toggle commit listCodecov Report
Merging #1179 (423ece21) into master (06e54d47) will increase coverage by
0.04%
. The diff coverage is94.78%
.@@ Coverage Diff @@ ## master #1179 +/- ## ========================================== + Coverage 88.25% 88.30% +0.04% ========================================== Files 253 254 +1 Lines 16927 17073 +146 ========================================== + Hits 14939 15076 +137 - Misses 1988 1997 +9
Impacted Files Coverage Δ arkindex/dataimport/models.py 38.98% <0.00%> (-2.65%)
arkindex/dataimport/tests/test_workers.py 100.00% <ø> (ø)
arkindex/project/api_v1.py 100.00% <ø> (ø)
arkindex/dataimport/serializers/workers.py 98.18% <85.71%> (-1.82%)
arkindex/dataimport/api.py 97.91% <90.16%> (-1.35%)
arkindex/project/mixins.py 95.71% <94.11%> (-0.29%)
...index/dataimport/migrations/0026_workers_rights.py 100.00% <100.00%> (ø)
arkindex/dataimport/serializers/git.py 100.00% <100.00%> (ø)
arkindex/dataimport/tests/test_gitlab_provider.py 100.00% <100.00%> (ø)
arkindex/dataimport/tests/test_repos.py 100.00% <100.00%> (ø)
... and 7 more
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 159d5cd...423ece2. Read the comment docs.Edited by Bastien Abadieadded 15 commits
-
2b8bdfc9...62a387eb - 6 commits from branch
master
- 324681f4 - Add the reverse memberships relation to workers
- ff1efd6d - Update access rights to repositories
- f802ed77 - Update repositories tests
- a00efa47 - Remove min. admin number for workers memberships
- cd77ed8d - Add a mixin for repository access rights
- 62b9f764 - Migration for repository and workers rights
- 82f3c1e0 - Update workers list endpoint
- 0dbe36c3 - Update WorkerRetrieve endpoint
- bae92704 - Update tests
Toggle commit list-
2b8bdfc9...62a387eb - 6 commits from branch
added 15 commits
-
bae92704...2dd45ed3 - 2 commits from branch
master
- 208cc632 - Add the reverse memberships relation to workers
- bd3d2255 - Update access rights to repositories
- 55a26fe1 - Update repositories tests
- ac1b7d0a - Remove min. admin number for workers memberships
- 4502636c - Add a mixin for repository access rights
- 5d38d168 - Migration for repository and workers rights
- fc056e01 - Update workers list endpoint
- b916ad75 - Update WorkerRetrieve endpoint
- 414368be - Update tests
- c4de1602 - Do not serialise level listing workers
- 817f6490 - ListWorkerVersion
- 3c9eed43 - Drop misleading revision state
- c13aa085 - Update tests
Toggle commit list-
bae92704...2dd45ed3 - 2 commits from branch
added 2 commits
requested review from @babadie
added 1 commit
- 9c5eec8f - Add authorized_users for repositories as for corpora
Please register or sign in to reply