Cap uploads, GC empty boards, drop classic UI
CI / secret-scan (pull_request) Successful in 32s
CI / python-ci (pull_request) Successful in 1m9s

Close residual audit P2: 5 MiB recording limit, opportunistic orphan
board GC, and remove static/index.html.
This commit is contained in:
2026-08-07 21:12:47 -04:00
parent 8eb289c991
commit 66818f500b
7 changed files with 167 additions and 590 deletions
+2
View File
@@ -17,6 +17,8 @@ def client(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> TestClient:
monkeypatch.setenv("STORK_COOKIE_SECURE", "false")
monkeypatch.delenv("STORK_READONLY_BOARD_IDS", raising=False)
monkeypatch.delenv("STORK_RL_BOARDS_PER_HOUR", raising=False)
monkeypatch.delenv("STORK_MAX_UPLOAD_BYTES", raising=False)
monkeypatch.delenv("STORK_ORPHAN_BOARD_HOURS", raising=False)
import stork.app as app_mod
import stork.rate_limit as rl_mod