cubecraft-agents[bot]
|
1ee7562e81
|
CUB-66: scaffold Angular frontend and add Dockerfile with nginx
Dev Build / build-test (pull_request) Failing after 58s
Dev Build / deploy-dev (pull_request) Has been skipped
Dev Build / notify-success (pull_request) Has been skipped
Dev Build / notify-failure (pull_request) Successful in 4s
- Scaffolded Angular 21 app in frontend/ (standalone, routing, scss)
- Multi-stage Dockerfile: node:22-alpine build → nginx:alpine serve
- nginx.conf with SPA routing fallback, API proxy, gzip, asset caching
- .dockerignore excludes node_modules, dist, .angular, spec files
- docker build → PASS, container serves UI on port 80 (HTTP 200)
- Final image: 92.9MB (nginx:alpine)
|
2026-04-26 20:10:01 +00:00 |
|
|
|
7d0369b8e9
|
chore: add Docker deployment setup and health check wiring
Dev Build / build-test (push) Failing after 1m1s
Dev Build / deploy-dev (push) Has been skipped
Dev Build / notify-success (push) Has been skipped
Dev Build / notify-failure (push) Successful in 4s
- Add multi-stage Dockerfile for backend (SDK build → ASP.NET runtime,
non-root user, /health HEALTHCHECK)
- Add docker-compose.dev.yml orchestrating extrudex-api + control-center-web
- Add deploy.sh convenience script wrapping docker compose up --build
- Wire ASP.NET health checks: AddHealthChecks().AddNpgSql() + MapHealthChecks("/health")
- Add backend .dockerignore (comprehensive pattern list)
- Exclude frontend/dist, frontend/node_modules, frontend/.angular from git
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-26 17:28:06 +00:00 |
|
|
|
ff1fb621d7
|
Merge pull request 'CUB-29: Create filament inventory database migration' (#9) from agent/hex/CUB-29-filament-migration into dev
Dev Build / build-test (push) Failing after 59s
Dev Build / deploy-dev (push) Has been skipped
Dev Build / notify-success (push) Has been skipped
Dev Build / notify-failure (push) Successful in 3s
Reviewed-on: #9
Reviewed-by: Joshua <joshua@cnjmail.com>
|
2026-04-26 13:01:05 -04:00 |
|
|
|
c8ac1fa283
|
Merge branch 'dev' into agent/hex/CUB-29-filament-migration
Dev Build / build-test (pull_request) Failing after 59s
Dev Build / deploy-dev (pull_request) Has been skipped
Dev Build / notify-success (pull_request) Has been skipped
Dev Build / notify-failure (pull_request) Successful in 4s
|
2026-04-26 13:00:29 -04:00 |
|
Joshua King
|
4172e21fd1
|
update dev workflow to use ubuntu-latest for build-test job
Dev Build / build-test (push) Failing after 3m19s
Dev Build / deploy-dev (push) Has been skipped
Dev Build / notify-success (push) Has been skipped
Dev Build / notify-failure (push) Successful in 3s
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-26 12:56:06 -04:00 |
|
Joshua King
|
c3def21220
|
add notifications for Slack on success and failure of dev deployment
Dev Build / build-test (push) Has been cancelled
Dev Build / deploy-dev (push) Has been cancelled
Dev Build / notify-success (push) Has been cancelled
Dev Build / notify-failure (push) Has been cancelled
|
2026-04-26 12:52:22 -04:00 |
|
Joshua King
|
458fc9a4e1
|
add dev workflow for building and deploying backend and frontend
Dev Build / build-test (push) Has been cancelled
Dev Build / deploy-dev (push) Has been cancelled
|
2026-04-26 11:51:31 -04:00 |
|
cubecraft-agents[bot]
|
a0cdacc7be
|
CUB-29: Create filament inventory database migration
|
2026-04-26 13:16:13 +00:00 |
|
cubecraft-agents[bot]
|
230c3b295d
|
initial commit
|
2026-04-25 18:51:05 +00:00 |
|