- 01 Oct, 2018 6 commits
-
-
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 -
cli: fix reset-admin-password
Marcus Efraimsson committed -
Leonard Gram committed
-
Leonard Gram committed
-
Explore: Store UI state in URL
David committed -
13411 react api key
Torkel Ödegaard committed
-
- 29 Sep, 2018 1 commit
-
-
Daniel Lee committed
-
- 28 Sep, 2018 32 commits
-
-
Stackdriver Datasource - Fixes #6733
Daniel Lee committed -
fixes glitch where an empty tag shows up
Daniel Lee committed -
Daniel Lee committed
-
with dummy change in readme to be able to make a commit
Daniel Lee committed -
Limit number of time series in explore
David committed -
David Kaltschmidt committed
-
David Kaltschmidt committed
-
After discussions with the Stackdriver team, they did not think this was needed.
Daniel Lee committed -
Erik Sundell committed
-
Erik Sundell committed
-
Erik Sundell committed
-
Storing queries, split state, and time range in URL. - harmonize query serialization when generating Explore URLs in dashboards (use of `renderUrl`) - move URL parse/serialization to Wrapper - keep UI states under two keys, one for left and one for right Explore - add option to angular router to not reload page on search change - add lots of types - fix time service function that gets triggered by URL change
David Kaltschmidt committed -
Erik Sundell committed
-
Daniel Lee committed
-
Erik Sundell committed
-
Daniel Lee committed
-
Erik Sundell committed
-
Daniel Lee committed
-
Daniel Lee committed
-
Erik Sundell committed
-
Erik Sundell committed
-
Erik Sundell committed
-
Grafana high availability (ha) test setup
Marcus Efraimsson committed -
Erik Sundell committed
-
Erik Sundell committed
-
Erik Sundell committed
-
Peter Holmberg committed
-
Peter Holmberg committed
-
stackdriver: broadcasting through $scope doesnt work anymore since query_filter_ctrl is now a sibling directive to query_aggregation_ctrl, so broadcasting is now done using $rootScope
Erik Sundell committed -
Torkel Ödegaard committed
-
Adding AWS Isolated Regions
Torkel Ödegaard committed
-
- 27 Sep, 2018 1 commit
-
-
Steve Kreitzer committed
-