influxdb/task
Nathaniel Cook 5bde0b5be6 fix: Update query services to use Request type
Moves idpe.QueryService into platform/query.ProxyQueryService
Splits the Request into ProxyRequest and Request.

Changes query.QueryService and query.AsyncQueryService to use a Request
type. This means that the Compiler interface is consumed by the service
to abstract out transpilation vs Flux compilation vs raw spec.

The transpiler handler is removed.

There are separate http handlers and service implementations for each of
the three query services.

Query logging types are moved into platform.

The ResultIterator now expects Cancel to always be called.

The fluxd binary exposes the query endpoint specified in the swagger
file.
2018-08-08 15:31:35 -06:00
..
backend fix: Update query services to use Request type 2018-08-08 15:31:35 -06:00
mock update mock scheduler 2018-08-01 13:36:47 -06:00
options test(task): cache parsed options in test 2018-08-07 12:46:50 -07:00
Makefile refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
platform_adapter.go feat(task): allow tasks to be enabled and disabled. 2018-08-06 15:24:34 -06:00