frigate/frigate/test/http_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
..
__init__.py Started unit tests for the review controller (#15077) 2024-11-19 16:35:10 -07:00
base_http_test.py Add step + percent progress for exports (#22915) 2026-04-17 12:18:12 -06:00
test_debug_replay_api.py Use Job infrastructure for Debug Replay (#23099) 2026-05-03 14:54:20 -06:00
test_http_app.py Camera access fixes (#22987) 2026-04-23 12:27:49 -06:00
test_http_camera_access.py Fix go2rtc stream alias auth (#22097) 2026-02-27 20:02:19 -07:00
test_http_config_set.py Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
test_http_event.py Camera access fixes (#22987) 2026-04-23 12:27:49 -06:00
test_http_export.py Export improvements (#22867) 2026-04-14 08:19:50 -06:00
test_http_latest_frame.py Offline preview image (#21752) 2026-02-26 21:27:56 -07:00
test_http_media.py Enforce default admin role requirement for API endpoints (#21065) 2025-11-26 15:07:28 -06:00
test_http_review.py fix: Correctly apply API filter for "reviewed" (#21600) 2026-01-11 06:42:33 -07:00