- 14 Aug, 2017 3 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 11 Aug, 2017 5 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
ref #9024
Daniel Lee committed -
Daniel Lee committed
-
Daniel Lee committed
-
- 10 Aug, 2017 3 commits
-
-
If the template variable query has two columns named __text and __value then return a list of key values. The value is used when the variable is interpolated in the query. Allows mapping of texts to ids.
Daniel Lee committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 09 Aug, 2017 7 commits
-
-
Daniel Lee committed
-
Fixes #8855
Daniel Lee committed -
and a fix for when selecting the same value twice in a template variable if it is not multi select. It threw an exception on the second selection
Daniel Lee committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 08 Aug, 2017 17 commits
-
-
Torkel Ödegaard committed
-
fix: templating issue with data source variables, can now be used right away in other query variables and panels (without page reload), fixes #7510
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
fix: MySQL/Postgress max_idle_conn default was wrongly set to zero, which does not mean unlimited but zero, which in practice disables connection pooling, not good. now max idle conn is set to golang's default which is 2, fixes #8513
Torkel Ödegaard committed -
Includes integration test for most column types. Fixes #8918
Daniel Lee committed -
Daniel Lee committed
-
* $__timeFrom() -> Returns the dashboard 'from' suitable for use querying against a MySQL TIMESTAMP field. * $__timeTo() -> Returns the dashboard 'to' suitable for use querying against a MySQL TIMESTAMP field. * $__unixEpochFiler(column) -> If you store timestamps as UNIX epoch's, this builds: column > 'from' AND column < 'to' * $__unixEpochFrom() -> Returns the dashboard 'from' suitable for use querying against a MySQL integer field (UNIX epochs) * $__unixEpochTo() -> Returns the dashboard 'to' suitable for use querying against a MySQL integer field (UNIX epochs)
Brad Lhotsky committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 07 Aug, 2017 5 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* graphite-ds: add graphite version to config editor * graphite-ds: modify add-graphite-function to show only version-related functions * graphite-ds: refactor, move func filtering to gfunc.js * graphite-ds: add new functions for graphite 1.0.x * graphite-ds: fix unit tests (add jsonData)
Alexander Zobnin committed -
Alexander committed
-