influxdb/task
Jonathan A. Sternberg 834a8740e0
refactor(task/backend): move the task/backend constants to the global package (#17133)
This moves a few types and constants to the global package so it can be
used without importing the `task/backend` package. These constants are
referenced in non tasks-specific code.

This is needed to break a dependency chain where the task backend will
call into the flux runtime to perform parsing or evaluation of a script
and to prevent the http package from inheriting that dependency.
2020-03-06 16:19:32 -06:00
..
backend refactor(task/backend): move the task/backend constants to the global package (#17133) 2020-03-06 16:19:32 -06:00
mock refactor(task/backend): move the task/backend constants to the global package (#17133) 2020-03-06 16:19:32 -06:00
options feat(tasks): enable full flux durations for every and offset options 2020-01-06 15:42:01 -06:00
servicetest refactor(task/backend): move the task/backend constants to the global package (#17133) 2020-03-06 16:19:32 -06:00