Expand integration tests to use stable/edge versions of juju (#155)
[osm/N2VC.git] / examples /
2017-04-26 Cory JohnsRefactored login code to better handle redirects (...
2017-04-19 Pete Vander GiessenFeature/api version support (#109)
2017-03-17 Pete Vander GiessenMerge pull request #82 from juju/feature/examples-use...
2017-03-09 Pete Vander GiessenUpdated examples to use juju.loop
2017-03-02 Tim Van SteenburghMerge pull request #66 from petevg/bug/fix-landscape...
2017-03-02 Tim Van SteenburghMerge pull request #64 from juju/issues/27
2017-03-01 Tim Van SteenburghAdd integration tests.
2017-02-24 Tim Van SteenburghMerge pull request #56 from juju/issues/51
2017-02-24 Tim Van SteenburghMake Machine.destroy() block
2017-02-22 Tim Van SteenburghCorrect MB/GB constants
2017-02-21 Tim Van SteenburghImplement Model.add_machine()
2017-01-30 Tim Van SteenburghMerge pull request #47 from petevg/feature/fix-juju-ssh
2017-01-27 Pete Vander GiessenCreate a new model for each test run of examples/add_mo...
2017-01-27 Pete Vander GiessenFixed error in add_model example.
2017-01-25 Pete Vander GiessenDropped in fixes for juju ssh.
2017-01-17 Tim Van SteenburghMerge pull request #46 from juju/feature/loop-helper
2017-01-17 Cory JohnsAdd loop helpers and simplify deploy example
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
2016-12-19 Tim Van SteenburghAdd action example and docs
2016-12-15 Tim Van SteenburghUnit.run() docs
2016-12-09 Tim Van Steenburghs/service_name/application_name/g
2016-12-08 Tim Van SteenburghMake add_model() more user-friendly
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-22 Tim Van SteenburghMerge pull request #15 from juju/run-action
2016-11-21 Tim Van SteenburghMerge pull request #13 from petevg/feature/unit-is...
2016-11-21 Pete Vander GiessenAdded .is_leader method to Unit class.
2016-11-18 Tim Van SteenburghMerge pull request #12 from sfeole/master
2016-11-18 Sean Feolecloudcred updated in examples/controller.py
2016-11-18 Sean FeoleReverted cloudcred example back to original syntax...
2016-11-17 Sean FeoleFix typo in example/controller.py
2016-11-17 Tim Van SteenburghAdd Controller.add_model() with example
2016-11-02 Tim Van SteenburghMerge pull request #3 from petevg/feature/wait-for...
2016-11-02 Pete Vander GiessenAddressed PR comments.
2016-11-02 Pete Vander GiessenAdded observer + callback for unit.run.
2016-11-01 Tim Van SteenburghAdd set config/constraints for Application
2016-11-01 Tim Van SteenburghAdd get_config() and get_constraints() for Application
2016-11-01 Tim Van SteenburghWire up more Application apis
2016-10-18 Tim Van SteenburghMove add_unit logic into Application
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 Tim Van SteenburghRefactor model state management.
2016-10-07 Tim Van SteenburghMinor cleanups. Added todo list of next work.
2016-10-07 Tim Van SteenburghFix unitrun example
2016-10-07 Tim Van SteenburghFix livemodel example
2016-10-07 Tim Van SteenburghFix the deploy example
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-09-01 Tim Van SteenburghFixes for latest juju-2 beta
2016-07-15 Tim Van SteenburghGet everything working on juju-2.0beta11
2016-07-01 Tim Van SteenburghUpdate readme
2016-06-25 Tim Van SteenburghHook up Unit.run() to api
2016-06-24 Tim Van SteenburghAsync model updates
2016-06-10 Tim Van SteenburghFullStatus example
2016-06-09 Tim Van SteenburghWorking async AllWatcher example