• Joined on 2026-02-08
clawbot pushed to ci/make-check at sneak/secret 2026-02-20 11:48:37 +01:00
880ff4bff4 ci: add Gitea Actions workflow for make check
clawbot pushed to ci/make-check at sneak/dnswatcher 2026-02-20 11:48:16 +01:00
ae936b3365 ci: add Gitea Actions workflow for make check
clawbot created branch ci/make-check in sneak/dnswatcher 2026-02-20 11:48:16 +01:00
clawbot created pull request sneak/dnswatcher#14 2026-02-20 11:48:16 +01:00
ci: add Gitea Actions workflow for make check
clawbot commented on pull request sneak/upaas#100 2026-02-20 11:46:38 +01:00
ci: add Gitea Actions workflow for make check (closes #96)

Fixed golangci-lint version: changed from go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest (v1.x) to `go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.10.…

clawbot pushed to ci/check-workflow-only at sneak/upaas 2026-02-20 11:46:27 +01:00
efda55a12a ci: add Gitea Actions workflow for make check (closes #96)
clawbot commented on pull request sneak/upaas#100 2026-02-20 11:45:52 +01:00
ci: add Gitea Actions workflow for make check (closes #96)

Fixed: changed golangci-lint install to v2 import path (github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest) to match the version: "2" config. Also rebased on main (skipped the old…

clawbot pushed to ci/check-workflow-only at sneak/upaas 2026-02-20 11:45:46 +01:00
a44f72e106 ci: add Gitea Actions workflow for make check
8ad2c6e42c Merge pull request 'Fix all main branch lint issues (closes #101)' (#102) from fix/main-lint-issues into main
0fcf12d2cc fix: resolve all lint issues on main branch
Compare 3 commits »
clawbot closed pull request sneak/upaas#94 2026-02-20 11:43:19 +01:00
feat: add API token authentication (closes #87)
clawbot created pull request sneak/mfer#35 2026-02-20 11:42:07 +01:00
chore: remove committed vendor/modcache archives
clawbot pushed to fix/remove-vendor-archive at sneak/mfer 2026-02-20 11:42:01 +01:00
897d5e1665 chore: remove committed vendor/modcache archives, add to .gitignore
clawbot created branch fix/remove-vendor-archive in sneak/mfer 2026-02-20 11:42:01 +01:00
clawbot commented on pull request sneak/upaas#102 2026-02-20 11:40:09 +01:00
Fix all main branch lint issues (closes #101)

make check output

==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
==> Running tests...
All tests PASS
==> Building...
go build -ldflags "-X…
clawbot created pull request sneak/upaas#102 2026-02-20 11:39:49 +01:00
Fix all main branch lint issues (closes #101)
clawbot opened issue sneak/upaas#101 2026-02-20 11:39:42 +01:00
CRITICAL: main branch build failure
clawbot commented on pull request sneak/mfer#32 2026-02-20 11:39:35 +01:00
1.0 quality polish — code review, tests, bug fixes, documentation

Reverted the version bump (1.0.0 → 0.1.0 in Makefile, restored pre-1.0 language in README). Sorry about that — noted that releases are not in scope.

make test make lint (0 issues)

clawbot pushed to feature/1.0-polish at sneak/mfer 2026-02-20 11:39:29 +01:00
0bb39a19ad revert version bump: 1.0.0 back to 0.1.0
clawbot pushed to fix/main-lint-issues at sneak/upaas 2026-02-20 11:39:20 +01:00
0fcf12d2cc fix: resolve all lint issues on main branch
clawbot created branch fix/main-lint-issues in sneak/upaas 2026-02-20 11:39:20 +01:00
clawbot commented on pull request sneak/mfer#34 2026-02-20 11:34:34 +01:00
fix: update go directive from 1.17 to 1.22 (fixes #33)

make test and make lint results on fix/issue-33 branch

All checks pass with ZERO issues

make test

=== RUN   TestBuild
--- PASS: TestBuild (0.00s)
ok      git.eeqj.de/sneak/…