Mike Ball
Mike Ball
`edgegrid-golang` should pass `golint/go vet`. Ideally, this should also be verified via CI.
I may be overlooking it, but it appears to me that `starkandwayne/concourse-tutorial` does not have a `LICENSE` file. Would you all please consider adding one? Apologies if I'm mistaken and...
👋 Hi @asannou - thanks for `tfmermaid-action`! Most significantly, this PR addresses issue #2 by exposing an input through which uses can specify the desired Terraform version for `tfmermaid-action` to...
Because `tfmermaid-action` utilizes [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) -- and because `tfmermaid-action` does not expose an input through which users can specify a desired [terraform_version](https://github.com/hashicorp/setup-terraform/blob/main/action.yml#L12-L14) , `tfmermaid-action` results in the following error when the...
As is discussed [here](https://github.com/nulldriver/maven-resource/issues/14#issuecomment-554579402), this PR seeks to address issue #14 by cherry picking @aegershman 's [pivotal-field-engineering/maven-resource](https://github.com/Pivotal-Field-Engineering/maven-resource/pull/1) 2017 changes. Thanks!
This adds a convenience method for fetching an individual annotation. Note that the [Grafana API](https://grafana.com/docs/grafana/latest/http_api/annotations/) documentation documents no method for paging through results. This addresses issue #47 .
This fixes issue #56
This seeks to address issue #58, and to also provide an example set of `annotations_integration_test.go` tests. It also illustrates the problem outlined in issue #56, as `TestAnnotationsIntegration` will fail until...
**Is your feature request related to a problem?** In absence of integration tests, it's difficult to ensure against bugs like issue #56 . **Describe the solution you'd like** I'd like...
**Describe the bug** Currently, the `Annotations` method performs a `GET api/annotation` request, though it should perform a `GET api/annotations` request. **To reproduce** Steps to reproduce the behavior: 1. Run a...