ryan
75c7c28f73
fix: generate route tree in CI and Docker build
...
CI / ci (pull_request) Successful in 23s
CI / e2e (pull_request) Successful in 1m1s
Ensures routeTree.gen.ts is always fresh so stale checked-in copies
don't break the frontend build or lint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 16:24:08 +00:00
Ryan Moon
9fc42b7881
fix: set DOCKER_HOST for e2e job to use dind TCP endpoint
CI / ci (pull_request) Successful in 29s
CI / e2e (pull_request) Successful in 58s
2026-04-02 19:09:30 -05:00
Ryan Moon
9c8ceba461
fix: only run CI on pull requests, not on push to main
2026-04-01 21:47:20 -05:00
Ryan Moon
4ef7f1977c
fix: start postgres and valkey via docker run in e2e to avoid service networking issues
2026-04-01 21:25:30 -05:00
Ryan Moon
bc2f39c208
fix: revert service hostnames to localhost for host network mode
2026-04-01 21:15:52 -05:00
Ryan Moon
41037af4f6
fix: use service hostnames for e2e postgres and valkey connections
2026-04-01 21:13:04 -05:00
Ryan Moon
77e155b8c3
feat: add e2e api-test job to CI
2026-04-01 21:09:40 -05:00
Ryan Moon
5993f8b370
fix: remove unused postgres/valkey services from CI — tests are pure unit tests
2026-04-01 21:01:33 -05:00
Ryan Moon
4c971f90eb
fix: run CI on host runner to fix service container networking
2026-04-01 21:00:15 -05:00
Ryan Moon
c2b1073fef
feat: add CI/CD pipeline, production Dockerfile, and deployment architecture
...
- Add production Dockerfile with bun build --compile, multi-stage Alpine build
- Add .dockerignore
- Swap bcrypt -> bcryptjs (pure JS, no native addons)
- Add programmatic migrations on startup via drizzle migrator
- Add /v1/version endpoint with APP_VERSION baked in at build time
- Add .gitea/workflows/ci.yml (lint + test with postgres/valkey services)
- Add .gitea/workflows/build.yml (version bump, build, push to registry)
- Update CLAUDE.md and docs/architecture.md to remove multi-tenancy
- Add docs/deployment.md covering DOKS + ArgoCD architecture
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 19:50:37 -05:00