databricks-cli/libs
shreyas-goenka 72dde793d8
Fix workspace extensions filer accidentally reading notebooks ()
## Changes
The workspace extensions filer should not read or stat a notebook called
`foo` if the user calls `.Stat(ctx, "foo")`.

Instead, the filer should return a file not found error. This is because
the contract for the workspace extensions filer is to only work for
notebooks when the file path / name includes the extension (example:
`foo.ipynb` or `foo.sql` instead of just `foo`)

## Tests
Integration tests.
2024-11-18 17:25:24 +00:00
..
auth Clean host URL in the `auth login` command () 2024-11-05 15:29:27 +00:00
cmdgroup Add trailing newline in usage string () 2024-04-19 14:12:52 +00:00
cmdio Added JSON input validation for CLI commands () 2024-10-11 14:39:53 +00:00
databrickscfg Upgrade Go SDK to 0.44.0 () 2024-08-15 13:23:07 +00:00
dbr Extract functionality to detect if the CLI is running on DBR () 2024-11-14 16:10:45 +00:00
diag Show actionable errors for collaborative deployment scenarios () 2024-10-10 11:18:23 +00:00
dyn Make `TableName` field part of quality monitor schema () 2024-11-14 17:39:38 +00:00
env Fix `panic: $HOME is not set` () 2023-11-29 19:08:27 +00:00
errs Added ability for deferred mutator execution () 2023-05-16 18:01:50 +02:00
exec Fixed building Python artifacts on Windows with WSL () 2024-03-01 15:59:47 +00:00
fakefs Consolidate test helpers for `io/fs` () 2024-11-15 15:37:21 +00:00
filer Fix workspace extensions filer accidentally reading notebooks () 2024-11-18 17:25:24 +00:00
fileset Make fileset take optional list of paths to list () 2024-08-19 15:15:14 +00:00
flags Fixed unmarshalling json input into `interface{}` type () 2024-10-15 12:10:02 +00:00
folders Move folders package into libs () 2024-02-07 16:33:18 +00:00
git Support Git worktrees for `sync` () 2024-10-21 18:27:07 +00:00
iamutil Move utility functions dealing with IAM to libs/iamutil () 2024-10-10 13:02:25 +00:00
jsonschema Make bundle JSON schema modular with `$defs` () 2024-09-10 13:55:18 +00:00
locker Correct name for force acquire deploy flag () 2023-08-15 19:03:43 +00:00
log Rewrite the friendly log handler () 2023-12-01 12:17:04 +00:00
notebook Consolidate test helpers for `io/fs` () 2024-11-15 15:37:21 +00:00
process Attempt to reduce test flakiness on Windows () 2024-10-24 12:03:12 +00:00
python Make `pydabs/venv_path` optional () 2024-08-20 13:26:57 +00:00
set Show actionable errors for collaborative deployment scenarios () 2024-10-10 11:18:23 +00:00
sync Add verbose flag to the "bundle deploy" command () 2024-09-23 10:09:11 +00:00
tags Library to validate and normalize cloud specific tags () 2023-09-29 08:49:08 +00:00
template Fix pipeline in default-python template not working for certain workspaces () 2024-10-22 15:52:46 +00:00
terraform Move to a single prompt during bundle destroy () 2024-07-24 13:02:19 +00:00
testfile Refactor and cover edge cases in sync integration tests () 2023-01-10 13:16:30 +01:00
textutil Fixed job name normalisation for bundle generate () 2024-07-17 12:33:49 +00:00
vfs Replace `vfs.Path` with extension-aware filer when running on DBR () 2024-07-03 11:55:42 +00:00