1.1.0
This release adds locking during restore, and declarative order of locking for backups and restores.
Stories
- https://www.pivotaltracker.com/story/show/148732575
- https://www.pivotaltracker.com/story/show/150215579
- https://www.pivotaltracker.com/story/show/150804123
- https://www.pivotaltracker.com/story/show/151286138
Commits
extract builders and command from main.go
Still to refactor: exit errors and trapping SIGINT
Implement restore lock and unlock ordering
[#150215579]
Use latest version of fixture
[#150215579]
Refactoring kahn_lock_orderer
[#150215579]
Adding restore_should_be_locked_before and renaming should_be_locked_before
[#150215579]
Revert "Revert "Revert YAML format change for metadata""
[#150215579]
This reverts commit 06bd74a.
Use latest fixture
[#150215579]
Rename lifecycle_with_locking_order to have _test suffix
[#150215579]
Update deploy-systest-release to take RELEASE_NAME
Fix navigation between releases in deploy-systest-releases script
Add bbr repo as input to deploy-systest-releases task
Add deploy-systest-releases task and script
Use latest fixture
Revert "Revert YAML format change for metadata"
This reverts commit 7f544c5.
Merge branch 'master' of github.com:cloudfoundry-incubator/bosh-backup-and-restore
Include restore-cleanup subcommand in cli help text
[#148732575]
Update post-restore-unlock-step to use the post unlock error
[#148732575]
Add more test cases to the DeployedInstance tests
[#151286138]
Improve error messages in JobFinder
[#150804123]
Use eventually to prevent race conditions when untar backup artifact
[#148732575]
Add restore-cleanup recommendation to ctrl-c confirmation
[#148732575]
Cleanup the deployment in AfterEach
Uncomment changes to suite and focus that were accidentally committed
[#148732575]
Add restore cleanup for director
[#148732575]
Add restore-cleanup for deployment
[#148732575]
Fix tests
Unfocus tests
[#151286138]
Fix the instance identifier in StreamFromRemote logs
Don't try to upload or download artifacts that don't exist
[#151286138]
Re-generate FakeInstance
Make code lines shorter so you can read them