ahgittin opened a new pull request #1259: URL: https://github.com/apache/brooklyn-server/pull/1259
First commit fixes a problem where if a location is deleted and the bundle was a dedicated BOM for that location, the bundle wasn't deleted. Now the "delete-empty-bom-bundles" check is done on all type deletions. (This caused weirdness where if you then try to add the bundle again, it says it is already installed (which was true, though it shouldn't be), and the uninstall triggers the delete-empty-bom-bundles check so at _this_ point the original bundle is also deleted, so if you then try to add the bundle yet again, it works.) Second commit extends the metadata on bundles to record those added via the REST API and which are thus deleteable, for use in a UI update to follow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
