blakeblackshear.frigate/frigate/api
Rui Alves df840b7cd5
Finish unit tests for review controller and started for event controller (#15955)
* Started unit tests for the review controller

* Revert "Started unit tests for the review controller"

This reverts commit 7746eb146f.

* Started unit tests for GET /review/activity/motion Endpoint

* Started unit tests for GET /review/event/{event_id} Endpoint

* Continued unit tests for GET /review/event/{event_id} Endpoint

* Continued unit tests for GET /review/{event_id} Endpoint

* Continued unit tests for GET /review/{review_id} Endpoint

* Added unit tests for GET /review/{review_id}/viewed Endpoint

* Added unit tests for GET /stats Endpoint

* Added unit tests for GET /events Endpoint

* Updated unit tests for GET /events Endpoint

* Deleted unit tests for /events from test_http (updated tests are now in test_http_event.py)

* Removed duplicated test for GET /review/activity/motion Endpoint
2025-02-04 06:28:14 -07:00
..
defs Refactor event cleanup to consider review severity (#15415) 2024-12-09 08:25:45 -07: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 Don't show sub labels in main label filter list (#16168) 2025-01-27 08:07:49 -06:00
auth.py return 401 for login failures (#15432) 2024-12-10 06:42:55 -07:00
event.py Api improvements (#15327) 2024-12-06 08:04:02 -06:00
export.py Api improvements (#15327) 2024-12-06 08:04:02 -06:00
fastapi_app.py Fix csrf (#16230) 2025-01-30 11:27:38 -06:00
media.py Fix API latest image quality and API MIME types (#15964) 2025-01-13 07:46:46 -06:00
notification.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
preview.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
review.py Finish unit tests for review controller and started for event controller (#15955) 2025-02-04 06:28:14 -07:00