12 Commits

Author SHA1 Message Date
7c0be6d00e fix: switch Docker registry to HTTPS endpoint with login-action
Some checks failed
CI / Test (push) Successful in 2m52s
CI / Lint (push) Successful in 2m48s
CI / Release (push) Successful in 1m36s
CI / Docker Build & Push (push) Failing after 8m21s
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:43 -05:00
ef4ef41404 fix: unignore .gitea workflow yaml files, add build-push.yaml
Some checks failed
CI / Lint (push) Successful in 2m55s
CI / Test (push) Successful in 2m38s
CI / Release (push) Successful in 56s
CI / Docker Build & Push (push) Failing after 4m3s
CI / Notify (push) Successful in 1s
The .gitignore had *.yaml for compiled KFP pipelines which was
preventing .gitea/workflows/build-push.yaml from being tracked.
2026-02-20 09:29:29 -05:00
39b1199617 fix: add GOPRIVATE and git auth for private handler-base module
- 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:38 -05:00
3a82afd483 fix: rename GITEA_TOKEN to DISPATCH_TOKEN 2026-02-20 09:10:23 -05:00
fb2d58a87f ci: add handler-base auto-update workflow, remove old Python CI 2026-02-20 09:06:02 -05:00
e028d078d8 fix: replace astral-sh/setup-uv action with shell install
All checks were successful
CI / Lint (push) Successful in 1m33s
CI / Test (push) Successful in 1m36s
CI / Release (push) Successful in 5s
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:54 -05:00
58465b77d8 fix: upgrade setup-uv to v7 with explicit activate-environment: false
Some checks failed
CI / Test (push) Failing after 22s
CI / Release (push) Has been skipped
CI / Lint (push) Failing after 28s
CI / Notify (push) Successful in 1s
2026-02-02 08:26:09 -05:00
9841fd3819 fix: downgrade setup-uv to v4 for act_runner compatibility
Some checks failed
CI / Release (push) Has been cancelled
CI / Notify (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
2026-02-02 08:25:23 -05:00
d5767a31da fix: use --extra dev for optional dependencies
Some checks failed
CI / Lint (push) Failing after 30s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
2026-02-02 08:14:58 -05:00
61002a8f4b fix: add --all-groups to uv sync to install dev dependencies
Some checks failed
CI / Lint (push) Failing after 12s
CI / Test (push) Failing after 23s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:11:13 -05:00
c9ba9e22bb feat: add ntfy notifications and semantic versioning (ADR-0015)
Some checks failed
CI / Lint (push) Failing after 24s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:00:29 -05:00
dd4aea53e6 ci: add Gitea Actions workflow, add uv.lock
Some checks failed
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
2026-02-02 07:16:04 -05:00