grafana/pkg
Brad Lhotsky a8ac215039 Add a few more MySQL macros:
* $__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)
2017-08-08 14:40:27 +02:00
..
api Merge branch 'v4.4.x' 2017-08-07 10:47:23 +02:00
bus (format) run go fmt in pkg 2016-12-14 12:17:38 +09:00
cmd Fix #8998 by not overriding GOMAXPROCS (#8999) 2017-08-07 15:02:04 +02:00
components fix: png rendering api & timeout parameter now works as it should AND default render timeout increased from 30 to 60 seconds, fixes #8710 2017-07-31 16:04:04 +02:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
log Config Array Syntax (#8204) 2017-04-25 09:14:29 +02:00
login tech(): go fmt code 2016-12-19 13:26:42 +01:00
metrics Add a new notifier : DingTalk (#8473) 2017-07-04 15:16:32 +02:00
middleware Merge branch 'v4.4.x' 2017-08-07 10:47:23 +02:00
models signup: fix email sent logic for tempuser 2017-06-30 20:21:08 +02:00
plugins plugins: refactoring builtIn data source concept, now means data source plugins that you do not need to add via data sources page, that is automatically added as selectable data source, #8095 2017-04-12 08:23:44 +02:00
services Merge branch 'v4.4.x' 2017-08-08 09:28:41 +02:00
setting feat: more work on #8768 2017-07-31 14:39:33 +02:00
social Support large github organisations (#8846) 2017-07-31 12:13:29 +02:00
tsdb Add a few more MySQL macros: 2017-08-08 14:40:27 +02:00
util Config Array Syntax (#8204) 2017-04-25 09:14:29 +02:00