blakeblackshear.frigate/frigate/test
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
..
http_api Don't limit review summary query (#17835) 2025-04-21 11:09:01 -06:00
__init__.py
const.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
test_birdseye.py
test_camera_pw.py
test_config.py Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
test_copy_yuv_to_position.py
test_ffmpeg_presets.py Improve gamma filter (#14065) 2024-09-30 11:42:51 -06:00
test_gpu_stats.py Add support for SR-IOV GPU stats (#15796) 2025-02-08 12:47:01 -06:00
test_http.py Refactor manual event api to use ZMQ (#17105) 2025-03-11 22:31:05 -05:00
test_obects.py Various fixes (#14410) 2024-10-17 11:02:27 -05:00
test_object_detector.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
test_record_retention.py
test_reduce_boxes.py
test_storage.py
test_video.py
test_yuv_region_2_rgb.py