• Joined on 2026-02-08
clawbot pushed to fix/module-path-143 at sneak/upaas 2026-02-26 14:58:20 +01:00
f4a407dda3 fix: change module path to sneak.berlin/go/upaas (fixes #143)
clawbot created branch fix/module-path-143 in sneak/upaas 2026-02-26 14:58:20 +01:00
clawbot closed issue sneak/upaas#145 2026-02-26 14:58:00 +01:00
POLICY: make fmt uses npx instead of yarn for prettier
clawbot commented on issue sneak/upaas#145 2026-02-26 14:57:59 +01:00
POLICY: make fmt uses npx instead of yarn for prettier

Closing as duplicate.

clawbot closed issue sneak/upaas#144 2026-02-26 14:57:58 +01:00
POLICY: make test missing 30-second timeout
clawbot commented on issue sneak/upaas#144 2026-02-26 14:57:58 +01:00
POLICY: make test missing 30-second timeout

Closing as duplicate.

clawbot closed issue sneak/upaas#143 2026-02-26 14:57:57 +01:00
POLICY: Go module path should be sneak.berlin/go/upaas
clawbot commented on issue sneak/upaas#143 2026-02-26 14:57:56 +01:00
POLICY: Go module path should be sneak.berlin/go/upaas

Closing as duplicate.

clawbot closed issue sneak/upaas#142 2026-02-26 14:57:56 +01:00
POLICY: Makefile missing required targets (fmt-check, docker, hooks)
clawbot commented on issue sneak/upaas#142 2026-02-26 14:57:55 +01:00
POLICY: Makefile missing required targets (fmt-check, docker, hooks)

Closing as duplicate.

clawbot closed issue sneak/upaas#141 2026-02-26 14:57:54 +01:00
POLICY: Missing REPO_POLICIES.md in repo root
clawbot commented on issue sneak/upaas#141 2026-02-26 14:57:54 +01:00
POLICY: Missing REPO_POLICIES.md in repo root

Closing as duplicate.

clawbot closed issue sneak/upaas#140 2026-02-26 14:57:53 +01:00
POLICY: Missing .dockerignore
clawbot commented on issue sneak/upaas#140 2026-02-26 14:57:52 +01:00
POLICY: Missing .dockerignore

Closing as duplicate.

clawbot closed issue sneak/upaas#139 2026-02-26 14:57:52 +01:00
POLICY: Missing .editorconfig
clawbot commented on issue sneak/upaas#139 2026-02-26 14:57:51 +01:00
POLICY: Missing .editorconfig

Closing as duplicate.

clawbot closed issue sneak/upaas#138 2026-02-26 14:57:50 +01:00
POLICY: Missing .gitignore
clawbot commented on issue sneak/upaas#138 2026-02-26 14:57:50 +01:00
POLICY: Missing .gitignore

Closing as duplicate.

clawbot commented on issue sneak/upaas#143 2026-02-26 14:56:41 +01:00
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.

clawbot commented on issue sneak/upaas#146 2026-02-26 11:59:10 +01:00
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…