- 03 Oct, 2018 1 commit
-
-
Leonard Gram committed
-
- 24 Sep, 2018 2 commits
-
-
Leonard Gram committed
-
Leonard Gram committed
-
- 21 Sep, 2018 2 commits
-
-
Explore: Fix label suggestions for recording rules
Torkel Ödegaard committed -
Fix megacheck issues
Torkel Ödegaard committed
-
- 20 Sep, 2018 11 commits
-
-
$ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline=6m ./... pkg/tracing/tracing.go:81:25:warning: cfg.New is deprecated: use NewTracer() function (SA1019) (megacheck)
Mario Trangoni committed -
$ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline=6m ./... pkg/services/sqlstore/user.go:274:3:warning: empty branch (SA9003) (megacheck)
Mario Trangoni committed -
$ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline=6m ./... pkg/tsdb/elasticsearch/response_parser.go:95:41:warning: should use make(map[string]string) instead (S1019) (megacheck) pkg/tsdb/elasticsearch/response_parser.go:125:41:warning: should use make(map[string]string) instead (S1019) (megacheck) pkg/tsdb/elasticsearch/response_parser.go:317:5:warning: redundant break statement (S1023) (megacheck) pkg/tsdb/elasticsearch/response_parser.go:358:5:warning: redundant break statement (S1023) (megacheck)
Mario Trangoni committed -
append. $ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline=6m ./... pkg/tsdb/elasticsearch/client/search_request.go:59:4:warning: should replace loop with sr.Aggs = append(sr.Aggs, aggArray...) (S1011) (megacheck) pkg/tsdb/elasticsearch/client/search_request.go:303:4:warning: should replace loop with agg.Aggregation.Aggs = append(agg.Aggregation.Aggs, childAggs...) (S1011) (megacheck)
Mario Trangoni committed -
Explore: Query field fixes
Marcus Efraimsson committed -
David Kaltschmidt committed
-
David Kaltschmidt committed
-
David Kaltschmidt committed
-
David Kaltschmidt committed
-
Fix misspelled authentication in Auth overview doc
Marcus Efraimsson committed -
Ben Doyle committed
-
- 19 Sep, 2018 8 commits
-
-
Marcus Efraimsson committed
-
Don't use unnest in queries for redshift compatibility
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Explore: Fix click to filter for recording rule expressions
Torkel Ödegaard committed -
- parsing of recording rules failed for label suggestor - added ':' to parsing routine
David Kaltschmidt committed -
- recording rule names contain ':' - include this in the pattern for metric names
David Kaltschmidt committed -
Sven Klemm committed
-
Fix megacheck issues
Carl Bergquist committed
-
- 18 Sep, 2018 8 commits
-
-
$ gometalinter --vendor --disable=all --enable=megacheck --deadline=10m ./... pkg/tsdb/elasticsearch/client/client.go:147:13:warning: should use time.Since instead of time.Now().Sub (S1012) (megacheck) pkg/tsdb/elasticsearch/client/client.go:190:14:warning: should use time.Since instead of time.Now().Sub (S1012) (megacheck) pkg/tsdb/elasticsearch/client/client.go:218:13:warning: should use time.Since instead of time.Now().Sub (S1012) (megacheck)
Mario Trangoni committed -
$ gometalinter --vendor --disable=all --enable=megacheck --deadline=10m ./... pkg/plugins/dashboards_updater.go:51:2:warning: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) (megacheck)
Mario Trangoni committed -
$ gometalinter --vendor --disable=all --enable=megacheck --deadline=10m ./... pkg/services/sqlstore/alert_notification.go:242:3:warning: 'if err != nil { return err }; return nil' can be simplified to 'return err' (S1013) (megacheck)
Mario Trangoni committed -
disable codecov
Torkel Ödegaard committed -
removes unused files
Torkel Ödegaard committed -
bergquist committed
-
bergquist committed
-
bergquist committed
-
- 17 Sep, 2018 8 commits
-
-
Fix setting test
Marcus Efraimsson committed -
Nick Triller committed
-
ref #11433
bergquist committed -
moves files from /tests to more appropriate folders
Torkel Ödegaard committed -
Moves docker/ to devenv/docker
Torkel Ödegaard committed -
Explore: Add multiline syntax highlighting to query field
Torkel Ödegaard committed -
* brian2222-patch-1: removes testdata from getting started Update getting_started.md
bergquist committed -
bergquist committed
-