influxdb/kit
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
..
check feat(kit/check): Adds manual override capabilities to readiness endpoint. 2019-12-30 09:42:31 -05:00
cli feat(influx): fixup config file env var naming and add support for config directory 2020-06-18 17:09:46 -07:00
errors feat(influxd): Add errors.List to simplify capturing a list of errors 2019-03-19 20:35:02 -07:00
feature feat(task): Parse Task Options using Flux AST Helpers (#19326) 2020-08-20 11:57:23 -04:00
grpc refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
io chore(kit/io): Tests for LimitedReadCloser. 2020-06-17 13:13:59 -04:00
metric feat(pkger): extend metrics to collect remote sources 2020-06-16 12:17:45 -07:00
prom refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
signals chore(context,gather,inmem,kit): fix megacheck errors 2018-11-01 12:54:46 -07:00
tracing fix(tracing): set method to trace 2020-04-08 14:48:53 +02:00
transport/http chore(http): add response_code as label to http_api_* metrics (#19389) 2020-08-19 13:19:18 -07:00