4de3639df0
fix: use docker login CLI instead of login-action for Gitea compat
...
CI / Lint (push) Successful in 2m18s
CI / Release (push) Successful in 1m20s
CI / Docker Build & Push (push) Failing after 5m43s
CI / Test (push) Successful in 3m20s
CI / Notify (push) Has been cancelled
docker/login-action@v3 fails with 'Username and password required' on
Gitea Actions — secrets not passed to action with: inputs. Switch to
direct docker login CLI which reliably interpolates secrets in run: steps.
2026-02-21 19:34:27 -05:00
f6623d5473
fix: switch Docker registry to HTTPS endpoint with login-action
...
CI / Release (push) Successful in 1m17s
CI / Docker Build & Push (push) Failing after 8m21s
CI / Test (push) Successful in 3m11s
CI / Lint (push) Successful in 2m18s
CI / Notify (push) Successful in 2s
- Replace gitea-http.gitea.svc.cluster.local:3000 with registry.lab.daviestechlabs.io
- Use docker/login-action@v3 for Gitea registry auth (proper buildx integration)
- Remove manual base64 auth to ~/.docker/config.json (not picked up by buildkit)
- Remove insecure registry daemon.json config and Docker restart
- Remove buildkitd insecure registry config
- Remove cache-from/cache-to type=gha (not supported on Gitea Actions)
Fixes 401 Unauthorized: reqPackageAccess on Docker push
2026-02-21 18:05:40 -05:00
451e600985
fix: add GOPRIVATE and git auth for private handler-base module
...
CI / Lint (push) Successful in 2m32s
CI / Test (push) Successful in 2m54s
CI / Release (push) Successful in 1m1s
CI / Docker Build & Push (push) Failing after 6m40s
CI / Notify (push) Successful in 1s
- Set GOPRIVATE=git.daviestechlabs.io to bypass public Go module proxy
- Configure git URL insteadOf with DISPATCH_TOKEN for private repo access
2026-02-20 09:22:35 -05:00
4b7b434eb7
fix: rename GITEA_TOKEN to DISPATCH_TOKEN
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
2026-02-20 09:10:20 -05:00
808f41bc90
ci: add handler-base auto-update workflow, remove old Python CI
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
2026-02-20 09:05:58 -05:00
adcdb87b9a
feat: rewrite chat-handler in Go
...
Replace Python chat handler with Go for smaller container images.
Uses handler-base Go module for NATS, health, telemetry, and service clients.
- RAG pipeline: embed → Milvus → rerank → LLM
- Streaming response chunks
- Optional TTS synthesis
- Custom response_subject support for companions-frontend
2026-02-19 17:58:52 -05:00
b34e8d2e1c
fix: replace astral-sh/setup-uv action with shell install
...
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 1m50s
CI / Release (push) Successful in 25s
CI / Notify (push) Successful in 1s
The JS-based GitHub Action doesn't work on Gitea's act runner.
Use curl installer + GITHUB_PATH instead.
2026-02-13 19:40:53 -05:00
09e8135f93
fix: upgrade setup-uv to v7 with explicit activate-environment: false
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
CI / Lint (push) Failing after 20s
CI / Test (push) Failing after 26s
2026-02-02 08:26:10 -05:00
cd7e1d2155
fix: downgrade setup-uv to v4 for act_runner compatibility
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Notify (push) Has been cancelled
2026-02-02 08:25:23 -05:00
e261e2c1a8
fix: use --extra dev for optional dependencies
CI / Lint (push) Failing after 20s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
2026-02-02 08:14:59 -05:00
24c3208247
fix: add --all-groups to uv sync to install dev dependencies
CI / Lint (push) Failing after 19s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:11:45 -05:00
6def622ffd
feat: add ntfy notifications and semantic versioning (ADR-0015)
CI / Lint (push) Failing after 17s
CI / Test (push) Failing after 18s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:00:30 -05:00
bd021b4c53
ci: add Gitea Actions workflow, add uv.lock
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
2026-02-02 07:16:11 -05:00