icingadb
icingadb copied to clipboard
Icinga configuration and state database supporting multiple environments
to save extra roundtrips for preparing and closing a statement. * Idea (c) @glbyers #750 ## Test ``` 000001F4 1e 00 00 00 03 53 45 54 20 53 45...
## Describe the bug After I created a new server in the direector and apply, the Icinga DB daemon crashes ``` icingadb[2584879]: Error 1406 (22001): Data too long for column...
## Describe the bug The `utils.FromUnixMilli` helper function internally converts the integer to a float and back again. https://github.com/Icinga/icingadb/blob/9c2dcd2502b7effb3c88950fbb3e7fc24defb76d/pkg/utils/utils.go#L24 By doing so, it adds additional precision which might result in...
Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.3.5 to 1.4.0. Release notes Sourced from github.com/jmoiron/sqlx's releases. Update dependencies to their latest stable versions This release has updated all dependencies to their latest stable version....
Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.3.5 to 1.4.0. Release notes Sourced from github.com/jmoiron/sqlx's releases. Update dependencies to their latest stable versions This release has updated all dependencies to their latest stable version....
## Describe the bug With the release of Icinga DB 1.2.0, new functionality was added to always attempt to set the `wsrep_sync_wait` session variable on connection. This is done as...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
This is mostly a loose idea I had while reading various topics, especially those in the community forum. The current documentation roughly describes Icinga DB, tells you how to install...
The rationale for this change was mainly to keep at least some of the changes I made in #578. And of course tidying up the codebase a little. - FromUnixMilli:...