- 25 Oct, 2018 1 commit
-
-
David Kaltschmidt committed
-
- 24 Oct, 2018 17 commits
-
-
David Kaltschmidt committed
-
[skip ci]
Marcus Efraimsson committed -
Delete provisioning meta data when deleting Folder
Marcus Efraimsson committed -
prior to this fix Grafana didnt delete meta data about the provisioned dashboard in `dashboard_provisioning` which means that the dashboard wasn't inserted into Grafana again if the folder was delete within Grafana. closes #13280
bergquist committed -
Explore: fix graph resize on window resize
David committed -
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
Johannes Schill committed
-
Marcus Efraimsson committed
-
Fix click-based selection of typeahead suggestion
David committed -
- resize HOC wrapper only resized first child which in case of large graphs was the warning button - moved warning button inside the panel parent
David Kaltschmidt committed -
Explore: query transactions for faster result display
David committed -
Daniel Lee committed
-
Marcus Efraimsson committed
-
* stackdriver: add resource type to filter and group bys * stackdriver: remove not used param * stackdriver: refactor filter and group by code * stackdriver: remove resource type if its already in filter list * stackdriver: remove debug logging * stackdriver: remove more debug logging * stackdriver: append resource type to legend name if there are more than one type present in the response * stackdriver: only make new request if filter has real value * stackdriver: format legend support for resource type * stackdriver: add resource type to documentation * stackdriver: not returning promise from query function * stackdriver: fix refactoring bug * stackdriver: remove not used import
Erik Sundell committed -
David Kaltschmidt committed
-
[skip ci]
Marcus Efraimsson committed
-
- 23 Oct, 2018 20 commits
-
-
David Kaltschmidt committed
-
Another fix for kiosk mode handling
Torkel Ödegaard committed -
Leonard Gram committed
-
Torkel Ödegaard committed
-
Kiosk mode url fix
Torkel Ödegaard committed -
David Kaltschmidt committed
-
David Kaltschmidt committed
-
Leonard Gram committed
-
Existing querying was grouped together before handed over to the datasource. This slowed down result display to however long the slowest query took. - create one query transaction per result viewer (graph, table, etc.) and query row - track latencies for each transaction - show results as soon as they are being received - loading indicator on graph and query button to indicate that queries are still running and that results are incomplete - properly discard transactions when removing or changing queries
David Kaltschmidt committed -
Feat - keyboard shortcut to toggle legend
Torkel Ödegaard committed -
Explore: reuse table merge from table panel
David committed -
ux: remove duplicate placeholder attribute
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
* fix: text box template variable doesn't work properly without a default value
Johannes Schill committed -
Add debug logging of dashboard permission checks
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Leonard Gram committed
-
Leonard Gram committed
-
- 22 Oct, 2018 2 commits
-
-
Marcus Efraimsson committed
-
Daniel Lee committed
-