influxdb/task
Mark Rushakoff c8e2339d61 fix(task): filter by measurement early in query logreader
The late measurement filter, after a pivot, had the potential to result
in empty groups without a runID, which would cause a runtime error,
which would cause the whole query to fail.

Experimentation has shown that those empty tables will no longer arrive
by filtering early on measurement.
2019-03-15 22:28:13 -07:00
..
backend fix(task): filter by measurement early in query logreader 2019-03-15 22:28:13 -07:00
mock Add stats to the run log (#12157) 2019-02-26 08:53:36 -07:00
options fix(tasks): allow switching between cron and every options 2019-02-26 11:12:56 -06:00
servicetest fix(task): only update authorization when requested 2019-03-06 08:27:05 -08:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
platform_adapter.go use tracing.StartSpanFromContext 2019-03-07 12:12:31 -07:00
service_test.go feat(task): store authorization ID with task 2019-02-14 08:53:40 -08:00
validator.go feat(task): log authorization errors 2019-03-14 14:04:37 -07:00
validator_test.go feat(task): log authorization errors 2019-03-14 14:04:37 -07:00