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
...
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.
v0.0.4
2026-02-13 19:40:57 -05:00
6ca8a1e9da
chore: add Renovate config for automated dependency updates
...
CI / Lint (push) Successful in 1m37s
CI / Test (push) Successful in 1m9s
CI / Release (push) Successful in 5s
CI / Notify (push) Successful in 1s
Ref: ADR-0057
v0.0.3
2026-02-13 15:34:01 -05:00
36db6d63d5
chore: add pre-commit config with ruff hooks
CI / Lint (push) Successful in 2m29s
CI / Test (push) Successful in 2m29s
CI / Release (push) Successful in 1m6s
CI / Notify (push) Successful in 1s
v0.0.2
2026-02-02 09:10:39 -05:00
49c804e234
fix: ruff formatting and allow-direct-references for handler-base dep
CI / Lint (push) Successful in 40s
CI / Test (push) Successful in 43s
CI / Release (push) Successful in 5s
CI / Notify (push) Successful in 1s
v0.0.1
2026-02-02 08:44:51 -05:00
7c7a147db6
fix: upgrade setup-uv to v7 with explicit activate-environment: false
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
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
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
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)
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
0513f82c92
ci: re-trigger pipeline
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
2026-02-02 07:51:09 -05:00
871f64ee4c
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:20 -05:00
3f1e05eaad
refactor: consolidate to handler-base, migrate to pyproject.toml, add tests
2026-02-02 07:11:08 -05:00
50b1835688
feat: add pipeline bridge for NATS to Argo/Kubeflow
...
- pipeline_bridge.py: Standalone bridge service
- pipeline_bridge_v2.py: handler-base version
- Supports Argo Workflows and Kubeflow Pipelines
- Workflow monitoring and status publishing
- Dockerfile variants for standalone and handler-base
2026-02-02 06:23:21 -05:00
57514f2b09
Initial commit
2026-02-02 11:08:05 +00:00