frigate/frigate/api
Josh Hawkins 814c497bef
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Use Job infrastructure for Debug Replay (#23099)
* use ReplayState enum

* extract shared ffmpeg progress helper

* make start call non-blocking with worker thread

* expose replay state on status endpoint and return 202 from start

* cancel in-flight ffmpeg when stop is called during preparation

* add replay i18n strings for preparing and error states

* show status in replay UI

* navigate immediately on 202 from debug replay menus and dialog

* remove unused

* simplify to use Job infrastructure

* tests

* cleanup and tweaks

* fetch schema

* update api spec

* formatting

* fix e2e test

* mypy

* clean up

* formatting

* fix

* fix test

* don't try to show camera image until status reports ready

* simplify loading logic

* fix race in latest_frame on debug replay shutdown

* remove toast when successfully stopping

it gets hidden almost immediately
2026-05-03 14:54:20 -06:00
..
defs Add step + percent progress for exports (#22915) 2026-04-17 12:18:12 -06:00
__init__.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
app.py Miscellaneous fixes (#23082) 2026-05-01 11:25:26 -06:00
auth.py Export improvements (#22867) 2026-04-14 08:19:50 -06:00
camera.py Improve environment var handling (#22796) 2026-04-07 07:16:02 -06:00
chat_util.py Chat improvements (#22823) 2026-04-09 14:31:37 -06:00
chat.py GenAI Optimizations (#23006) 2026-04-25 17:38:18 -05:00
classification.py Reclassification (#22603) 2026-03-24 07:18:06 -06:00
debug_replay.py Use Job infrastructure for Debug Replay (#23099) 2026-05-03 14:54:20 -06:00
event.py Camera access fixes (#22987) 2026-04-23 12:27:49 -06:00
export.py Add ability to download case as zip (#23034) 2026-04-28 19:11:41 -05:00
fastapi_app.py Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
media.py Use Job infrastructure for Debug Replay (#23099) 2026-05-03 14:54:20 -06:00
motion_search.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
notification.py API admin exemptions and route guard updates (#21094) 2025-11-29 07:30:04 -06:00
preview.py Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
record.py Camera access fixes (#22987) 2026-04-23 12:27:49 -06:00
review.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00