databricks-cli/internal
Pieter Noordhuis 123a5e15e9
Acquire lock prior to deploy (#270)
Add configuration:

```
bundle:
  lock:
    enabled: true
    force: false
```

The force field can be set by passing the `--force` argument to `bricks
bundle deploy`. Doing so means the deployment lock is acquired even if
it is currently held. This should only be used in exceptional cases
(e.g. a previous deployment has failed to release the lock).
2023-03-22 16:37:26 +01:00
..
build Include build information and add version command (#194) 2023-02-03 15:38:53 +01:00
api_test.go Fix integration tests for windows (#165) 2023-01-11 13:32:02 +01:00
filer_test.go Bump databricks-sdk-go to 0.3.2 (#215) 2023-02-20 16:00:20 +01:00
helpers.go Add RequireSuccessfulRun helper (#125) 2022-12-09 15:41:04 +01:00
locker_test.go Acquire lock prior to deploy (#270) 2023-03-22 16:37:26 +01:00
sync_test.go Path escape filepaths in the URL (#250) 2023-03-15 17:25:57 +01:00