- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
REPO_POLICIES compliance audit
sneak
deleted branch fix/iterative-resolution-timeout from sneak/dnswatcher
2026-03-01 21:10:39 +01:00
CRITICAL: make check hangs on main — resolver tests do real DNS lookups
fix: 700ms query timeout, proper iterative resolution (closes #24)
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…
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.
fatal error: all goroutines are asleep - deadlock!
Add RELP (Reliable Event Logging Protocol) log delivery handler
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
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.
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…