Commit Graph
6 Commits
Author SHA1 Message Date
claude-code 0ad3d5fd4e fix: add setup.cfg mypy config, fix entry dict type annotation
CI/CD / lint-test (push) Failing after 58s
CI/CD / build-push (push) Has been skipped
- setup.cfg: configure mypy to disable import-untyped errors (requests,
  kubernetes lack stubs) and ignore kubernetes attr errors
- check_versions.py: annotate entry dict as dict[str, Any] to resolve
  type errors on entry["image"] and entry["latest"] in mirror loop
2026-07-12 16:24:08 +00:00
claude-code a2aa42d62a fix: remove unused json import and has_v_prefix variable in check_versions.py
CI/CD / lint-test (push) Failing after 41s
CI/CD / build-push (push) Has been skipped
2026-07-12 16:21:40 +00:00
claude-code ce470431c6 fix: resolve ruff lint errors (E402, F401, F821)
CI/CD / lint-test (push) Failing after 50s
CI/CD / build-push (push) Has been skipped
- check_versions.py: restore correct file (import re was placed before
  shebang causing E402 for all following imports; missing 'client' in
  kubernetes import causing F821 at line 236)
- request_upgrades.py: remove unused 're' import and unused 'client'
  from kubernetes import (only 'config' is needed here)
- web.py: remove unused 'os' import
2026-07-12 16:19:53 +00:00
claude-code cb7a2abf17 fix: resolve ruff lint errors (unused imports and variable)
CI/CD / lint-test (push) Failing after 34s
CI/CD / build-push (push) Has been skipped
2026-06-30 11:40:11 +00:00
ai_approver 77017a0b59 fix: send Mattermost report before mirroring to avoid long delays
CI/CD / lint-test (push) Failing after 39s
CI/CD / build-push (push) Has been skipped
2026-05-03 12:32:36 +00:00
ai_approver 3e48c911c8 feat: version checker script 2026-05-03 01:25:50 +00:00