Graeme Christie

Results 8 issues of Graeme Christie

The current implementation of Client generator will throw exceptions when the response code is not 2XX, even when the wrapResponses option is set to true. It is perfectly valid and...

type: discussion

**Describe the bug** When defining a `dynatrace_notification` resource, and setting the `alerting_profile` property to the `id` of a `dynatrace_alerting` resource created in the same configuration, the run errors with the...

bug

Running httpsys on the current version of node (0.12.7 at time of writing) throws the error: ``` Error: The httpsys module has not been pre-compiled for node.js version v0.12.7. You...

## Hey, I just made a Pull Request! Removed the internal/microsoft only "hidden-link: " tags from the list of tags that are removed, as they are extremely long and cause...

This PR adds the command line option extra-http-header, which facilitates setting arbitrary http headers on the upstream prometheus request. This is required to support queries to prometheus compatible endpoints like...

There is a CommaDelimitedConstructorArgumentValueConverter for instantiating objects with single value constructors that implement IConvertible. There should be a equivelent strategy for regulat single instance properties.

CommaDelimitedConstructorArgumentValueConverter needs to call Convert.ChangeType on the value from App Settings before it passes it to the constructor.

The current rules in the exported Sarif file do not include the security-severity property. A per the docs below, this is recommended for security rules. https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#reportingdescriptor-object Likewise, the precision property...

enhancement
backlog