Commit Graph

13 Commits

Author SHA1 Message Date
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
v0.0.1
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
b2e1e29404 fix: add pytest-cov to dev dependencies
Some checks failed
CI / Test (push) Failing after 43s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
CI / Lint (push) Failing after 9s
2026-02-02 08:23:43 -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
49b0d784e2 ci: test Docker Hub auth
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
2026-02-02 07:53:54 -05:00
c696efecbb ci: re-trigger pipeline
Some checks failed
CI / Lint (push) Failing after 2s
CI / Test (push) Failing after 1s
2026-02-02 07:51:06 -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
849da661e6 test: add unit tests for handler-base
- tests/conftest.py: Pytest fixtures and configuration
- tests/unit/test_config.py: Settings tests
- tests/unit/test_nats_client.py: NATS client tests
- tests/unit/test_health.py: Health server tests
- tests/unit/test_clients.py: Service client tests
- pytest.ini: Pytest configuration
2026-02-02 06:23:44 -05:00
99c97b7973 feat: Add handler-base library for NATS AI/ML services
- Handler base class with graceful shutdown and signal handling
- NATSClient with JetStream and msgpack serialization
- Pydantic Settings for environment configuration
- HealthServer for Kubernetes probes
- OpenTelemetry telemetry setup
- Service clients: STT, TTS, LLM, Embeddings, Reranker, Milvus
2026-02-01 20:36:00 -05:00
00df482412 Initial commit 2026-02-02 01:35:14 +00:00