osm/N2VC.git
2017-03-03 Cory JohnsAdded integration test for explicit loop and threaded...
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 JohnsFix invalid model name if already contains username
2017-03-03 Cory JohnsPass through event loop
2017-03-03 Cory JohnsFix model name not including user
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 Tim Van SteenburghMerge pull request #68 from petevg/bug/fix-integration...
2017-03-02 Pete Vander... Explicitly set basepython=python3 for integration tests.
2017-03-02 Tim Van SteenburghMerge pull request #64 from juju/issues/27
2017-03-02 Pete Vander... Use config-yaml by default when deploying a bundle.
2017-03-01 Tim Van SteenburghAdd integration tests.
2017-02-27 Tim Van SteenburghUpdate add_machine example in docs.
2017-02-27 Tim Van SteenburghUpdate changelog for 0.3.0
2017-02-27 Tim Van Steenburghv0.3.0 0.3.0
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 SteenburghEnable parallel testing
2017-02-24 Tim Van SteenburghMake Machine.destroy() block
2017-02-23 Tim Van SteenburghAdd functional tests for Model.add_machine()
2017-02-22 Tim Van SteenburghCorrect MB/GB constants
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... Updated docstring for placement directive in python...
2017-02-16 Tim Van SteenburghUpdate changelog for 0.2.0
2017-02-16 Tim Van Steenburghv0.2.0 0.2.0
2017-01-30 Tim Van SteenburghMerge pull request #47 from petevg/feature/fix-juju-ssh
2017-01-30 Pete Vander... Simplified call to run_in_exector
2017-01-30 Pete Vander... Better fix for moving stuff into an Executor.
2017-01-27 Pete Vander... Create a new model for each test run of examples/add_mo...
2017-01-27 Pete Vander... Moved execution of utils.read_ssh_key to a thread.
2017-01-27 Pete Vander... Fixed error in add_model example.
2017-01-25 Pete Vander... Dropped 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
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-26 Tim Van SteenburghAdd changelog to docs
2016-12-24 Tim Van SteenburghDocs
2016-12-23 Tim Van SteenburghMerge pull request #39 from juju/bug/show-controller
2016-12-22 Cory JohnsFixed detecting controller for non-superuser
2016-12-22 Tim Van Steenburghv0.1.2 0.1.2
2016-12-22 Tim Van SteenburghInclude docs in distribution
2016-12-22 Tim Van Steenburghv0.1.1 0.1.1
2016-12-22 Tim Van SteenburghAdd MANIFEST.in
2016-12-21 Tim Van Steenburghv0.1.0 0.1.0
2016-12-21 Tim Van SteenburghDocs
2016-12-20 Tim Van SteenburghRelease prep
2016-12-20 Tim Van SteenburghAdd long description for pypi
2016-12-20 Tim Van SteenburghCleanup for first release
2016-12-20 Tim Van SteenburghDocs
2016-12-19 Tim Van SteenburghAdd action example and docs
2016-12-19 Cory JohnsMerge pull request #37 from petevg/bug/36/fix-landscape...
2016-12-16 Pete Vander... Fixes for landscape bundle.
2016-12-15 Tim Van SteenburghRemove incorrect docstring
2016-12-15 Tim Van SteenburghUnit.run() docs
2016-12-14 Tim Van SteenburghMerge pull request #31 from juju/tweaks
2016-12-14 Cory JohnsMinor improvements
2016-12-14 Tim Van SteenburghMerge pull request #34 from petevg/bug/fix-z-in-timestamp
2016-12-14 Pete Vander... Improved datetime parsing for unit.py
2016-12-13 Tim Van SteenburghTrivial bug fix
2016-12-13 Tim Van SteenburghRelation docs
2016-12-13 Tim Van SteenburghDocs
2016-12-09 Tim Van Steenburghs/service_name/application_name/g
2016-12-09 Tim Van Steenburghadd_model() can accept just a model name
2016-12-08 Tim Van SteenburghMake add_model() more user-friendly
2016-12-06 Tim Van SteenburghDocs for connecting to a controller
2016-12-06 Tim Van SteenburghAdd more connect_ methods on Controller
2016-12-06 Tim Van SteenburghMacaroon auth doc
2016-12-06 Tim Van SteenburghDocs
2016-11-30 Tim Van SteenburghFix sphinx parsing errors
2016-11-30 Tim Van SteenburghStart getting docs updated
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 Pete Vander... addUnits no longer attempts to send [None] for `placement`.
2016-11-30 Pete Vander... Fixed two "null case" bugs:
2016-11-30 Simon KollbergMinor fix to get_metrics
2016-11-30 Tim Van SteenburghMerge pull request #24 from juju/placement-fix
2016-11-29 Cory JohnsNoneType and style fixes for placement parsing lib
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-29 Pete Vander... Added Placement parser.
2016-11-28 Tim Van SteenburghMerge pull request #21 from petevg/bug/add-machines...
2016-11-28 Pete Vander... Fixed docstring for addMachines.
2016-11-28 Pete Vander... Clarified that params are optional.
2016-11-28 Pete Vander... Added deprecation notice, and a bit of forwards compati...
2016-11-28 Pete Vander... Addressed comments in PR.
2016-11-28 Tim Van Steenburghlxd init must be run as root
2016-11-28 Pete Vander... Fixed addMachines.
2016-11-28 Tim Van SteenburghTry newgrp alternative
next