- 16 Apr, 2018 23 commits
-
-
This fixes: pkg/api/avatar/avatar.go:261:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/log/file.go:102:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/metrics/graphitebridge/graphite.go:298:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/provisioning/provisioning.go:23:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/alert_notification.go:27:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/alert_notification.go:27:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/annotation.go:105:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/annotation.go:105:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/dashboard.go:351:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/dashboard.go:435:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/dashboard_acl.go:38:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/dashboard_acl.go:38:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/stats.go:22:2: 'if err != nil { return err }; return err' can be simplified to 'return err' (S1013) pkg/services/sqlstore/team.go:213:2: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/user.go:256:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/user.go:256:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/user.go:274:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/user.go:274:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/user.go:482:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) pkg/services/sqlstore/user.go:482:3: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013)
Karsten Weiss committed -
This fixes: pkg/components/dynmap/dynmap.go:588:3: redundant break statement (S1023) pkg/components/dynmap/dynmap.go:610:3: redundant break statement (S1023) pkg/components/dynmap/dynmap.go:641:3: redundant break statement (S1023) pkg/components/dynmap/dynmap.go:690:3: redundant break statement (S1023) pkg/components/dynmap/dynmap.go:712:3: redundant break statement (S1023) pkg/components/dynmap/dynmap.go:749:3: redundant break statement (S1023) pkg/components/dynmap/dynmap.go:785:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/cloudwatch.go:74:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/cloudwatch.go:77:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/cloudwatch.go:82:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:178:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:181:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:184:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:187:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:190:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:193:3: redundant break statement (S1023) pkg/tsdb/cloudwatch/metric_find_query.go:196:3: redundant break statement (S1023)
Karsten Weiss committed -
Daniel Lee committed
-
Daniel Lee committed
-
* migrated dropdown-typeahead to ts * removed console.logs * added @ngInject
Patrick O'Carroll committed -
Daniel Lee committed
-
Daniel Lee committed
-
ordered user orgs alphabeticaly
Daniel Lee committed -
Support deleting empty playlist
Daniel Lee committed -
Show Grafana version and build in Help menu
David committed -
David Kaltschmidt committed
-
Marcus Efraimsson committed
-
Leonard Gram committed
-
* establishes Help as the single place to look for the Grafana version * version is passed as menu sub-title to side menu * added rendering of sub-title, plus styles * sub-title was used by profile menu (its value is the login string), but was not shown; now showing this value on condition that login name is different from user name
David Kaltschmidt committed -
#11053, #11252, #10836, #11185, #11168, #11332, #11391, #11073, #9342, #11001, #11183, #11211, #11384, #11095, #10792, #11138, #11516 [skip ci]
Marcus Efraimsson committed -
Daniel Lee committed
-
removes codecov from frontend tests
Carl Bergquist committed -
bergquist committed
-
sql tsdb: fix precision and data type support for time columns
Daniel Lee committed -
bergquist committed
-
Add another URL param «inactive» which works like «kiosk» but with title
Carl Bergquist committed -
Grafana-CLI: mention the plugins directory is not writable on failure
Carl Bergquist committed -
Fix codespell issues
Daniel Lee committed
-
- 15 Apr, 2018 2 commits
-
-
Kim Christensen committed
-
Matthew McGinn committed
-
- 14 Apr, 2018 5 commits
-
-
Daniel Lee committed
-
PostgreSQL should not cast all times to uint64
Daniel Lee committed -
Documentation spelling fix
Daniel Lee committed -
Value select dropdown to ts
Daniel Lee committed -
Vitaliy committed
-
- 13 Apr, 2018 10 commits
-
-
Mario Trangoni committed
-
Mario Trangoni committed
-
Mario Trangoni committed
-
Mario Trangoni committed
-
Mario Trangoni committed
-
Mario Trangoni committed
-
Mario Trangoni committed
-
let the influxdb API set a database
Daniel Lee committed -
[skip ci]
Marcus Efraimsson committed -
docs: adds provisioning examples for all datasources
Marcus Efraimsson committed
-