interpreted dates basic model
Erwan previous review : https://gitlab.com/arkindex/backend/commit/f6c126f1dfc1634128dc650bd238b0a742bb5dec
Edited by Valentin Rigal
Merge request reports
Activity
Codecov Report
No coverage uploaded for pull request base (master@f140c7c
). Click here to learn what that means. The diff coverage is95.97%
.@@ Coverage Diff @@ ## master #244 +/- ## ========================================= Coverage ? 79.09% ========================================= Files ? 159 Lines ? 9396 Branches ? 0 ========================================= Hits ? 7432 Misses ? 1964 Partials ? 0
Impacted Files Coverage Δ arkindex/documents/tests/test_act.py 100% <ø> (ø)
...index/documents/migrations/0002_interpreteddate.py 100% <ø> (ø)
arkindex/documents/date_parser.py 100% <100%> (ø)
...index/documents/tests/commands/test_parse_dates.py 100% <100%> (ø)
arkindex/documents/tei.py 61.35% <100%> (ø)
arkindex/documents/tests/test_interpreted_date.py 100% <100%> (ø)
arkindex/documents/models.py 38.09% <77.77%> (ø)
...index/documents/management/commands/parse_dates.py 90.69% <90.69%> (ø)
arkindex/documents/tests/test_date_parser.py 97.87% <97.87%> (ø)
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 f140c7c...5692750. Read the comment docs.Edited by Bastien Abadieadded 2 commits
added 1 commit
- 68f963e0 - interpreted date serializer in metadatas for elements api endpoint
added 12 commits
-
68f963e0...586f5890 - 6 commits from branch
master
- 44b72aff - interpreted dates basic model
- 4b8d2213 - basic date parser for yyyy-mm-dd format
- f71b31a6 - separated date format in InterpretedDate model
- ffa6ec08 - unit test for tei_date_parser
- 98068a14 - Cover date metadata in tei tests
- 0346e4d9 - interpreted date serializer in metadatas for elements api endpoint
Toggle commit list-
68f963e0...586f5890 - 6 commits from branch
added 10 commits
-
0346e4d9...1bcc8ac2 - 2 commits from branch
master
- 05954b7a - interpreted dates basic model
- 751f303b - basic date parser for yyyy-mm-dd format
- 83f9fd41 - separated date format in InterpretedDate model
- 80f07652 - unit test for tei_date_parser
- 5c613468 - Cover date metadata in tei tests
- 8491ac51 - interpreted date serializer in metadatas for elements api endpoint
- c7f66bec - NULL field for InterpretedDate month and day
- 5c036fd2 - using functions table to interpret date field
Toggle commit list-
0346e4d9...1bcc8ac2 - 2 commits from branch
added 1 commit
- 89355763 - command to regenerate interpreted dates from metadatas
added 17 commits
-
89355763...40d9a9bf - 6 commits from branch
master
- ff5850e1 - interpreted dates basic model
- 8a39a0df - basic date parser for yyyy-mm-dd format
- 7aa7e643 - separated date format in InterpretedDate model
- 2f47d529 - unit test for tei_date_parser
- 5f01a580 - Cover date metadata in tei tests
- 4c9b2355 - interpreted date serializer in metadatas for elements api endpoint
- 5764a590 - NULL field for InterpretedDate month and day
- 2f327ae7 - using functions table to interpret date field
- 407db540 - simple month name interpretation
- 018092af - command to regenerate interpreted dates from metadatas
- 6ac2719a - human readable __str__ for InterpretedDate Serializer
Toggle commit list-
89355763...40d9a9bf - 6 commits from branch
added 1 commit
- 71024471 - much simpler year regex expression in tei_date_parser
added 1 commit
- c581a038 - Remove calendar dependency for month lists creations
added 1 commit
- 3b5c60d4 - Remove calendar dependency for month lists creations
added 1 commit
- ed5669c6 - fix Act unit test due to interpreted dates adding in metadatas
Please register or sign in to reply