- 07 Jul, 2018 2 commits
-
-
Torkel Ödegaard committed
-
ux: minor fix/tweak to inactive view mode, think logo should be visible & fixes dashboard title alignment
Torkel Ödegaard committed
-
- 06 Jul, 2018 9 commits
-
-
[skip ci]
Marcus Efraimsson committed -
Fix datasource sorting with template variables
Marcus Efraimsson committed -
- fixes sorting when template variables are present - simplified existing test cases - added test to cover variable usage in datasource service
David Kaltschmidt committed -
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
Prometheus heatmap: fix unhandled error when some points are missing
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
Fix links not updating after changing variables
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
- 05 Jul, 2018 2 commits
-
-
Alexander Zobnin committed
-
Marcus Efraimsson committed
-
- 04 Jul, 2018 16 commits
-
-
Marcus Efraimsson committed
-
mysql,mssql: improve $__timeFilter, $__timeFrom, $__timeTo macros The $__timeFilter macro now uses a BETWEEN with timestamps instead of comparing epochs The $__timeFrom and $__timeTo macros now return strings of format YYYY-MM-DDThh:mm:ssZ instead of epoch
Marcus Efraimsson committed -
Karma to Jest: elasticsearch datasource
Marcus Efraimsson committed -
Fix HTTP-API admin doc
Marcus Efraimsson committed -
Tobias Skarhed committed
-
Tobias Skarhed committed
-
Tobias Skarhed committed
-
Tobias Skarhed committed
-
Tobias Skarhed committed
-
Tobias Skarhed committed
-
Tobias Skarhed committed
-
Marcus Efraimsson committed
-
Augustin Husson committed
-
Augustin Husson committed
-
Augustin Husson committed
-
Marcus Efraimsson committed
-
- 03 Jul, 2018 8 commits
-
-
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
Torkel Ödegaard committed
-
Leonard Gram committed
-
- 02 Jul, 2018 3 commits
-
-
Currently if a null appears in a table column, for instance in data returned by postgres, sorting on that gives an arbitrary order. This is due to null being neither greater or less than any string, which makes the sort unstable. Change the table sort function to compare on nullness first. Note this is a slight behaviour change for numbers, which would otherwise treat null and 0 as equivalent. Signed-off-by: Martin Packman <gzlist@googlemail.com>
Martin Packman committed -
* Fix bar width issue in aligned prometheus queries This was broken because null values were filled in with unaligned times. * use aligned times for result transformation * add tests An earlier version of this fix aligned the times again in the transformer, but I think it's safe to only deal with aligned times in the response. * Fixed prometheus heatmap tranformer test The interval needs to be 1 to prevent step alignment.
David committed -
foo.bar.com in description, but foo.bar in configuration. Updated description, makes more sense then changing the configuration :)
zicklam committed
-