databricks-cli/libs/git
shreyas-goenka 9e16140b6e
Add git config block to bundle config (#356)
## Changes
This config block contains commit, branch and remote_url which will be
automatically loaded if specified in the repo, and can also be specified
by the user

## Tests
Unit and black-box tests
2023-04-26 16:54:36 +02:00
..
testdata Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
testdata_view_ignore Hardcode `.databricks` ignore pattern to ensure we never sync the cache directory (#295) 2023-04-04 15:44:57 +02:00
config.go Locate and use global excludes file (#191) 2023-02-02 12:25:53 +01:00
config_test.go Locate and use global excludes file (#191) 2023-02-02 12:25:53 +01:00
fileset.go Hardcode `.databricks` ignore pattern to ensure we never sync the cache directory (#295) 2023-04-04 15:44:57 +02:00
fileset_test.go Add tests for fileSet adding `databricks` to .gitignore (#325) 2023-04-12 12:04:10 +02:00
git.go Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
git_test.go Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
ignore.go Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
ignore_test.go Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
reference.go Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
reference_test.go Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
repository.go Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
repository_test.go Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
utils.go Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
utils_test.go Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
view.go Hardcode `.databricks` ignore pattern to ensure we never sync the cache directory (#295) 2023-04-04 15:44:57 +02:00
view_test.go Hardcode `.databricks` ignore pattern to ensure we never sync the cache directory (#295) 2023-04-04 15:44:57 +02:00