chronograf/influx
Tim Raymond 62cdf76def Add parsing of Group By Duration from the query
In order for automatic group by to be remotely useful, we need to parse
out the selected duration of time from the query itself. The problem
with doing this is that using the existing machinery for parsing
InfluxQL requires having valid InfluxQL, which InfluxQL+Template
Variables is not. To break this chicken-and-egg problem, the duration is
directly extracted from the query using regular string processing.
2017-06-14 10:52:29 -04:00
..
queries Add AST to Influx converter. 2017-02-06 19:14:15 -07:00
databases.go Fix create retention policies InfluxQL 2017-03-23 15:23:54 -07:00
influx.go Add support for :autoGroupBy: template variable 2017-06-13 14:59:56 -04:00
influx_test.go Add support for :autoGroupBy: template variable 2017-06-13 14:59:56 -04:00
permissions.go fix rp GET 2017-03-23 03:37:32 -07:00
permissions_test.go Fix updating of OSS user permissions 2017-03-10 14:53:30 -06:00
query.go Fix parsing of InfluxQL with multiple tag values 2017-05-30 17:19:41 -05:00
query_test.go Fix test name typo 2017-05-31 16:18:24 -05:00
templates.go Add parsing of Group By Duration from the query 2017-06-14 10:52:29 -04:00
templates_test.go Add parsing of Group By Duration from the query 2017-06-14 10:52:29 -04:00
users.go Fix updating of OSS user permissions 2017-03-10 14:53:30 -06:00
users_test.go Fix updating of OSS user permissions 2017-03-10 14:53:30 -06:00