Finish IP scrub repo-wide, make Python lint gate real (ruff) #72
Owner
- Replace all remaining 10.0.10.x homelab IPs with placeholders across docs, package.json, ROADMAP, DEPLOYMENT_CHECKLIST, e2e files
- e2e/env-defaults.json now ships placeholder hosts; real targets come from PLAYKIT_* env vars (CI secrets) or gitignored env-defaults.local.json (new override layer in env-defaults.ts)
- lint:python: drop flake8 || true no-op (flake8 was not even installed); gate with ruff (E4,E7,E9,F,I, line-length 120), new python-lint CI job
- Fix all ruff findings incl. a real latent bug: local PoseDetector re-import shadowed the module import and would have caused UnboundLocalError in the pose-detection fallback path
- Replace all remaining 10.0.10.x homelab IPs with placeholders across docs, package.json, ROADMAP, DEPLOYMENT_CHECKLIST, e2e files
- e2e/env-defaults.json now ships placeholder hosts; real targets come from PLAYKIT_* env vars (CI secrets) or gitignored env-defaults.local.json (new override layer in env-defaults.ts)
- lint:python: drop flake8 || true no-op (flake8 was not even installed); gate with ruff (E4,E7,E9,F,I, line-length 120), new python-lint CI job
- Fix all ruff findings incl. a real latent bug: local PoseDetector re-import shadowed the module import and would have caused UnboundLocalError in the pose-detection fallback path
ilia
added 2 commits 2026-07-26 15:01:26 -05:00
CI / skip-ci-check (push) Successful in 18s
Details
CI / python-lint (push) Failing after 19s
Details
CI / docker-ci (push) Successful in 21s
Details
CI / secret-scan (push) Successful in 30s
Details
CI / skip-ci-check (pull_request) Successful in 27s
Details
CI / python-lint (pull_request) Failing after 21s
Details
CI / docker-ci (pull_request) Successful in 22s
Details
CI / admin-unit (push) Successful in 44s
Details
CI / secret-scan (pull_request) Successful in 45s
Details
CI / admin-unit (pull_request) Successful in 55s
Details
CI / viewer-unit (push) Successful in 1m54s
Details
CI / viewer-unit (pull_request) Successful in 1m45s
Details
CI / e2e (push) Failing after 6m5s
Details
CI / e2e (pull_request) Successful in 6m43s
Details
ilia
added 1 commit 2026-07-26 15:04:28 -05:00
CI / skip-ci-check (push) Successful in 28s
Details
CI / skip-ci-check (pull_request) Successful in 22s
Details
CI / docker-ci (push) Successful in 23s
Details
CI / secret-scan (push) Successful in 34s
Details
CI / python-lint (push) Successful in 41s
Details
CI / admin-unit (push) Successful in 48s
Details
CI / viewer-unit (push) Successful in 1m19s
Details
CI / docker-ci (pull_request) Successful in 23s
Details
CI / python-lint (pull_request) Successful in 21s
Details
CI / secret-scan (pull_request) Successful in 31s
Details
CI / admin-unit (pull_request) Successful in 45s
Details
CI / viewer-unit (pull_request) Successful in 1m53s
Details
CI / e2e (push) Successful in 4m56s
Details
CI / e2e (pull_request) Successful in 4m34s
Details
Merge pull request 'Finish IP scrub repo-wide, make Python lint gate real (ruff)' (#72) from dev into master
Reference in New Issue
Block a user