7 Commits
Author SHA1 Message Date
gitea-ci-bot bfb3a67b41 chore: bump version to 4.0.5 [skip ci] 2026-08-22 21:18:17 +00:00
Djeex 73805f8a81 Merge pull request 'chore(deps): update python docker tag to v3.14.7' (#28) from renovate/python-3.x into main
CI / build-and-scan (push) Successful in 35s
Reviewed-on: #28
2026-08-22 23:17:44 +02:00
Djeex 0032d29c1d chore(deps): update python docker tag to v3.14.7
CI / build-and-scan (pull_request) Successful in 50s
2026-08-22 21:16:28 +00:00
gitea-ci-bot 72ff032c81 chore: bump version to 4.0.4 [skip ci] 2026-08-22 21:14:15 +00:00
Djeex 8a0c05d3da Merge pull request 'Add Gitea Actions CI/CD pipeline' (#27) from dev-ci into main
CI / build-and-scan (push) Successful in 31s
Reviewed-on: #27
2026-08-22 23:13:45 +02:00
DjeexandClaude Sonnet 5 3cf97c3c5c Cover notifier.py error paths (TEST_MODE, HTTP error, connection error)
CI / build-and-scan (pull_request) Successful in 40s
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.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-22 23:08:33 +02:00
DjeexandClaude Sonnet 5 b3f2ea7be2 Add Gitea Actions CI/CD pipeline
CI / build-and-scan (pull_request) Successful in 45s
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.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-22 22:54:18 +02:00
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -20,8 +20,4 @@ CMD ["pytest", "-v"]
FROM base FROM base
RUN addgroup -g 911 nvbot && adduser -D -u 911 -G nvbot nvbot
USER nvbot
CMD ["python", "main.py"] CMD ["python", "main.py"]
+1 -1
View File
@@ -1 +1 @@
4.1.0 4.0.5