- 29 Oct, 2018 12 commits
-
-
Peter Holmberg committed
-
Peter Holmberg committed
-
Revert to sync loading of css, sometimes js loaded before css which c…
Torkel Ödegaard committed -
Peter Holmberg committed
-
build: adds branch info to binary build
Torkel Ödegaard committed -
bergquist committed
-
Makefile: dependency-driven target to build node_modules
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- added `node_modules` as new target - dependency on `package.json` and `yarn.lock` allows for quick `make node_modules` after a branch change, which noops when the deps have not changed - also added `clean` target
David Kaltschmidt committed -
removes old invalid release guide
Carl Bergquist committed -
closes #13864
bergquist committed
-
- 28 Oct, 2018 13 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
https://github.com/jsferrei/grafana
Merge branch 'fix-missing-points' of https://github.com/jsferrei/grafana into jsferrei-fix-missing-points
Torkel Ödegaard committed -
stackdriver: Remove redundant project name assignment
Torkel Ödegaard committed -
Fix label suggestions inside multi-line aggregation contexts
David committed -
David Kaltschmidt committed
-
Implement sum aggregation suggestion with placeholder support
David committed -
Fixing issue 13855
Torkel Ödegaard committed -
Steve Kreitzer committed
-
Related: #13615
Michael Huynh committed -
Implements rudimentary support for placeholder values inside a string with the `PlaceholdersBuffer` class. The latter helps the newly added sum aggregation query suggestion to automatically focus on the label so users can easily choose from the available typeahead options. Related: #13615
Michael Huynh committed
-
- 27 Oct, 2018 5 commits
-
-
Reduce re-renderings when changing view modes
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
This should cover use cases involving multi-line queries and range vector syntax inside aggregation contexts. Related: #12890
Michael Huynh committed -
No label suggestions were being returned for multi-line aggregation contexts because the parsed selector string does not see the full context before a `by` or `without` clause. This solution stitches together all text nodes that comprise the query editor to ensure the selector has sufficient context to generate suggestions. Also, an additional workaround has been included to ensure range vector syntax does not disrupt label suggestions in aggregation contexts. Related: #12890
Michael Huynh committed
-
- 26 Oct, 2018 10 commits
-
-
Leonard Gram committed
-
as 0.5 radius points - fixes https://github.com/grafana/grafana/issues/13605
Jon Ferreira committed -
Peter Holmberg committed
-
Leonard Gram committed
-
Leonard Gram committed
-
Peter Holmberg committed
-
Explore: move suggestions logic to datasource language provider
David committed -
[skip ci]
Marcus Efraimsson committed -
mysql: fix timeFilter macro should respect local time zone
Marcus Efraimsson committed -
use default region to call DescribeRegions
Torkel Ödegaard committed
-