mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-19 17:51:34 +02:00
* Don't limit review summary query The /review/summary endpoint was being restricted to the last 30 days, so unreviewed alerts and detections weren't showing in the calendar before that point. This change removes the WHERE clause so that the endpoint returns all results. * fix * remove unneeded test we are now returning all results so we don't need to test for > month_ago * fix |
||
---|---|---|
.. | ||
__init__.py | ||
base_http_test.py | ||
test_http_app.py | ||
test_http_event.py | ||
test_http_review.py |