2 Commits

Author SHA1 Message Date
Paperclip Agent
281ce7f9e4 fix: use BigInteger for size_bytes to support files >2 GB
Fixes psycopg2 NumericValueOutOfRange when mock provider returns
size_bytes=4_000_000_000. Adds regression test for >2.15 GB payload.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 20:10:55 +02:00
Paperclip Agent
20be1d73be feat: implement minimal vertical slice — backend, worker, frontend, docker-compose
- FastAPI backend with /health, /api/search, /api/downloads CRUD + retry
- Provider abstraction (mock provider for architecture validation)
- SQLAlchemy models with DownloadStatus state machine
- Python polling worker simulating job lifecycle without real downloads
- React/Vite/TypeScript frontend: search, results table, download queue with progress
- Docker Compose wiring all services with postgres healthcheck
- .env.example, updated README and .gitignore

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-13 17:54:45 +02:00