mirror of https://github.com/databricks/cli.git
b88b35a510
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) ``` |
||
---|---|---|
.. | ||
basic | ||
environment_overrides | ||
include_default | ||
include_override | ||
job_and_pipeline | ||
yaml_anchors | ||
README.md | ||
basic_test.go | ||
environment_overrides_test.go | ||
include_default_test.go | ||
include_override_test.go | ||
job_and_pipeline_test.go | ||
loader.go | ||
yaml_anchors_test.go |
README.md
Bundle configuration tests
Every test here uses an example bundle configuration. Each bundle configuration is located in a dedicated subdirectory.