influxdb/task/options
Brett Buddin 0780232b83
feat(task): Parse Task Options using Flux AST Helpers (#19326)
* feat(task): Extract options using AST-based method.

* feat(task): Use AST-based option APIs for updating task option.

* chore(task): Use the old way of parsing durations.

* fix(task): Ordering changed on us. Fixing tests to reflect the new order.

* fix(task): There's no way for us to know if there are multiples with the current APIs.

* chore(task): Guard against duplicate options. Minor cleanup.

* fix(kit/feature): Break cyclical dependency between influxdb and pkgs that use feature.

* chore(task): Feature flag updating Flux options.

* chore(task): Ensure we are testing both paths of feature flag.

* chore: Remove dead code.

* chore(task/options): Remove unnecessary conditional.

* chore(task/options): Unexport some error helpers.
2020-08-20 11:57:23 -04:00
..
flux_deps.go fix(tasks): fake flux deps 2019-11-08 09:35:20 -05:00
options.go feat(task): Parse Task Options using Flux AST Helpers (#19326) 2020-08-20 11:57:23 -04:00
options_errors.go feat(task): Parse Task Options using Flux AST Helpers (#19326) 2020-08-20 11:57:23 -04:00
options_test.go feat(task): Parse Task Options using Flux AST Helpers (#19326) 2020-08-20 11:57:23 -04:00
strconv.go fix(influx): support days as duration type 2020-06-22 20:07:53 -07:00