Eric Lippmann
Eric Lippmann
Just use the `openssl` example. We really should not break our head with other commands.
If we rewrite this in Python, we must be version 2-3 compatible. It is not much of an effort to do so. We could also consider the Web and CLI...
@nilmerg Why the move? The policy source in the Web repo itself
Hi, Thanks for the report. Will be fixed asap. All the best, Eric
2.13.7 with the fix included will be released tomorrow.
> Commit [14f2f84](https://github.com/Icinga/icingadb/commit/14f2f848bafa8cc27d43462c209366a222d91791) does more than just moving code around. It seems to completely replace the `ConvertCamelCase()` function with something different. It also touches a lot of `db` struct field...
I cleaned up the commit history and switched to using `icinga-go-library` in this PR. Note that the new lib is [here](https://github.com/Icinga/icinga-go-library/tree/new) at the moment. Once you've approved, I'll force the...
> > Once you've approved, I'll force the push to main and tag it as version 1.0.0 and change `go.mod` here accordingly. > > If in doubt, it could also...
> @lippserd What's the future plan for this PR? Honestly, I don't know yet but I asked @Al2Klimov to test whether this PR does anything in terms of performance, cpu...
> Tip: git push -f commit by commit sleeping 10s inbetween, so we see whose commits broke the CI/CD. The new types from your commits don’t have the database interfaces...