Conor Evans
Conor Evans
Signed-off-by: Conor Evans ### Required for all PRs: - [ ] Updated associated README.md. [I don't think this is necessary] - [ ] Wrote appropriate unit tests. [TODO] - [x]...
Similar to `HELP`, it would be nice to have the option to toggle `TYPE` being included ```go // Comments, first HELP, then TYPE. if in.Help != nil { } ```...
TODO: readme, unit tests (?), actually setting `AllowConnectionFailures` (I think? the SQL config is a bit unusual compared to the plugins I've worked with so far) - [ ] Updated...
Signed-off-by: Conor Evans **Which issue(s) does this PR fix?**: Fixes #58231 ```go cfg.JWTAuthExpectClaims = valueAsString(authJWT, "expect_claims", "{}") ```
Signed-off-by: Conor Evans **Which issue(s) does this PR fix?**: Fixes #58280 **Special notes for your reviewer**: I'm not sure if Cloudwatch can return `string`s as the value for Dimensions. From...
**What happened**: I go to create an alert from a panel using Cloudwatch queries. **What you expected to happen**: The dimensions from the query to be propagated to the alerting...
Firstly, really cool software! #### Describe the bug Phlare doesn't seem to free any of the objects it uses leading to a constantly growing memory profile (I've included some other...
`fetchPatch` determines the `patchPath`. If the `patchPath` is not empty, the action explicitly overrides user input and sets `--new-from-patch=`, `--new=false` and `--new-from-rev` to be empty. `only-new-issues` should obviously set `--new`...