Expand integration tests to use stable/edge versions of juju (#155)
[osm/N2VC.git] / juju /
2017-06-29 CynervaImplement scp functionality (#149)
2017-06-28 CynervaAdd Unit.public_address property
2017-06-27 Adam StokesAdds support for getting/setting config on a model...
2017-06-22 Cory JohnsImprove handling of closed connections (#148)
2017-06-15 Cory JohnsConfigurable and larger max message size (#146)
2017-06-14 Cory JohnsFix deploying non-stable channels and explicit revs...
2017-06-13 Adam StokesPatch/update schema juju 2.3 alpha1 (#142)
2017-06-13 Cory JohnsImprove API doc navigation and coverage (#141)
2017-06-09 Cory JohnsAdd type info to Model.add_machine docs (#138)
2017-06-05 Cory JohnsAdd machine status properties (#133)
2017-06-02 simonklbAdd model context manager (#128)
2017-06-02 CynervaImplement Application.upgrade_charm method (#132)
2017-06-01 Cory JohnsAccept new / unknown API fields gracefully (#131)
2017-05-11 simonklbStrip local:-prefix from local charm urls (#121)
2017-05-10 Cory JohnsSupport (and prefer) per-controller macaroon files...
2017-04-27 Cory JohnsRemove VERSION_MAP and rely on facade list from control...
2017-04-27 Cory JohnsRefactor connection task management to avoid cancels...
2017-04-26 Cory JohnsRefactored login code to better handle redirects (...
2017-04-19 Pete Vander GiessenFeature/api version support (#109)
2017-04-14 Cory JohnsFix exception messages and lint error
2017-04-06 Mathijs MoermanExpanding controller.py with basic user functions,...
2017-04-05 Pete Vander GiessenAdded Monitor class to Connection. (#105)
2017-04-03 Cory JohnsSupport placement lists (#103)
2017-04-03 Cory JohnsInclude resources from store when deploying (#102)
2017-04-03 simonklbAllow underscore to dash translation when accessing...
2017-03-31 Pete Vander GiessenAdded controller to ssh fix. (#100)
2017-03-20 Pete Vander GiessenMerge pull request #92 from juju/bug/schemagen
2017-03-17 Cory JohnsRegen schema to pick up missing APIs
2017-03-08 Pete Vander GiessenMerge pull request #78 from juju/receiver-close
2017-03-08 Cory JohnsDon't raise ConnectionClosed error in receiver task
2017-03-07 Cory JohnsMerge pull request #76 from juju/bug/match-websocket...
2017-03-07 Cory JohnsImprove error handling
2017-03-07 Cory JohnsAdded test for out of order receive and fix bug creatin...
2017-03-07 Cory JohnsRefactor to use IdQueue pattern
2017-03-07 Pete Vander GiessenFix issue where we do not check to make sure that we...
2017-03-07 Pete Vander GiessenMerge pull request #74 from petevg/bug/fix-invalid...
2017-03-07 Pete Vander GiessenMerge branch 'master' into bug/fix-invalid-annotations
2017-03-07 Cory JohnsMerge pull request #63 from juju/feature/model_get_status
2017-03-07 Cory JohnsUnit test for series logic
2017-03-07 Pete Vander GiessenRaise errors in a centralized fashion.
2017-03-07 Cory JohnsFixes based on review
2017-03-03 Cory JohnsFix single app deploy not using config_yaml
2017-03-03 Cory JohnsImprove constraints parsing for empty values
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 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 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 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 GiessenUpdated docstring for placement directive in python...
2017-01-30 Tim Van SteenburghMerge pull request #47 from petevg/feature/fix-juju-ssh
2017-01-30 Pete Vander GiessenSimplified call to run_in_exector
2017-01-30 Pete Vander GiessenBetter fix for moving stuff into an Executor.
2017-01-27 Pete Vander GiessenMoved execution of utils.read_ssh_key to a thread.
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
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-23 Tim Van SteenburghMerge pull request #39 from juju/bug/show-controller
2016-12-22 Cory JohnsFixed detecting controller for non-superuser
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-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 GiessenImproved datetime parsing for unit.py
2016-12-13 Tim Van SteenburghTrivial bug fix
2016-12-13 Tim Van SteenburghRelation docs
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 SteenburghAdd more connect_ methods on Controller
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 Pete Vander GiessenaddUnits no longer attempts to send [None] for `placement`.
next