Stuart Carnie
5bcb952b6f
chore(cli): Improve APIs to increase reuse in Enterprise
2018-11-02 09:16:42 -07:00
Stuart Carnie
5de5f09676
feat(cli/influx): Display detailed error messages when available
...
This commit will print any detailed error messages returned by
the server via the `/api/v2/query` API
2018-10-30 13:14:59 -07:00
jlapacik
ff416805c5
add Flux output functions ( #10433 )
...
* add flux output functions
* update flux dependency
2018-10-30 10:06:02 -07:00
Stuart Carnie
448e8079ad
fix(storage): Update to latest flux and platform
...
* Due to a breaking API change, `BucketsDecoder` was updated to use
`NewString` vs `NewStringValue`
2018-10-25 15:57:05 -07:00
Stuart Carnie
c5ec3a3244
feat(influx): Add Flux support, enabled by specifying -type=flux
2018-10-25 11:12:14 -07:00
Adam
74f2cbe500
added physical implementation for the buckets() function ( #10373 )
2018-10-17 10:22:07 -04:00
Stuart Carnie
b4fed53a68
feat(flux): Update platform / flux packages and implement from source
2018-10-12 07:40:46 -07:00
Jeff Wendling
69dc031a75
Use platform for most of the read service code
...
This commit deletes most of the code to service reads from influxdb
and pulls it in from platform instead.
Of note, the models.Tag and models.Tags types are now aliases to the
platform models.Tag and models.Tags types. Additionally, many types
in the tsdb package relating to cursors are also aliases to the same
types in the platform cursors package.
This updates the platform and flux repos to the current master in the
Gopkg.lock.
2018-10-10 11:20:25 -06:00
Stuart Carnie
8d07870717
fix(flux): Fix panic when executing a query that returns no results
...
fixes https://github.com/influxdata/flux/issues/81
2018-10-03 11:55:48 -07:00
Stuart Carnie
552e54ba14
fix(flux): Fix panic when executing a group / distinct query
...
fixes https://github.com/influxdata/flux/issues/81
2018-10-03 11:55:48 -07:00
Stuart Carnie
3f917e281a
chore(flux): Remove debug output
2018-09-17 22:38:27 -07:00
Stuart Carnie
62b9791da8
feat(flux): Add initial support for executing Flux queries
2018-09-17 22:38:27 -07:00