Dates in search api
requires !266 (merged)
Todo
-
Defensive on user submitted form -
Unit tests
Checking dates order (lower_bound < upper_bound) will be effecticve in PR !272 (merged)
Edited by Valentin Rigal
Merge request reports
Activity
- Resolved by Valentin Rigal
- Resolved by Valentin Rigal
added 1 commit
- 9ee5ac19 - basic test for SearchApiMixin ES json query rendering
Codecov Report
Merging #267 into master will increase coverage by
0.17%
. The diff coverage is100%
.@@ Coverage Diff @@ ## master #267 +/- ## ========================================== + Coverage 79.53% 79.71% +0.17% ========================================== Files 161 162 +1 Lines 9622 9686 +64 ========================================== + Hits 7653 7721 +68 + Misses 1969 1965 -4
Impacted Files Coverage Δ arkindex/documents/api/search.py 100% <ø> (ø)
arkindex/project/mixins.py 86.15% <100%> (+5.55%)
arkindex/project/serializer_fields.py 100% <100%> (ø)
arkindex/documents/tests/test_search_api.py 100% <100%> (ø)
arkindex/documents/serializers/search.py 100% <100%> (ø)
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 2628630...fe971da. Read the comment docs.Edited by Bastien Abadieadded 2 commits
- Resolved by Valentin Rigal
- Resolved by Valentin Rigal
- Resolved by Valentin Rigal
Please register or sign in to reply