databricks-cli/libs/fileset/testdata
Pieter Noordhuis 7de7583b37
Make fileset take optional list of paths to list (#1684)
## Changes

Before this change, the fileset library would take a single root path
and list all files in it. To support an allowlist of paths to list (much
like a Git `pathspec` without patterns; see [pathspec](pathspec)), this
change introduces an optional argument to `fileset.New` where the caller
can specify paths to list. If not specified, this argument defaults to
list `.` (i.e. list all files in the root).

The motivation for this change is that we wish to expose this pattern in
bundles. Users should be able to specify which paths to synchronize
instead of always only synchronizing the bundle root directory.

[pathspec]:
https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec

## Tests

New and existing unit tests.
2024-08-19 15:15:14 +00:00
..
dir1 Make fileset take optional list of paths to list (#1684) 2024-08-19 15:15:14 +00:00
dir2 Make fileset take optional list of paths to list (#1684) 2024-08-19 15:15:14 +00:00
dir3 Make fileset take optional list of paths to list (#1684) 2024-08-19 15:15:14 +00:00