Sprint merge from lucastargett fork into upstream main#118
Open
lucastargett wants to merge 67 commits intoRedback-Operations:mainfrom
Open
Sprint merge from lucastargett fork into upstream main#118lucastargett wants to merge 67 commits intoRedback-Operations:mainfrom
lucastargett wants to merge 67 commits intoRedback-Operations:mainfrom
Conversation
…back-orion into Player-Tracking
…file and add init file
…thresholds with recommendations matching SCHEMA.md
Crowd Allocation Risk Zone
…SP1-new implement baseline crowd behaviour analysis
feat: implement video processing and update gitignore and add config and merged with corwd-monitoring branch
crowd detection implementation
update ignore file to allow shared config and add vidoe processing co…
…argett/redback-orion into CM/density-zoning-SP1-new
Cm/density zoning sp1 new
YOLO Model file
Sprint 1: Implement initial heatmap generation
Applies Prabhnoor's PR #16 changes: structured logging via logging.basicConfig, global exception handler returning clean JSON, DEBUG/LOG_LEVEL env vars in config.
This reverts commit 05cd669.
Login should accept email+password per the API contract. Also fix login route response to derive username from email.
- routes/auth.py: real register/login with DB + bcrypt + JWT, add GET /auth/me - schemas/auth.py: update UserResponse to match DB model (user_id, role, created_at) - schemas/jobs.py: implement UploadResponse, JobSummary, JobDetail, JobListResponse
- routes/upload.py: POST /upload with video format validation, DB job creation,
process_video() background task using asyncio.gather (partial/done/failed handling)
- routes/jobs.py: GET /status, GET /jobs (paginated), GET /jobs/{id},
POST /jobs/{id}/retry (failed services only), DELETE /jobs/{id} — all RBAC enforced
- main.py: wire upload + jobs routers, restore logging and global error handler
- config.py: add DEBUG and LOG_LEVEL env vars
- tests/conftest.py: shared fixtures with mocked DB dependency - tests/test_auth.py: 9 tests covering register, login, and GET /auth/me - tests/test_health.py: 3 tests covering health endpoint - schemas/auth.py: fix user_id type from str to UUID
Backend API Gateway - Sprint 1 Complete (Weeks 1-4)
Front-end
Add initial modelling files (Sri)
Player tracking
Crowd monitoring
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the latest sprint work from the lucastargett fork:
This merge represents the end of the current bi-weekly sprint and is ready for integration into the upstream repository.