You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
oabrivard 069a4f2022 feat: graceful shutdown and frontend build in Docker
- Add SIGTERM/Ctrl+C signal handling with graceful connection draining
- Close database pool cleanly on shutdown
- Add frontend-builder stage to Dockerfile (node:22-alpine, npm ci + build)
- Move Docker build context to project root so both frontend/ and backend/ are accessible
- Frontend dist/ copied into container at ./static/ for the backend to serve

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
.claude Updated Claude code config 3 months ago
backend feat: graceful shutdown and frontend build in Docker 3 months ago
docs Updated architect assessment 3 months ago
e2e
frontend fix: align frontend API types and error handling with backend contracts 3 months ago
.env.example
.gitignore
AGENTS.md Updated Claude code config 3 months ago
CLAUDE.md fix: architect assessment remediation — 6 issues across backend, frontend, and infra 3 months ago
docker-compose.yml feat: graceful shutdown and frontend build in Docker 3 months ago