- 03 Oct, 2018 3 commits
-
-
bergquist committed
-
Org users to react
Torkel Ödegaard committed -
Testdata tables
Torkel Ödegaard committed
-
- 02 Oct, 2018 27 commits
-
-
Torkel Ödegaard committed
-
Update configuration doc to include socket at [server]
Torkel Ödegaard committed -
dadosch committed
-
`protocol=socket` and `socket=` path in [server] fixes https://github.com/grafana/grafana/issues/8701
dadosch committed -
Torkel Ödegaard committed
-
bergquist committed
-
Transaction issues for alert reminder
Marcus Efraimsson committed -
Explore: jump to explore from panels with mixed datasources
David committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
Peter Holmberg committed
-
Peter Holmberg committed
-
Peter Holmberg committed
-
bergquist committed
-
bergquist committed
-
Peter Holmberg committed
-
Peter Holmberg committed
-
Peter Holmberg committed
-
use alert state changes counter for alert notification dedupping.
Carl Bergquist committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 01 Oct, 2018 10 commits
-
-
Fix megacheck issues
Carl Bergquist committed -
Marcus Efraimsson committed
-
typo in sample.ini
Marcus Efraimsson committed -
Leo Ochoa committed
-
Update to ldap.md
Marcus Efraimsson committed -
See, pkg/tsdb/cloudwatch/credentials.go:45:2:warning: should merge variable declaration with assignment on next line (S1021) (megacheck)
Mario Trangoni committed -
See, pkg/cmd/grafana-server/main.go:107:8:warning: '_ = <-ch' can be simplified to '<-ch' (S1005) (megacheck)
Mario Trangoni committed -
See, pkg/tsdb/stackdriver/stackdriver_test.go:356:2:warning: 'if err != nil { return data, err }; return data, nil' can be simplified to 'return data, err'
Mario Trangoni committed -
I removed some code, and commented out other one. See, $ gometalinter --vendor --disable-all --disable=gotype --enable=megacheck --deadline 6m ./... | grep unused pkg/api/avatar/avatar.go:100:26:warning: func (*CacheServer).mustInt is unused (U1000) (megacheck) pkg/api/folder_test.go:136:6:warning: func callGetFolderByUID is unused (U1000) (megacheck) pkg/api/folder_test.go:141:6:warning: func callDeleteFolder is unused (U1000) (megacheck) pkg/api/live/hub.go:40:15:warning: func (*hub).removeConnection is unused (U1000) (megacheck) pkg/components/imguploader/azureblobuploader.go:130:5:warning: var client is unused (U1000) (megacheck) pkg/middleware/middleware_test.go:438:28:warning: func (*scenarioContext).withInvalidApiKey is unused (U1000) (megacheck) pkg/services/alerting/ticker.go:40:18:warning: func (*Ticker).updateOffset is unused (U1000) (megacheck) pkg/services/notifications/notifications_test.go:12:6:warning: type testTriggeredAlert is unused (U1000) (megacheck) pkg/services/sqlstore/dashboard_service_integration_test.go:935:6:warning: type scenarioContext is unused (U1000) (megacheck) pkg/services/sqlstore/dashboard_service_integration_test.go:939:6:warning: type scenarioFunc is unused (U1000) (megacheck) pkg/services/sqlstore/dashboard_service_integration_test.go:941:6:warning: func dashboardGuardianScenario is unused (U1000) (megacheck) pkg/services/sqlstore/transactions_test.go:13:6:warning: type testQuery is unused (U1000) (megacheck)
Mario Trangoni committed -
Peter Holmberg committed
-