Block a user
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…
Fix dashboard CSRFField crash (closes #146)
Test FAILING before fix:
--- FAIL: TestHandleDashboard/renders_dashboard_with_apps_without_crashing_on_CSRFField (0.01s)
handlers_test.go:422:
Error: Not equal: expected: 200,…
Fix dashboard CSRFField crash (closes #146)
Test Results
1. Failing test (test-only commit, before fix)
=== RUN TestHandleDashboard/renders_dashboard_with_apps_without_CSRFField_error
template execution failed: "execute page…
fix: add CSRFField to dashboard template data (closes #146)
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)
Docker Build Fix — ✅ Passes
Fixed the go install golangci-lint failure by downloading the official pre-built binary with SHA256 checksum verification. Supports both amd64 and arm64.
`doc…