Commit Graph

9 Commits

Author SHA1 Message Date
Rui Alves
056d722e93 Continued unit tests for GET /review/{review_id} Endpoint 2025-01-12 17:13:11 +00:00
Rui Alves
142fb82c8d Continued unit tests for GET /review/{event_id} Endpoint 2025-01-12 17:12:45 +00:00
Rui Alves
ea364aced3 Continued unit tests for GET /review/event/{event_id} Endpoint 2025-01-12 16:06:35 +00:00
Rui Alves
5487058c0c Started unit tests for GET /review/event/{event_id} Endpoint 2025-01-12 14:59:27 +00:00
Rui Alves
cce41cbc7b Started unit tests for GET /review/activity/motion Endpoint 2025-01-12 14:19:55 +00:00
Nicolas Mowen
0b9c4c18dd
Refactor event cleanup to consider review severity (#15415)
* Keep track of objects max review severity

* Refactor cleanup to split snapshots and clips

* Cleanup events based on review severity

* Cleanup review imports

* Don't catch detections
2024-12-09 08:25:45 -07:00
Nicolas Mowen
d3b631a952
Api improvements (#15327)
* Organize api files

* Add more API definitions for events

* Add export select by ID

* Typing fixes

* Update openapi spec

* Change type

* Fix test

* Fix message

* Fix tests
2024-12-06 08:04:02 -06:00
Rui Alves
a5a7cd3107
Added more unit tests for the review controller (#15162) 2024-12-04 06:52:08 -06:00
Rui Alves
e76f4e9bd9
Started unit tests for the review controller (#15077)
* Started unit tests for the review controller

* Revert "Started unit tests for the review controller"

This reverts commit 7746eb146f.

* Started unit tests for the review controller

* FIrst test

* Added test for review endpoint (time filter - after + before)

* Assert expected event

* Added more tests for review endpoint

* Added test for review endpoint with all filters

* Added test for review endpoint with limit

* Comment

* Renamed tests to increase readability
2024-11-19 16:35:10 -07:00