Brice Figureau
Brice Figureau
For troubleshooting, it is possible to log queries that takes more than a certain amount of time with: ``` cassandra-journal.log-slow-query = true cassandra-journal.slow-query-time = 2s ``` Then if one of...
This is more a prospective ticket than an actual feature request, and to gather insight about using SUC in this context. There's currently a lack of option regarding upgrading a...
## Overview This pull request fixes #223. When using octocatalog-diff with puppet resources with deep nested datastructures such as nested arrays of objects, octocatalog-diff would not display diffs when array...
> Description of problem When dealing with parameters that are contains arrays of objects, octocatalog-diff doesn't report any differences. For instance the following Puppet resource: ```puppet testtype { 'test': 'testparam'...
> Description of problem When activating the cache (with `--cached-master-dir` option), the `CompilationDir` filter gets the cache path as the `:from_compilation_dir` instead of the original compilation dir that was used...
> Description of problem When using parameters values that are strings containing multiple references to the compilation dir (ie using `$::settings::codedir` for instance), the `CompilationDir` filter is unable to detect...
**Describe the bug** I have a Teams with a private channel. I can add the Github app to the teams, but only into a public channel, not the private channel...
My `medusa.ini` contains the following prefix configuration: ~~~ ; Any prefix used for multitenancy in the same bucket prefix = backup/cassandra/medusa ~~~ Performing a backup works correctly: ~~~sh % medusa...
Not all Jenkins pipeline job have the BranchJob property. In that case the authorization wouldn't work. This patch makes it work for such job.
It doesn't seem possible to declare more than one listener listening on the same IP/host address but on distinct ports, since the listening IP address is inferred from the `collectd::plugin::network::listener`...