Johngreen
ca29e5b809
feat: Phase 7 — enriched seed data and E2E integration tests
...
Deploy to Production / deploy (push) Successful in 49s
- Seed: 9 machines, 24 parts with counters, 6 inspection templates (per tenant)
- Realistic industry data: semiconductor (SpiFox), manufacturing (Enkid), chemical (Alpet)
- E2E tests: full lifecycle flow, tenant isolation, spec-based pass/fail validation
- 70/70 tests passing
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com >
2026-02-10 14:49:20 +09:00
Johngreen
ee691be3ce
chore: update seed credentials (admin@vexplor.com) and reset DB for re-seed
Deploy to Production / deploy (push) Successful in 47s
2026-02-10 12:56:23 +09:00
Johngreen
eb3dd0a4ab
fix(ci): reset stale DB volume, skip create_all in prod, handle alembic stamp fallback
Deploy to Production / deploy (push) Successful in 47s
2026-02-10 12:46:49 +09:00
Johngreen
782dc225bf
feat(ci): auto-run alembic migrations and seed on container start
...
Deploy to Production / deploy (push) Successful in 44s
- Add entrypoint.sh (migrate → seed → uvicorn)
- Add python-dotenv to requirements.txt
- Backend container uses entrypoint instead of direct uvicorn
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com >
2026-02-10 12:36:01 +09:00
Johngreen
ab2a3e35b2
feat: Phase 0-2 complete — auth, machines, equipment parts with full CRUD
...
Multi-tenant factory inspection system (SpiFox, Enkid, Alpet):
- FastAPI backend with JWT auth, PostgreSQL (asyncpg)
- Next.js 16 frontend with App Router, SWR data fetching
- Machines CRUD with equipment parts management
- Part lifecycle tracking (hours/count/date) with counters
- Partial unique index for soft-delete support
- 24 pytest tests passing, E2E verified
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com >
2026-02-10 12:05:22 +09:00