influxdb/task
Mark Rushakoff f93ecaa137 refactor(task): look up runs more efficiently
This switches run status from a tag to a field. This is likely a
breaking change to existing task logs.

Using a one-off local query, for 250 records, the previous approach took
around 10 seconds and the new approach is about 30 milliseconds. At 1000
records, the previous approach was roughly 110 seconds and the new
approach is around 70 milliseconds.
2019-01-16 13:25:28 -08:00
..
backend refactor(task): look up runs more efficiently 2019-01-16 13:25:28 -08:00
mock chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
options Merge branch 'master' into flux-staging 2019-01-14 17:03:57 -07:00
servicetest refactor(flux): make packages mirror Flux namespaces 2019-01-14 18:00:45 -07:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
platform_adapter.go feat(tasks): update task options from api 2019-01-11 11:55:46 -06:00
service_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
validator.go Make task validation errors more clear (#11093) 2019-01-15 13:35:04 -07:00
validator_test.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00