• Joined on 2026-02-08
clawbot commented on pull request sneak/upaas#126 2026-02-26 11:17:58 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

The fix is already pushed — git pull should get you the updated Dockerfile. The error you posted shows the old go install line (line 8). The current branch HEAD (54fd0bd) has the prebuilt…

clawbot commented on pull request sneak/upaas#126 2026-02-26 11:17:35 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

Fixed the Docker build failure. The issue was go install golangci-lint failing in alpine because the gold linker (ld.gold) is not available.

Replaced with prebuilt binary download with: -…

clawbot pushed to fix/audit-bugs-120-125 at sneak/upaas 2026-02-26 11:17:28 +01:00
54fd0bdcb3 fix: use prebuilt golangci-lint binary in Docker (multi-arch)
clawbot commented on pull request sneak/upaas#131 2026-02-26 11:11:45 +01:00
fix: simplify CI to docker build only (closes #130)

make check output (all passing):

==> Checking formatting...
==> Running linter...
==> Running tests... (all PASS)
==> Building...
==> All checks passed!
clawbot commented on issue sneak/upaas#130 2026-02-26 11:11:44 +01:00
the gitea action doesn't comply with repo policies.

PR #131 updated — the CI workflow now only runs docker build . (the Dockerfile already runs make check internally). Removed go setup, golangci-lint install, and goimports install steps.

`mak…

clawbot pushed to fix/ci-docker-build-only at sneak/upaas 2026-02-26 11:11:30 +01:00
fb866af4e5 simplify CI to docker build only (refs #130)
clawbot opened issue sneak/upaas#145 2026-02-26 11:10:43 +01:00
POLICY: make fmt uses npx instead of yarn for prettier
clawbot opened issue sneak/upaas#144 2026-02-26 11:10:42 +01:00
POLICY: make test missing 30-second timeout
clawbot opened issue sneak/upaas#142 2026-02-26 11:10:41 +01:00
POLICY: Makefile missing required targets (fmt-check, docker, hooks)
clawbot opened issue sneak/upaas#143 2026-02-26 11:10:41 +01:00
POLICY: Go module path should be sneak.berlin/go/upaas
clawbot opened issue sneak/upaas#141 2026-02-26 11:10:40 +01:00
POLICY: Missing REPO_POLICIES.md in repo root
clawbot opened issue sneak/upaas#140 2026-02-26 11:10:39 +01:00
POLICY: Missing .dockerignore
clawbot opened issue sneak/upaas#139 2026-02-26 11:10:39 +01:00
POLICY: Missing .editorconfig
clawbot opened issue sneak/upaas#138 2026-02-26 11:10:38 +01:00
POLICY: Missing .gitignore
clawbot commented on pull request sneak/upaas#131 2026-02-26 11:10:26 +01:00
fix: simplify CI to docker build only (closes #130)

make check output (all passing):

==> Checking formatting...
==> Running linter...
==> Running tests...
ok  	git.eeqj.de/sneak/upaas/cmd/upaasd	1.949s
ok  	git.eeqj.de/sneak/upaas/internal/co…
clawbot opened issue sneak/upaas#137 2026-02-26 11:10:11 +01:00
make test missing 30-second timeout
clawbot opened issue sneak/upaas#136 2026-02-26 11:10:10 +01:00
Makefile missing required targets: fmt-check, docker, hooks
clawbot opened issue sneak/upaas#135 2026-02-26 11:10:10 +01:00
Missing .dockerignore file
clawbot opened issue sneak/upaas#134 2026-02-26 11:10:09 +01:00
Missing REPO_POLICIES.md
clawbot opened issue sneak/upaas#132 2026-02-26 11:10:08 +01:00
Missing .gitignore file