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
04420dbd12
fix: push versioned devpod tag per build to avoid DOCR tag caching
Build & Release / build (push) Successful in 18s
2026-04-04 09:04:55 -05:00
Ryan Moon
3d081ee01f
fix: push devpod image to manager repo as devpod-latest tag
Build & Release / build (push) Successful in 18s
2026-04-04 08:36:08 -05:00
Ryan Moon
b40bab0391
feat: add devpod image — code-server, Claude Code, bun, kubectl
Build & Release / build (push) Successful in 22s
Build Devpod / build (push) Failing after 5s
2026-04-04 06:56:56 -05:00
Ryan Moon
c5d618698b
fix: remove untagged manifest cleanup, deletes tagged chart by shared digest
Build & Release / build (push) Successful in 26s
2026-04-03 21:46:41 -05:00
Ryan Moon
54943ea1b7
fix: clean up untagged helm OCI manifests after chart push
Build & Release / build (push) Successful in 30s
2026-04-03 21:40:21 -05:00
Ryan Moon
ba1c385937
fix: simplify CI to use run number for versioning, remove commit-back step
Build & Release / build (push) Successful in 28s
2026-04-03 21:36:23 -05:00
Ryan Moon
019867f1fa
fix: update GIT_REMOTE to git.lunarfront.tech
Build & Release / build (push) Has been cancelled
2026-04-03 19:35:45 -05:00
Ryan Moon
48d49a068a
fix: include chart files in version bump commit to prevent rebase conflict
Build & Release / build (push) Failing after 16s
2026-04-03 19:34:31 -05:00
Ryan Moon
1601e0f849
feat: add Helm chart and switch image builds to DOCR
...
CI / ci (pull_request) Successful in 18s
CI / e2e (pull_request) Successful in 1m1s
- Add chart/ with backend, frontend, valkey deployments, services, and ingress
- Update nginx.conf to use BACKEND_URL env var via envsubst
- Update Dockerfile.frontend to use nginx template mechanism
- Build.yml: switch Docker registry from Gitea to DOCR, add helm package+push step
2026-04-03 18:53:47 -05:00
Ryan Moon
87456e3aac
fix: add DOCKER_HOST to build job env
Build & Release / build (push) Has been cancelled
2026-04-02 20:28:27 -05:00
Ryan Moon
59ea9557d1
fix: use REGISTRY and GIT_REMOTE vars, point to git2.lunarfront.tech
CI / ci (pull_request) Successful in 1m27s
CI / e2e (pull_request) Successful in 1m18s
2026-04-02 19:50:53 -05: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
75bc10fe3c
fix: add concurrency group to prevent build runs from cancelling each other
2026-04-02 06:53:24 -05:00
Ryan Moon
8eb116a9a1
fix: move Docker builds before version bump commit to prevent self-cancellation
2026-04-01 22:14:10 -05:00
Ryan Moon
1df4bb15a8
fix: remove redundant Docker CLI install — catthehacker image includes it
2026-04-01 21:55:58 -05:00
Ryan Moon
ddabcf19d1
fix: rebase before pushing version bump to avoid race with CI
2026-04-01 21:52:37 -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
a73c2de26e
feat: add frontend nginx image and update build workflow for both images
2026-04-01 20:32:34 -05:00
Ryan Moon
c3de66e554
fix: skip build workflow on version bump commits
2026-04-01 20:05:50 -05:00
Ryan Moon
7987818ae7
fix: use node script for version bump instead of npm version
2026-04-01 19:57:09 -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