- 30 Oct, 2018 5 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
- 29 Oct, 2018 15 commits
-
-
Torkel Ödegaard committed
-
Updated grafana_stats.json
Carl Bergquist committed -
Explore: fix copy/paste on table cells
David committed -
When selecting text via mouse, our ReactTable cells' click handler triggers an event. - check event target to be the link, only then handle the event
David Kaltschmidt committed -
Explore: error handling and time fixes
David committed -
Revert to sync loading of css, sometimes js loaded before css which c…
Torkel Ödegaard 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
-
The grafana_stats.json used the following prometheus query: "increase(grafana_alerting_result_total[1m])" But a metric called "grafana_alerting_result_total" is currently not there anymore. So i changed the query to "increase(grafana_alerting_active_alerts[1m])" and updated the title as well (Before: "Grafana alert results", Now: "Grafana active alerts").
Sebastian 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 2 commits
-
-
- use global range types - add ErrorBoundary around individual Explore components - fix table merge on empty results - fix TimePicker date parsing on ISO dates - fix TimePicker range string after relative move
David Kaltschmidt committed -
Leonard Gram committed
-