Block a user
POLICY: make fmt uses npx instead of yarn for prettier
POLICY: make test missing 30-second timeout
POLICY: Go module path should be sneak.berlin/go/upaas
POLICY: Makefile missing required targets (fmt-check, docker, hooks)
POLICY: Missing REPO_POLICIES.md in repo root
POLICY: Go module path should be sneak.berlin/go/upaas
On it — will update the module path to sneak.berlin/go/upaas and fix all internal imports. PR incoming.
CRITICAL: error in template prevents login
Fixed in PR #147. The root cause: templates/dashboard.html line 72 uses .CSRFField inside {{range .AppStats}}, where . refers to *handlers.AppStats (which has no CSRFField). Changed to…