grafana/pkg/services
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
..
alerting Merge branch 'master' into 14701-fix-alert-context 2019-01-28 08:09:52 +01:00
annotations renames PartialMatch to MatchAny 2018-09-13 15:15:42 +02:00
auth dont specify domain for auth cookies 2019-01-25 10:40:50 +01:00
cache refactor datasource caching 2018-10-30 09:31:56 +01:00
cleanup renames main lock function 2018-12-17 16:36:57 +01:00
dashboards pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 2019-01-28 22:37:44 +01:00
datasources register datasource cache service with proper name 2018-10-30 12:32:14 +01:00
guardian add debug logging of folder/dashbord permission checks 2018-10-23 11:08:57 +02:00
hooks Adds backend hooks service so extensions can modify index data 2018-10-12 11:26:42 +02:00
notifications Fix bug tls renegociation problem in Notification channel (webhook) #14800 2019-01-13 21:42:33 +01:00
provisioning avoid infinite loop in the dashboard provisioner 2019-01-14 16:38:39 +01:00
quota move quota to dedicated service 2018-03-07 17:19:35 -05:00
rendering Changed setting to be an alerting setting 2018-09-25 12:17:04 +02:00
search Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
session restrict session usage to auth_proxy 2019-01-23 14:56:48 +01:00
sqlstore pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 2019-01-28 22:37:44 +01:00