blakeblackshear.frigate/frigate/test/http_api
Josh Hawkins a91a2ce4ca
Don't limit review summary query (#17835)
* 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
2025-04-21 11:09:01 -06:00
..
__init__.py
base_http_test.py Review items per user (#17137) 2025-03-13 14:20:09 -06:00
test_http_app.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
test_http_event.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00
test_http_review.py Don't limit review summary query (#17835) 2025-04-21 11:09:01 -06:00