forked from juju/juju
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose GetChangesMapArgs for clients to use
The following exposes GetChangesMapArgs on the Bundle api server, including adding the methods to the Bundle client. The changes in the cmd/.../bundle.go requires a LOT of changes, which requires more time than I've currently got. So instead of doing it in one stage, I've updated it to make it better than before and left a very large TODO. Either I'll get time to finish it off at some point, or someone else will... In an ideal world, most of the overlay bundle changes would also be put on the server, again this is a multi-day effort to get it working and tested, so that again is left as an exercise of the reader. What do work at the moment is getting a map of arguments from the api server, so clients like pylib can work without jumping through hoops and crashing everytime someone updates bundlechanges. Note: bundlechanges is a minefield to clients :o
- Loading branch information
1 parent
de23e65
commit de69720
Showing
8 changed files
with
707 additions
and
39 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.