influxdb/cmd/influxd/launcher
Nathaniel Cook a75adf6c4b fix(http): separate InfluxQL and Flux services
Previously the APIBackend understood only a ProxyQueryService,
but it needs to understand that there are two implementations of the
ProxyQueryService one for handling InfluxQL queries and one for handling
Flux queries. The names of the fields have been updated to make this
clear. As well as the FluxBackend is now initialized using the
FluxService explicitly.
2019-02-22 10:31:20 -07:00
..
launcher.go fix(http): separate InfluxQL and Flux services 2019-02-22 10:31:20 -07:00
launcher_test.go fix(kv): error org search if neither name nor id is set 2019-02-21 11:18:08 -08:00
query_test.go feat(tasks): end-to-end tests for the task system 2019-01-25 13:28:25 -06:00
storage_test.go refactor(cmd/influxd): use simple query rather than the flux service 2019-02-21 11:18:08 -08:00
tasks_test.go refactor(task): remove explicit org from run/log lookup 2019-02-16 14:34:49 -08:00