Commit Graph

12 Commits

Author SHA1 Message Date
e0d342f582 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
2025-12-05 17:58:12 -06:00
Armando Diaz
306537768f add npm repo 2025-12-05 17:53:15 -06:00
Armando Diaz
f978e1bda9 trim ci jobs for now 2025-12-05 17:27:56 -06:00
b9a12607f3 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
2025-12-05 17:16:43 -06:00
Armando Diaz
a1d6542222 will setup deploy job later 2025-12-05 16:59:01 -06:00
Armando Diaz
6c9efe2da1 start deploy job config 2025-12-05 08:51:25 -06:00
Armando Diaz
e111b834bd update build ci 2025-12-04 19:13:57 -06:00
Armando Diaz
c26ed7e212 install missing deps 2025-12-04 17:34:10 -06:00
Armando Diaz
0c370515aa set missing var 2025-12-04 17:32:41 -06:00
Armando Diaz
9c09f829da fix typo 2025-12-04 17:22:57 -06:00
Armando Diaz
6efee1db40 test building 2025-12-04 17:18:06 -06:00
ff6e82c612 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
2025-12-04 14:57:46 -06:00