Commit Briefs
link to the new general mailing list
because there's so many subscribers... lol
Run a full test on builds.sr.ht for every commit
On OpenBSD. Why not?
Test against a fake in-processs icinga server
A lot of the testing doesn't really flex what a real icinga2 server does. We can implement a simple fake server with about 250 lines of Go, then we get all the benefits of really quick feedback and no dependency on an icinga2 server (which isn't super easy to set up) for most tests. More complicated tests are still performed against a real server listening on loopback (if available).
Always format generated code
While here document what is needed to actually run go generate.
Generate CRUD code using go generate
Explanation for use is in the README
README: use http.DefaultClient in example
The Go devs set useful things for us that we shouldn't lose just because we're something insecure.
