Commit Graph

9 Commits

Author SHA1 Message Date
9876cb9388 fix: replace Python CI workflow with Go CI
All checks were successful
CI / Release (push) Successful in 58s
CI / Notify (push) Successful in 1s
CI / Lint (push) Successful in 3m24s
CI / Test (push) Successful in 3m14s
- Replace uv/ruff/pytest with Go setup, golangci-lint, go test
- Library-only: lint + test + release (tag) + notify, no Docker build
2026-02-20 08:49:29 -05:00
5eb2c43a5d fix: replace astral-sh/setup-uv action with shell install
All checks were successful
CI / Lint (push) Successful in 1m34s
CI / Test (push) Successful in 1m59s
CI / Release (push) Successful in 4s
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:55 -05:00
dbf1a93141 fix: auto-fix ruff linting errors and remove unsupported upload-artifact
All checks were successful
CI / Lint (push) Successful in 52s
CI / Test (push) Successful in 1m1s
CI / Release (push) Successful in 5s
CI / Notify (push) Successful in 1s
2026-02-02 08:34:00 -05:00
7b30ff6a05 fix: upgrade setup-uv to v7 with explicit activate-environment: false
Some checks failed
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
CI / Lint (push) Failing after 1m15s
CI / Test (push) Failing after 1m34s
2026-02-02 08:26:08 -05:00
dc1eeecd58 fix: downgrade setup-uv to v4 for act_runner compatibility
Some checks failed
CI / Lint (push) Failing after 42s
CI / Test (push) Failing after 44s
CI / Release (push) Has been cancelled
CI / Notify (push) Has been cancelled
2026-02-02 08:25:22 -05:00
80c6f29716 fix: use --extra dev for optional dependencies
Some checks failed
CI / Lint (push) Failing after 11s
CI / Test (push) Failing after 43s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 3s
2026-02-02 08:14:57 -05:00
65374ec286 fix: add --all-groups to uv sync to install dev dependencies
Some checks failed
CI / Test (push) Failing after 34s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
CI / Lint (push) Failing after 31s
2026-02-02 08:06:51 -05:00
007b4c0115 feat: add ntfy notifications and semantic versioning (ADR-0015)
Some checks failed
CI / Lint (push) Failing after 1m55s
CI / Test (push) Failing after 2m22s
CI / Notify (push) Has been cancelled
CI / Release (push) Has been cancelled
2026-02-02 08:00:27 -05:00
11fd197dcb ci: add Gitea Actions workflow with uv, ruff, pytest
Some checks failed
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
2026-02-02 07:15:57 -05:00