debate/backend
Mikkel Georgsen c49aee7b0a feat(01-05): add deterministic build configuration service
- Implement DeterministicBuildConfig class for reproducible builds
- Compute config hash with normalized JSON and sorted inputs
- Derive SOURCE_DATE_EPOCH from config hash (no wall clock dependency)
- Create archiso profile with fixed locale, timezone, compression settings
- Add tests verifying hash determinism and order independence
2026-01-25 20:20:11 +00:00
..
alembic feat(01-03): apply security middleware stack and database health check 2026-01-25 20:20:00 +00:00
app feat(01-05): add deterministic build configuration service 2026-01-25 20:20:11 +00:00
__init__.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00
alembic.ini feat(01-02): configure Alembic and create Build model 2026-01-25 20:11:55 +00:00