databricks-cli/bundle/deploy/files
Denis Bilenko c3b02d9321 Properly read git metadata when inside Workspace
Since there is no .git directory in Workspace file system, we need to make
an API call to fetch git checkout status (root of the repo, current branch, etc).
(api/2.0/workspace/get-status?return_git_info=true).

Refactor Repository to accept repository root rather than calculate it.
This helps, because Repository is currently created in multiple places and
finding the repository root is expensive.
2024-12-02 11:29:06 +01:00
..
delete.go Move to a single prompt during bundle destroy (#1583) 2024-07-24 13:02:19 +00:00
sync.go Properly read git metadata when inside Workspace 2024-12-02 11:29:06 +01:00
upload.go Source-linked deployments for bundles in the workspace (#1884) 2024-11-20 13:22:27 +01:00