Jeffrey Paul sneak
sneak deleted branch repo-policies-compliance from sneak/dnswatcher 2026-03-01 21:11:52 +01:00
sneak pushed to main at sneak/dnswatcher 2026-03-01 21:11:52 +01:00
2835c2dc43 REPO_POLICIES compliance audit (#40)
sneak merged pull request sneak/dnswatcher#40 2026-03-01 21:11:50 +01:00
REPO_POLICIES compliance audit
sneak pushed to repo-policies-compliance at sneak/dnswatcher 2026-03-01 21:10:49 +01:00
a66d17ad1b Merge branch 'main' into repo-policies-compliance
299a36660f fix: 700ms query timeout, proper iterative resolution (closes #24) (#28)
Compare 2 commits »
sneak deleted branch fix/iterative-resolution-timeout from sneak/dnswatcher 2026-03-01 21:10:39 +01:00
sneak pushed to main at sneak/dnswatcher 2026-03-01 21:10:39 +01:00
299a36660f fix: 700ms query timeout, proper iterative resolution (closes #24) (#28)
sneak closed issue sneak/dnswatcher#24 2026-03-01 21:10:39 +01:00
CRITICAL: make check hangs on main — resolver tests do real DNS lookups
sneak merged pull request sneak/dnswatcher#28 2026-03-01 21:10:39 +01:00
fix: 700ms query timeout, proper iterative resolution (closes #24)
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…