mirror of https://github.com/databricks/cli.git
While working on artifact upload and workspace interrogation I realized this mutator interface needs to: 1. Operate at the whole bundle level so it can apply to both configuration and internal state 2. Include a `context.Context` parameter for a) long running operations and b) progress reporting Previous interface: ``` Apply(*config.Root) ([]Mutator, error) ``` New interface: ``` Apply(context.Context, *Bundle) ([]Mutator, error) ``` |
||
---|---|---|
.. | ||
default_environment.go | ||
default_environment_test.go | ||
default_include.go | ||
default_include_test.go | ||
mutator.go | ||
process_include.go | ||
process_include_test.go | ||
process_root_includes.go | ||
process_root_includes_test.go | ||
select_environment.go | ||
select_environment_test.go |