grafana/pkg/plugins
Mario Trangoni b7628f2060 pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=golint  ./...
filepath.go:12:5⚠️ error var WalkSkipDir should have name of the form ErrFoo (golint)
shortid_generator.go:11:5⚠️ var validUidPattern should be validUIDPattern (golint)
shortid_generator.go:19:6⚠️ func IsValidShortUid should be IsValidShortUID (golint)
shortid_generator.go:24:6⚠️ func GenerateShortUid should be GenerateShortUID (golint)
2019-01-28 22:37:44 +01:00
..
datasource/wrapper Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
testdata moves /tests to /pkg/plugins 2018-09-17 17:29:47 +02:00
app_plugin.go dsproxy: implements support for plugin routes with jwt file 2018-09-14 09:35:27 +02:00
backend_utils.go Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
dashboard_importer_test.go moves /tests to /pkg/plugins 2018-09-17 17:29:47 +02:00
dashboard_importer.go dashboard: import to folder 2018-06-05 19:23:09 +03:00
dashboards_test.go moves /tests to /pkg/plugins 2018-09-17 17:29:47 +02:00
dashboards_updater.go pkg/plugins/dashboards_updater.go: Simplify err check 2018-09-18 23:42:25 +02:00
dashboards.go dashboard: import to folder 2018-06-05 19:23:09 +03:00
datasource_plugin.go Panel help view fixes 2018-12-19 11:03:54 +01:00
frontend_plugin_test.go plugin: fix path for app plugins on windows 2018-01-04 17:32:57 +01:00
frontend_plugin.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
hclog-wrapper.go moves plugin proxy to plugin package 2018-01-10 12:11:57 +01:00
models.go filter out alpha plugins in api call, fixes #14030 2018-11-15 11:10:47 +01:00
panel_plugin.go feat(plugins): better logging and handling of loading plugins, try to create plugins dir if it does not exist, fixes #3974 2016-02-10 11:03:12 +01:00
plugins_test.go moves /tests to /pkg/plugins 2018-09-17 17:29:47 +02:00
plugins.go pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 2019-01-28 22:37:44 +01:00
queries.go pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
renderer_plugin.go Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
update_checker.go Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02:00