1.0.0-beta.4
Enable operator to ctrl-c an in-progress backup and add a new backup-cleanup
command, to clean up after a killed backup.
Stories
- https://www.pivotaltracker.com/story/show/147521447
- https://www.pivotaltracker.com/story/show/147747515
Commits
Refactor: Renamed HasBackup script to IsBackupable
[#147747515]
Fixed cli test
[#147747515]
Changed the command name to 'backup-cleanup'
- Added a help text for backup-cleanup
[#147747515]
Invoking unlock and then cleanup for the clean up command
[#147747515]
Bumping the timeout of the director integration test
Adding a new verb 'CleanupPrevious' on the instance
- to remove existing backup folders
- implemented cleanup previous for director and deployment
[#147747515]
Unfocus test
Removing dead code
[#147747515]
Fix race condition around trapSigint
Add director cleanup command
[#147747515]
Fix cleanup unit test
[#147747515]
Add cleanup command
[#147747515]
Add make step to run deployment systests locally
[#147747515]
wip
Fix shell escaping (again)
%q was a nice idea but also escapes whitespace, which makes its way
into the command to be executed. We're using single quotes, and en-
suring that the interpolated command contains only double quotes.
[#147747515]
Fix MustHaveEnv()
Fix SSH key permissions on remote
Running bbr director restore with vcap user caused an SSH permission
error.
[#147747515]
Run director systests when running systests locally
Correctly escape quotes when running command on remote
Use variables instead of functions for deployments
Extract the Instance type
Refactor the system test helpers by extracting the Deployment type
Fix deployment pre-backup-check system test
Add pre-backup-check test for deployments
When SIGINT received, stop outputting logs
print stored logs if the user answers "no" to cancel bbr
[#147521447]
Add PausableWriter package
[#147521447]
Ask whether or not to cancel backup on SIGINT
[#147521447]