Denis Bilenko
b1b8151c3f
rebase and update tests output
2025-02-04 15:48:40 +01:00
Denis Bilenko
b4c68d4fe4
update badness
2025-02-04 15:46:46 +01:00
Denis Bilenko
8666213249
update badness
2025-02-04 15:46:46 +01:00
Denis Bilenko
9320bd1682
acc: Use [VARNAME] instead of $VARNAME ( #2282 )
...
$VARNAME is what we use for environment variables, it's good to
separate.
Some people use envsubst for homemade variable interpolation, it's also
good to have separation there.
2025-02-03 14:10:19 +00:00
Denis Bilenko
38efedcd73
Remove bundle.git.inferred ( #2258 )
...
The only use case for it was to emit a warning and based on the
discussion here
https://github.com/databricks/cli/pull/2213/files#r1933558087 the
warning it not useful and logging that with reduced severity is also not
useful.
2025-01-29 14:15:52 +00:00
Denis Bilenko
60709e3d48
acc: Restore unexpected output error ( #2243 )
...
## Changes
Restore original behaviour of acceptance tests: any unaccounted for
files trigger an error (not just those that start with "out"). This got
changed in
https://github.com/databricks/cli/pull/2146/files#diff-2bb968d823f4afb825e1dcea2879bdbdedf2b7c15d4e77f47905691b14246a04L196
which started only checking files starting with "out*" and skipping
everything else.
## Tests
Existing tests.
2025-01-28 10:15:32 +00:00
Denis Bilenko
468660dc45
Add an acc test covering failures when reading .git ( #2223 )
...
## Changes
- New test covering failures in reading .git. One case results in error,
some result in warning (not shown).
- New helper withdir runs commands in a subdirectory.
## Tests
New acceptance test.
2025-01-24 15:53:06 +00:00