grafana/pkg/api/pluginproxy
Oleg Gaidarenko caa1314f44
Build: use golangci-lint as a make command (#17739)
* Build: use golangci-lint as a make command

* Since gometalinter was deprecated in favor of golangci-lint so it was
  replaced by it. Responsibilities held by the gometalinter was moved to
  golangci-lint

* There was some changes in implementation (that was also mentioned in
  the code comment) between the tools, which uncovered couple errors
  in the code. Those issues were either solved or disabled by
  the inline comments

* Introduce the golangci-lint config, to make their
  configuration more manageable

* Build: replace backend-lint.sh script with make
2019-07-02 16:06:59 +03:00
..
test-data dsproxy: allow multiple access tokens per datasource 2018-06-12 17:39:38 +02:00
access_token_provider_test.go invalidate access token cache after datasource is updated 2018-09-21 14:24:44 +02:00
access_token_provider.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
ds_auth_provider_test.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
ds_auth_provider.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
ds_proxy_test.go Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
ds_proxy.go OAuth: Fix for wrong user token updated on OAuth refresh in DS proxy (#17541) 2019-06-12 13:47:38 +02:00
pluginproxy_test.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
pluginproxy.go Codestyle: Fix govet issues (#17178) 2019-06-04 22:00:05 +02:00
utils_test.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
utils.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00