grafana/pkg/services
Mario Trangoni bf90ff87cf pkg/services/dashboards/dashboard_service.go: simplify return
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=megacheck  ./...
pkg/services/dashboards/dashboard_service.go:167:2⚠️ 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) (megacheck)
2019-01-26 14:23:10 +01:00
..
alerting removes error2 logger 2019-01-15 11:49:18 +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/services/dashboards/dashboard_service.go: simplify return 2019-01-26 14:23:10 +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 begin user auth token implementation 2019-01-15 15:16:20 +01:00