Commit Graph

12 Commits

Author SHA1 Message Date
ce1dd760c4 Add NPM_REGISTRY build arg support in Dockerfile
- Accept NPM_REGISTRY ARG in frontend build stage
- Configure npm registry before install if provided
- Add build-arg to MR build stage in CI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 17:58:12 -06:00
Armando Diaz
a6b1cca898 add npm repo 2025-12-05 17:53:15 -06:00
Armando Diaz
d842ad9c7e trim ci jobs for now 2025-12-05 17:27:56 -06:00
a42ca4c872 Rewrite from Go + vanilla JS to Python (FastAPI) + React (TypeScript)
- Backend: Python 3.12 with FastAPI, SQLAlchemy, boto3
- Frontend: React 18 with TypeScript, Vite build tooling
- Updated Dockerfile for multi-stage Node + Python build
- Updated CI pipeline for Python backend
- Removed old Go code (cmd/, internal/, go.mod, go.sum)
- Updated README with new tech stack documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 17:16:43 -06:00
Armando Diaz
038efed0f8 will setup deploy job later 2025-12-05 16:59:01 -06:00
Armando Diaz
a7a290a175 start deploy job config 2025-12-05 08:51:25 -06:00
Armando Diaz
517fbb2833 update build ci 2025-12-04 19:13:57 -06:00
Armando Diaz
2490c0ad4a install missing deps 2025-12-04 17:34:10 -06:00
Armando Diaz
521d33154f set missing var 2025-12-04 17:32:41 -06:00
Armando Diaz
0c63139513 fix typo 2025-12-04 17:22:57 -06:00
Armando Diaz
b75534b9fe test building 2025-12-04 17:18:06 -06:00
0b0890d73e Add Helm chart and GitLab CI pipeline
- Helm chart with PostgreSQL, MinIO, Redis as optional subcharts
- Production and external infrastructure value files
- HPA, Ingress, and health probe support
- GitLab CI pipeline using Buildah for container builds
- Multi-stage pipeline: test, build, publish

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 14:57:46 -06:00