fix(ci): restore green CI — ruff install + mirror secret rename #131

Merged
pyr0ball merged 6 commits from fix/ci-workflows into main 2026-06-26 21:02:30 -07:00

6 commits

Author SHA1 Message Date
380a20a6f8 fix(ci): restore TaskSpec re-export with noqa — tests import from here
All checks were successful
CI / Backend (Python) (push) Successful in 1m14s
CI / Frontend (Vue) (push) Successful in 20s
CI / Backend (Python) (pull_request) Successful in 1m20s
CI / Frontend (Vue) (pull_request) Successful in 20s
2026-06-26 20:55:52 -07:00
81e8a2f467 fix(lint): auto-fix 112 ruff F401/F541 errors in scripts and tests
Some checks failed
CI / Backend (Python) (push) Failing after 1m15s
CI / Frontend (Vue) (push) Successful in 20s
CI / Backend (Python) (pull_request) Failing after 1m15s
CI / Frontend (Vue) (pull_request) Successful in 20s
2026-06-26 20:52:42 -07:00
f20d671e42 fix(ci): remove dead db_path_obj variable; suppress E402 in dev-api.py
Some checks failed
CI / Backend (Python) (push) Failing after 23s
CI / Frontend (Vue) (push) Successful in 20s
CI / Backend (Python) (pull_request) Failing after 23s
CI / Frontend (Vue) (pull_request) Successful in 22s
2026-06-26 20:50:30 -07:00
b6f9cc2370 ci: add pyproject.toml with ruff config (exclude app/, suppress test noise)
Some checks failed
CI / Backend (Python) (push) Failing after 23s
CI / Frontend (Vue) (push) Successful in 20s
CI / Backend (Python) (pull_request) Failing after 23s
CI / Frontend (Vue) (pull_request) Successful in 20s
2026-06-26 20:46:56 -07:00
c15bcaba57 ci: retrigger after Docker network pool fix
Some checks failed
CI / Backend (Python) (push) Failing after 33s
CI / Frontend (Vue) (push) Successful in 27s
CI / Backend (Python) (pull_request) Failing after 22s
CI / Frontend (Vue) (pull_request) Successful in 19s
2026-06-26 20:41:26 -07:00
30423d7dd6 fix(ci): restore green CI — ruff install + mirror secret rename
Some checks failed
CI / Backend (Python) (push) Failing after 1s
CI / Frontend (Vue) (push) Failing after 1s
CI / Backend (Python) (pull_request) Failing after 1s
CI / Frontend (Vue) (pull_request) Failing after 1s
Two workflow fixes:
- ci.yml: add explicit `pip install ruff` before lint step; also add
  freeze/** to push trigger so RC branches run CI
- mirror.yml: rename GITHUB_MIRROR_TOKEN → GH_MIRROR_TOKEN to match
  org-level secret; Forgejo reserves the GITHUB_* prefix so that name
  was silently shadowed, causing mirror pushes to fail with auth errors
2026-06-26 19:25:10 -07:00