blakeblackshear.frigate/frigate
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
..
api Don't limit review summary query (#17835) 2025-04-21 11:09:01 -06:00
camera Improve object tracking (#17671) 2025-04-13 12:10:35 -06:00
comms Dynamic embeddings reindexing (#17418) 2025-03-27 11:29:34 -06:00
config LPR tweaks (#17783) 2025-04-18 07:45:37 -06:00
data_processing LPR tweaks (#17783) 2025-04-18 07:45:37 -06:00
db Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
detectors Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
embeddings LPR improvements (#17716) 2025-04-15 09:40:12 -06:00
events Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
genai Catch crash when openai compatible endpoints don't return results correctly (#17572) 2025-04-07 06:59:39 -06:00
images
motion Various fixes (#17342) 2025-03-24 12:25:36 -05:00
object_detection Fix hailo detection (#17819) 2025-04-19 20:32:14 -05:00
output Clean up enabled config updates (#17547) 2025-04-05 08:47:58 -05:00
ptz Bugfixes and docs tweaks (#17307) 2025-03-22 06:38:33 -06:00
record LPR improvements (#17289) 2025-03-23 13:30:48 -06:00
review Clean up enabled config updates (#17547) 2025-04-05 08:47:58 -05:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
test Don't limit review summary query (#17835) 2025-04-21 11:09:01 -06:00
track LPR tweaks (#17783) 2025-04-18 07:45:37 -06:00
util Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
__init__.py
__main__.py Generalize postprocessing (#15931) 2025-02-08 12:47:01 -06:00
app.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
const.py LPR improvements (#17716) 2025-04-15 09:40:12 -06:00
ffmpeg_presets.py Increase ffmpeg timeout to 10 seconds (#17831) 2025-04-21 07:38:51 -05:00
log.py Update base image (#15103) 2025-02-08 12:47:01 -06:00
models.py Review items per user (#17137) 2025-03-13 14:20:09 -06:00
mypy.ini Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
plus.py Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
storage.py Cap storage bandwidth (#15473) 2024-12-12 14:46:00 -06:00
timeline.py
types.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
video.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
watchdog.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00