influxdb/mock
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
..
bucket_service.go fix(query/control): cancel the enqueue of a query if the context finishes 2018-07-18 15:37:25 -05:00
dbrp_mapping.go feat: Use DBRPMappings in 1.x read path 2018-07-18 09:46:57 -06:00
generators.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00