Commit Graph
5 Commits
Author SHA1 Message Date
Djeex 37ec7305a8 Release changelog lists commits instead of changed files 2026-08-23 22:35:28 +02:00
Djeex 26b1ca646b Align CI workflow with adguard-cidre/socat-proxy template
The release/publish step had drifted from the reference template:
PR-number extraction used the local commit log after the version-bump
commit was already made, so it could never find the triggering PR's
number — fixed by keying off github.sha instead. Also fixes docker
login casing (Djeex, not djeex), pins Trivy to 0.74.0, makes the
deprecation check informative instead of build-blocking, skips
publish entirely when no container-relevant file changed, and
matches the richer changelog body (source/image/changed-files).
2026-08-23 22:32:59 +02:00
Djeex 5f66d1e1e0 Run as non-root (911:911), bump to 4.1.0
CI / build-and-scan (pull_request) Successful in 58s
2026-08-23 14:35:41 +02:00
Djeex 7fb3663097 Cover notifier.py error paths (TEST_MODE, HTTP error, connection error)
Brings app/notifier.py from 73% to 100% test coverage by exercising the
three notification functions' TEST_MODE early-return, non-204 response,
and requests exception branches — the exact paths a requests upgrade
regression would break silently.
2026-08-22 23:08:33 +02:00
Djeex 530aeba667 Add Gitea Actions CI/CD pipeline
Bring nvidia-stock-bot up to the same CI/CD maturity as adguard-cidre:
pytest suite (19 tests), multi-stage Dockerfile with a dedicated test
stage, pinned requests dependency, Gitea Actions workflow (build, smoke
test, unit tests, deprecation check, Trivy critical/high scan, version
bump + registry publish + release), and a Renovate config for automated
dependency updates.
2026-08-22 22:54:18 +02:00