Commit Graph

8 Commits

Author SHA1 Message Date
aeb1b749be feat: rewrite pipeline-bridge in Go
Replace Python implementation with Go for smaller container images.
Uses handler-base Go module for NATS, health, and telemetry.

- main.go: pipeline bridge with Argo/Kubeflow HTTP submission
- main_test.go: 8 tests covering helpers and HTTP submit functions
- Dockerfile: multi-stage golang:1.25-alpine → scratch
- CI: Gitea Actions with lint/test/release/docker/notify
2026-02-19 17:52:31 -05:00
da6e96b9f6 fix: replace astral-sh/setup-uv action with shell install
All checks were successful
CI / Lint (push) Successful in 1m57s
CI / Test (push) Successful in 54s
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:57 -05:00
7c7a147db6 fix: upgrade setup-uv to v7 with explicit activate-environment: false
Some checks failed
CI / Lint (push) Failing after 21s
CI / Test (push) Failing after 17s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
2026-02-02 08:26:11 -05:00
26b168c9a6 fix: downgrade setup-uv to v4 for act_runner compatibility
Some checks failed
CI / Notify (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Lint (push) Has been cancelled
2026-02-02 08:25:24 -05:00
6c345d9295 fix: use --extra dev for optional dependencies
Some checks failed
CI / Lint (push) Failing after 24s
CI / Test (push) Failing after 22s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
2026-02-02 08:15:00 -05:00
adf39c570d fix: add --all-groups to uv sync to install dev dependencies
Some checks failed
CI / Lint (push) Failing after 20s
CI / Test (push) Failing after 18s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:11:53 -05:00
aac97994d8 feat: add ntfy notifications and semantic versioning (ADR-0015)
Some checks failed
CI / Lint (push) Failing after 18s
CI / Test (push) Failing after 16s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:00:31 -05:00
871f64ee4c 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:20 -05:00