Fixes based on review
[osm/N2VC.git] / juju / model.py
2017-03-07 Cory JohnsFixes based on review
2017-03-03 Cory JohnsFix single app deploy not using config_yaml
2017-03-03 Cory JohnsRetry calls to charmstore and increase timeout to 5s
2017-03-03 Cory JohnsMake connect_model and deploy a bit more friendly
2017-03-03 Cory JohnsFix self.loop reference in BundleHandler
2017-03-03 Cory JohnsPass through event loop
2017-03-03 Cory JohnsImplement Model.get_status
2017-03-02 Tim Van SteenburghMerge pull request #66 from petevg/bug/fix-landscape...
2017-03-02 Pete Vander GiessenUse config-yaml by default when deploying a bundle.
2017-02-27 Tim Van SteenburghMerge pull request #59 from juju/issues/58
2017-02-27 Tim Van SteenburghReplace pass with NotImplementedError in method stubs
2017-02-24 Tim Van SteenburghMerge pull request #56 from juju/issues/51
2017-02-24 Tim Van SteenburghMake Machine.destroy() block
2017-02-21 Tim Van SteenburghImplement Model.add_machine()
2017-02-17 Tim Van SteenburghMerge pull request #55 from petevg/bug/fix-placement...
2017-02-17 Pete Vander GiessenUpdated docstring for placement directive in python...
2017-01-06 Cory JohnsMerge pull request #44 from juju/local-charm-bundle...
2017-01-06 Tim Van SteenburghRefactoring
2017-01-06 Tim Van SteenburghAdd support for local charms
2017-01-05 Tim Van SteenburghMerge pull request #43 from juju/feature/get-controller...
2017-01-05 Cory JohnsAdd ability to get cloud for controller
2017-01-05 Tim Van SteenburghFix bug in Model.destroy_unit()
2017-01-04 Tim Van SteenburghMerge pull request #40 from juju/deploy-errors
2017-01-04 Cory JohnsDetect errors in bundle deploy
2016-12-21 Tim Van SteenburghDocs
2016-12-20 Tim Van SteenburghDocs
2016-12-19 Cory JohnsMerge pull request #37 from petevg/bug/36/fix-landscape...
2016-12-16 Pete Vander GiessenFixes for landscape bundle.
2016-12-14 Tim Van SteenburghMerge pull request #31 from juju/tweaks
2016-12-14 Cory JohnsMinor improvements
2016-12-13 Tim Van SteenburghTrivial bug fix
2016-12-09 Tim Van Steenburghs/service_name/application_name/g
2016-11-30 Tim Van SteenburghFix sphinx parsing errors
2016-11-30 Tim Van SteenburghMerge pull request #25 from juju/local-bundle-deploy
2016-11-30 Tim Van SteenburghMerge pull request #28 from petevg/bug/fixes-for-null...
2016-11-30 Tim Van SteenburghMerge pull request #26 from simonklb/get-metrics
2016-11-30 Simon KollbergMinor fix to get_metrics
2016-11-29 Cory JohnsAdd support for deploying local bundles
2016-11-29 Tim Van SteenburghGet ModelInfo when Model connected
2016-11-29 Tim Van SteenburghMerge pull request #23 from petevg/bug/instance-placeme...
2016-11-28 Tim Van SteenburghMerge pull request #21 from petevg/bug/add-machines...
2016-11-28 Pete Vander GiessenFixed docstring for addMachines.
2016-11-28 Pete Vander GiessenClarified that params are optional.
2016-11-28 Pete Vander GiessenAddressed comments in PR.
2016-11-28 Pete Vander GiessenFixed addMachines.
2016-11-24 Tim Van SteenburghMerge pull request #20 from simonklb/get-metrics
2016-11-24 Tim Van SteenburghMerge pull request #19 from sfeole/destroy-models-libjuju
2016-11-24 Simon KollbergAdd get metrics
2016-11-22 Tim Van SteenburghMerge pull request #16 from petevg/bug/keyerror-in...
2016-11-22 Tim Van SteenburghMerge pull request #18 from juju/bug/17/keyerror-deploy...
2016-11-22 Cory JohnsWait for apps during bundle deploy
2016-11-17 Tim Van SteenburghMerge pull request #11 from sfeole/add-connect_model
2016-11-17 Sean FeoleAdded juju.model.connect_model()
2016-11-17 Tim Van SteenburghAdd Model.connect() for connecting to arbitrary endpoint
2016-11-06 Tim Van SteenburghAdd ModelState tests
2016-11-04 Tim Van SteenburghMerge pull request #4 from petevg/bug/fix-action-wait
2016-11-04 Pete Vander GiessenFixed status to check for for failed messages in unit.run
2016-11-02 Tim Van SteenburghMerge pull request #3 from petevg/feature/wait-for...
2016-11-02 Pete Vander GiessenFixed call to self._wait in _wait_for_new
2016-11-02 Pete Vander GiessenAddressed PR comments.
2016-11-01 Tim Van SteenburghAdd get_config() and get_constraints() for Application
2016-11-01 Tim Van SteenburghIf deploying a single app, return the App instead of...
2016-11-01 Tim Van SteenburghRun bundle app waits concurrently
2016-11-01 Tim Van SteenburghWire up more Application apis
2016-10-25 Cory JohnsReturn app ModelEntities from bundle deploy
2016-10-18 Tim Van SteenburghWait for entity if it doesn't exist yet
2016-10-18 Tim Van SteenburghMove set_annotations to Application, Machine
2016-10-18 Tim Van SteenburghMove add_unit logic into Application
2016-10-18 Tim Van SteenburghMove expose() logic to Application
2016-10-18 Tim Van SteenburghMove add_relation logic from BundleHandler up into...
2016-10-17 Tim Van SteenburghAdd predicate support for observers and Model._wait_for...
2016-10-17 Tim Van SteenburghAdd ModelEntity callbacks and async return values.
2016-10-14 Cory JohnsAdd support for deploying bundles
2016-10-14 Tim Van SteenburghRefactor model state management.
2016-09-14 Tim Van SteenburghMake observers async; make model.reset() blocking
2016-09-10 Tim Van SteenburghAdd relate example
2016-09-08 Tim Van SteenburghClean up deploy example
2016-09-08 Tim Van SteenburghDeploy/destroy example
2016-06-25 Tim Van SteenburghHook up Unit.run() to api
2016-06-24 Tim Van SteenburghAsync model updates
2016-05-19 Tim Van Steenburghdoc skeleton
2016-05-19 Tim Van SteenburghRemainder of params/docstrings
2016-05-19 Tim Van SteenburghMore work on params, docstrings
2016-05-18 Tim Van SteenburghFilling in params, docstrings (wip)
2016-05-18 Tim Van SteenburghSquare one.