grafana/pkg
Mario Trangoni bb5aaa2dce pkg/services/sqlstore/alert_notification.go: Simplify err check
$ gometalinter --vendor --disable=all --enable=megacheck --deadline=10m ./...
pkg/services/sqlstore/alert_notification.go:242:3⚠️ 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) (megacheck)
2018-09-18 23:42:20 +02:00
..
api Merge pull request #10163 from grafana/9587_annotation_tags_wih_temp_var 2018-09-17 10:34:38 +02:00
bus bus: noop should still execute fn 2018-06-15 12:46:20 +02:00
cmd use pluginName consistently when upgrading plugins 2018-09-13 17:19:51 -04:00
components string formating fixes 2018-08-28 22:33:38 +02:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
extensions refactoring: enterprise build/hooks refactorings (#12478) 2018-07-02 04:33:39 -07:00
log Merge pull request #13031 from bergquist/golang_1.11 2018-09-05 15:31:43 +02:00
login ldap: made minor change to group search, and to docs 2018-09-14 11:28:17 +02:00
metrics metrics: starts some counters at zero 2018-09-14 10:06:10 +02:00
middleware string formating fixes 2018-08-28 22:33:38 +02:00
models new column for team_member table 2018-09-14 17:27:36 +02:00
plugins moves /tests to /pkg/plugins 2018-09-17 17:29:47 +02:00
registry Improve extensions build. (#12461) 2018-07-01 07:01:43 -07:00
services pkg/services/sqlstore/alert_notification.go: Simplify err check 2018-09-18 23:42:20 +02:00
setting Fix setting test 2018-09-17 17:56:52 +02:00
social anonymous usage stats for authentication types 2018-09-13 16:36:23 +02:00
tracing refactor: tracing service refactoring (#11907) 2018-05-10 16:51:55 +02:00
tsdb Interpolate $__interval in backend for alerting with sql datasources (#13156) 2018-09-13 16:51:00 +02:00
util Fixing bug in url query reader and added test cases 2018-08-07 18:43:59 -07:00