DataImport payload cleanup
Part of #291 (closed): Removes all mentions of repo_id
, sha
, corpus_id
and elt_type
in the DataImport payload. repo_id
and sha
were already replaced by DataImport.revision
, corpus_id
was redundant with DataImport.corpus.id
, and elt_type
was combined with the already in use element_type
.
Merge request reports
Activity
Codecov Report
Merging #791 into master will increase coverage by
0.04%
. The diff coverage is87.50%
.@@ Coverage Diff @@ ## master #791 +/- ## ========================================== + Coverage 86.51% 86.55% +0.04% ========================================== Files 205 205 Lines 13703 13694 -9 ========================================== - Hits 11855 11853 -2 + Misses 1848 1841 -7
Impacted Files Coverage Δ arkindex/dataimport/providers.py 66.12% <ø> (ø)
arkindex/dataimport/tests/test_workflows_api.py 100.00% <ø> (ø)
arkindex/dataimport/models.py 46.19% <75.00%> (+1.23%)
arkindex/dataimport/api.py 89.54% <100.00%> (ø)
arkindex/dataimport/tests/test_gitlab_provider.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 9fc32c4...d893a03. Read the comment docs.Edited by Bastien Abadieadded 9 commits
-
25e387e2...9fc32c4f - 5 commits from branch
master
- 67f4af32 - Remove repo_id and sha
- 8857bbed - Rename elt_type to element_type
- 0a251c90 - Remove corpus_id
- d893a037 - Add wiki link
Toggle commit list-
25e387e2...9fc32c4f - 5 commits from branch
enabled an automatic merge when the pipeline for d893a037 succeeds
mentioned in commit dd41526e
Please register or sign in to reply