* Run tests
* Run tests
* Run tests
* Run tests
* Added rebuild
* Added files for e2e tests
* Added rebuild
* Added rebuild
* Added biuld TensorRT flag
* Changed to use NumPy 1.x for Jetson
* Make universal invocation
* Make Cython constans
* Changed to prepare onnx
* Changed smoke-test to wait AI conversion
* Added step for model conversion
* Changed to not run step in parallel
* Push model to docker registry
* Push model to docker registry
* Push model to docker registry
- Pin all deps; h11==0.16.0 (CVE-2025-43859), python-multipart>=1.3.1 (CVE-2026-28356), PyJWT==2.12.1
- Add HMAC JWT verification (require_auth FastAPI dependency, JWT_SECRET-gated)
- Fix TokenManager._refresh() to use ADMIN_API_URL instead of ANNOTATIONS_URL
- Rename POST /detect → POST /detect/image (image-only, rejects video files)
- Replace global SSE stream with per-job SSE: GET /detect/{media_id} with event replay buffer
- Apply require_auth to all 4 protected endpoints
- Fix on_annotation/on_status closure to use mutable current_id for correct post-upload event routing
- Add non-root appuser to Dockerfile and Dockerfile.gpu
- Add JWT_SECRET to e2e/docker-compose.test.yml and run-tests.sh
- Update all e2e tests and unit tests for new endpoints and HMAC token signing
- 64/64 tests pass
Made-with: Cursor