Jonathan
52a0999f9b
chore: add restart policies and document prisma copy step
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-10 17:22:36 +02:00
Jonathan
3e44de093e
feat: add worker loop and production Dockerfiles
2026-07-10 17:16:24 +02:00
Jonathan
8085ed719f
feat: add request form and live queue UI
2026-07-10 16:53:07 +02:00
Jonathan
fd9969ae17
test: cover 400 validation branches in request API
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-10 16:51:24 +02:00
Jonathan
15bb68bc49
feat: add request create/list API
2026-07-10 16:47:54 +02:00
Jonathan
ab4db641b0
feat: add Request and Job schema with migration
...
Adds the Prisma schema (Request/Job models, RequestStatus/JobState
enums), a Prisma client singleton at web/src/lib/db.ts, and the
init_request_job migration, applied and verified against Postgres.
Also publishes the db service's port (5432:5432) in docker-compose.yml
so host-run Prisma commands can reach localhost:5432 for local dev.
2026-07-10 16:43:22 +02:00
Jonathan
80e01b1c52
fix: bump next past known CVEs
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-10 16:39:57 +02:00
Jonathan
599cc76404
chore: scaffold web, worker, and compose stack
...
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-07-10 16:33:22 +02:00