Jeffrey Paul sneak
sneak commented on pull request sneak/upaas#152 2026-03-01 20:26:26 +01:00
Split Dockerfile into lint + build stages for faster CI feedback

The goimports binary installed in the lint stage is not directly used by make fmt-check or make lint (golangci-lint has its own goimports linter built in). It's harmless but could be removed in…

sneak commented on pull request sneak/dnswatcher#28 2026-03-01 16:45:19 +01:00
fix: 700ms query timeout, proper iterative resolution (closes #24)

@clawbot please make me a fresh code review on this, and also make a new issue in this repo to audit it to bring it up to repo standards, and make me a PR to solve that.

sneak pushed to fix/iterative-resolution-timeout at sneak/dnswatcher 2026-03-01 16:44:44 +01:00
aa5907c248 Merge branch 'main' into fix/iterative-resolution-timeout
02ca796085 Merge pull request 'Simplify CI: docker build instead of manual toolchain setup' (#38) from fix/simplify-ci into main
2e3526986f simplify CI to docker build, pin all image refs by SHA
Compare 3 commits »
sneak closed issue sneak/mfer#38 2026-03-01 15:11:37 +01:00
Add branch protection to main branch
sneak commented on issue sneak/mfer#38 2026-03-01 15:11:34 +01:00
Add branch protection to main branch

done

sneak closed issue sneak/simplelog#2 2026-03-01 15:10:31 +01:00
fatal error: all goroutines are asleep - deadlock!
sneak commented on issue sneak/simplelog#2 2026-03-01 15:10:31 +01:00
fatal error: all goroutines are asleep - deadlock!

fixed by #4

sneak closed issue sneak/simplelog#5 2026-03-01 15:10:07 +01:00
Add RELP (Reliable Event Logging Protocol) log delivery handler
sneak closed pull request sneak/simplelog#8 2026-03-01 15:10:00 +01:00
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
sneak commented on pull request sneak/simplelog#8 2026-03-01 15:09:59 +01:00
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)

tbh i think this is out of scope for simplelog. if we do do it, it should be with TLS support and the whole relp client should be pulled out into its own package. closing for now.

sneak pushed to ci/make-check at sneak/secret 2026-02-28 19:31:18 +01:00
48cccc1b77 Merge branch 'main' into ci/make-check
4dc26c9394 Merge pull request 'chore: remove stale .cursorrules and coverage.out' (#22) from chore/remove-stale-files into main
7546cb094f chore: remove stale .cursorrules and coverage.out
Compare 3 commits »
sneak commented on pull request sneak/secret#21 2026-02-28 19:31:13 +01:00
ci: add Gitea Actions workflow for make check

we've a new policy - CI actions should simply run docker build .. The Dockerfile is responsible for running make check early on, so a successful docker build implies all checks pass. full…

sneak deleted branch chore/remove-stale-files from sneak/secret 2026-02-28 19:29:54 +01:00
sneak pushed to main at sneak/secret 2026-02-28 19:29:54 +01:00
4dc26c9394 Merge pull request 'chore: remove stale .cursorrules and coverage.out' (#22) from chore/remove-stale-files into main
7546cb094f chore: remove stale .cursorrules and coverage.out
Compare 2 commits »
sneak merged pull request sneak/secret#22 2026-02-28 19:29:52 +01:00
chore: remove stale .cursorrules and coverage.out
sneak commented on pull request sneak/mfer#32 2026-02-28 19:28:48 +01:00
1.0 quality polish — code review, tests, bug fixes, documentation

No need for the 'reserved 304' - this is pre-1.0 software and nobody's using it yet. We can modify the spec and implementation as we see fit.

sneak commented on pull request sneak/mfer#36 2026-02-28 19:23:26 +01:00
Add make check target and CI workflow

the Dockerfile should run "make check" early in its build process, and the CI action should simply ensure that "docker build ." works (which implicitly runs "make check").

sneak pushed to main at sneak/prompts 2026-02-28 17:02:16 +01:00
a1ffb1591b Merge pull request 'REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)' (#6) from clawbot/prompts:pre-1.0-migration-rule into main
699f97d093 REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)
Compare 2 commits »
sneak merged pull request sneak/prompts#6 2026-02-28 17:02:15 +01:00
REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)
sneak closed issue sneak/prompts#5 2026-02-28 17:02:15 +01:00
REPO_POLICIES: add pre-1.0 schema migration rule