Marcus Efraimsson

Results 34 issues of Marcus Efraimsson

**Describe the bug** Possible regression or breaking change introduced in regards to handling of provided port number. Upgraded this library from v0.0.0-20190707035753-2be1aa521ff4 to v0.0.0-20200620013148-b91950f658ec, [ref](https://github.com/grafana/grafana/pull/26188). Commits between those version: https://github.com/denisenkom/go-mssqldb/compare/2be1aa5...b91950f....

**What this PR does / why we need it**: Follow up/based on #516. Automatically set forwarded OAuth identity and cookie headers on outgoing HTTP requests if HTTP clients used created...

**What this PR does / why we need it**: Some exploratory work around trying to optimize how `QueryDataResponse` flow from plugins to Grafana. To not introduce any breaking changes my...

**What would you like to be added**: Would be nice to have a workflow in CircleCI that create a new git tag, github releases with changelog. **Why is this needed**:...

enhancement

**What would you like to be added**: A somewhat automated way to verify that updates of gomodule dependencies doesn't break the compatibility with older/newer and the main Grafana version. **Why...

enhancement

Adding this as an issue so I don't forget about it. Looking at arrows [go.mod](https://github.com/apache/arrow/blob/master/go/arrow/go.mod) file it names the module `github.com/apache/arrow/go/arrow`, but they create tags named `apache-arrow-`, for example [apache-arrow-0.17.0](https://github.com/apache/arrow/releases/tag/apache-arrow-0.17.0)....

arrow

This is for the future, but adding it now so we don't forget about it. https://github.com/go-modules-by-example/index/tree/master/019_apidiff

type/build

Suggest copy protobuf definition to grafana/grafana repository and let Grafana compile protobuf definition to an internal package. Suggest putting compiled protobuf definition in an internal go package in this repository....

enhancement

For protoc-gen-go I think it's important that same version is used as of github.com/golang/protobuf in go.mod. Maybe we can use a solution like this https://marcofranssen.nl/manage-go-tools-via-go-modules/ or some tools install script...

enhancement

**What happened**: Error message logged in Grafana `t=2020-10-23T14:56:24+0000 lvl=eror msg="Failed to get render key from cache" logger=rendering renderer=http error="cache item not found"` **What you expected to happen**: No error message....

type/bug
component/plugin
component/service