- 25 Sep, 2018 5 commits
-
-
Erik Sundell committed
-
Erik Sundell committed
-
Erik Sundell committed
-
stackdriver: break out aggretation logic into its own directive and controller. also adds tests for new dropdown population logic
Erik Sundell committed -
Erik Sundell committed
-
- 24 Sep, 2018 5 commits
-
-
Daniel Lee committed
-
Daniel Lee committed
-
Daniel Lee committed
-
so can reuse for annotation query ctrl.
Daniel Lee committed -
We had incorrectly assumed that a service account could only be connected to one project.
Daniel Lee committed
-
- 23 Sep, 2018 2 commits
-
-
Daniel Lee committed
-
This is using the {{}} syntax for alias patterns. Might switch to the syntax instead.
Daniel Lee committed
-
- 21 Sep, 2018 6 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 20 Sep, 2018 9 commits
-
-
Daniel Lee 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
-
Still have to figure out if we should have templating for aggregation fields
Daniel Lee committed
-
- 19 Sep, 2018 10 commits
-
-
Daniel Lee committed
-
Marcus Efraimsson committed
-
Torkel Ödegaard 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 -
- recording rule names contain ':' - include this in the pattern for metric names
David Kaltschmidt committed -
Sven Klemm committed
-
Fix megacheck issues
Carl Bergquist committed -
Torkel Ödegaard committed
-
- 18 Sep, 2018 3 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
-