165dbd5f34
fix: switch Docker build to plain docker build/push with insecure registry
...
CI / Docker Build & Push (push) Successful in 3m14s
CI / Release (push) Successful in 1m31s
CI / Test (push) Successful in 3m3s
CI / Lint (push) Successful in 2m51s
CI / Notify (push) Successful in 2s
- Drop buildx (setup-buildx-action, build-push-action)
- Use insecure HTTP registry with SIGHUP daemon reload
- Use org-level PAT secrets for registry auth
2026-02-21 22:38:03 -05:00
8f7ffa41d1
fix: use docker login CLI instead of login-action for Gitea compat
...
CI / Lint (push) Successful in 2m55s
CI / Test (push) Successful in 2m55s
CI / Release (push) Successful in 1m40s
CI / Docker Build & Push (push) Has been cancelled
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:31 -05:00
c20a2f8097
fix: switch Docker registry to HTTPS endpoint with login-action
...
CI / Lint (push) Successful in 3m16s
CI / Test (push) Successful in 2m55s
CI / Release (push) Successful in 1m39s
CI / Docker Build & Push (push) Failing after 8m25s
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:44 -05:00
c5c040d68d
fix: add GOPRIVATE and git auth for private handler-base module
...
CI / Lint (push) Successful in 2m38s
CI / Test (push) Successful in 2m33s
CI / Release (push) Successful in 1m15s
CI / Docker Build & Push (push) Failing after 6m45s
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:39 -05:00
b34b8c1f1a
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:24 -05:00
138661ea34
ci: add handler-base auto-update workflow, remove old Python CI
CI / Test (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Release (push) Has been cancelled
2026-02-20 09:06:03 -05:00
9d4d48e693
feat: rewrite stt-module (HTTP variant) in Go
...
Replace Python streaming STT service with Go for smaller container images.
Local Whisper/ROCm variant (stt_streaming_local.py, Dockerfile.rocm) stays Python.
- AudioBuffer with session state management (listening/responding)
- RMS-based voice activity detection (pure Go, no cgo)
- Interrupt detection during LLM response playback
- JetStream AI_VOICE_STREAM setup
- Session auto-creation and cleanup
- Dockerfile: multi-stage golang:1.25-alpine → scratch
- CI: Gitea Actions with lint/test/release/docker/notify
2026-02-19 18:04:15 -05:00
43109cc931
fix: use config.json auth for Gitea registry login
...
CI / Lint (push) Successful in 32s
CI / Test (push) Successful in 36s
CI / Release (push) Successful in 5s
CI / Docker Build & Push (push) Failing after 1m18s
CI / Notify (push) Successful in 2s
docker login --password-stdin fails on act runner (non-TTY).
Use base64 auth in ~/.docker/config.json instead, matching
the kuberay-images pattern.
2026-02-14 09:21:47 -05:00
8a5f370b17
fix: replace astral-sh/setup-uv action with shell install
...
CI / Lint (push) Successful in 28s
CI / Test (push) Successful in 41s
CI / Release (push) Successful in 8s
CI / Docker Build & Push (push) Failing after 27s
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:50 -05:00
55cd657364
feat: CI pipeline, lint fixes, and Renovate config
...
CI / Docker Build & Push (push) Has been skipped
CI / Notify (push) Successful in 1s
CI / Lint (push) Failing after 9s
CI / Test (push) Successful in 50s
CI / Release (push) Has been skipped
- pyproject.toml with ruff/pytest config (setuptools<81 pin)
- Full test suite (26 tests)
- Gitea Actions CI (lint, test, docker, notify)
- Ruff lint/format fixes across source files
- Renovate config for automated dependency updates
Ref: ADR-0057
2026-02-13 15:33:35 -05:00