- 31 Oct, 2018 19 commits
-
-
Unlike the increase function delta doesn't check for resets and can go negative. This is similar to the prometheus delta function.
Sven Klemm committed -
Leonard Gram committed
-
IE11 fix for legend tables below graph
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Add only display date option to table panel column
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Yuan Liu committed
-
Torkel Ödegaard committed
-
Leonard Gram committed
-
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
mysql graphical query builder
Marcus Efraimsson committed -
Leonard Gram committed
-
Leonard Gram committed
-
Explore: repair logging after recent Explore restructuring
David committed
-
- 30 Oct, 2018 11 commits
-
-
David Kaltschmidt committed
-
this is a fix-up PR that cleans up Explore Logging after the recent restructuring. - log results need to be merged since query transactions have been introduced - logging DS has its own language provider, query field, and start page (some of them based on prometheus components) - added loader animation to log viewer - removed logging logic from prometheus components
David Kaltschmidt committed -
Marcus Efraimsson committed
-
Leonard Gram committed
-
Marcus Efraimsson committed
-
Explore: Pluggable components from datasource plugins
David committed -
David Kaltschmidt committed
-
JS tooling: run TS grunt tasks only when files changed
David committed -
bergquist committed
-
* Add new build info metrics that contains more info The goal was to add more information about Grafana. But rather than just adding those to the current metrics I created a new metric since its a common pattern in the prometheus community to expose that info in a metric named `*_build_info`. We keep the old metric to avoid introducing any breaking changes but we should be able to remove it the next breaking change
Carl Bergquist committed -
- using grunt-newer to prefix precommit tasks - only got it to work for tslint and tsc Not applied to: - sasslint does not take the file arguments in a way that grunt-newer recognizes - no-only-tests throws an error when used with `newer`, but it's sub-second runtime
David Kaltschmidt committed
-
- 29 Oct, 2018 10 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 -
- when instantiating a datasource, the datasource service checks if the plugin module exports Explore components, and if so, attaches them to the datasource - Explore component makes all major internal pluggable from a datasource `exploreComponents` property - Moved Prometheus query field to promehteus datasource and registered it as an exported Explore component - Added new Start page for Explore, also exported from the datasource
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
-