Nathan J Mehl
Nathan J Mehl
**Description** Google Cloud Logging (AKA Stackdriver Logs) interprets the default logrus log format as "error" severity even when `level=info` is present in the log output: ensure that the normal startup...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
Presently, the members of an `opsgenie_schedule_rotation` are defined using `participant{}` blocks, and the order of the rotation is the order in which the participant blocks are added. This meshes poorly...
- install logback-classic and exclude conflicting transitive dependencies in pom.xml - add a default logback.xml file - update the README to link to the logback documentation and point out how...
### Description This PR adds a (potentially) idempotent "upgrade mode" to the provider, mimicking the behavior of `helm upgrade --install` as defined in https://github.com/helm/helm/blob/main/cmd/helm/upgrade.go To wit: an `upgrade` block is...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
**Is your feature request related to a problem? Please describe.** A minor blocker for us in considering migrating to pgcat from pgpool-II is that pgpool exposes per-backend counters for statement...
This addresses https://github.com/incu6us/goimports-reviser/issues/155 If we are installed via `go-install` rather than downloading a tagged binary from github, the `Tag` etc variables will all be empty, and therefore the `--version` flag...
This addresses https://github.com/incu6us/goimports-reviser/issues/96 - iterate over the list of remaining arguments treating each as an origin path - defer printing deprecation warnings until after all paths are processed - print...
This addresses https://github.com/incu6us/goimports-reviser/issues/116 Add a `-separate-named` boolean option. When activated, named/aliased imports are split off into a separate block below the relevant group, e.g. named std below std, named project...