Refactored login code to better handle redirects (#116)
[osm/N2VC.git] / juju / client / connection.py
2017-04-26 Cory JohnsRefactored login code to better handle redirects (...
2017-04-19 Pete Vander GiessenFeature/api version support (#109)
2017-04-05 Pete Vander GiessenAdded Monitor class to Connection. (#105)
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 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 JohnsMake connect_model and deploy a bit more friendly
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-02-24 Tim Van SteenburghEnable parallel testing
2017-02-23 Tim Van SteenburghAdd functional tests for Model.add_machine()
2017-01-06 Cory JohnsMerge pull request #44 from juju/local-charm-bundle...
2017-01-06 Tim Van SteenburghAdd support for local charms
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-08 Tim Van SteenburghMake add_model() more user-friendly
2016-11-17 Tim Van SteenburghAdd Controller.add_model() with example
2016-11-17 Tim Van SteenburghAllow auth with macaroons
2016-10-14 Cory JohnsAdd support for deploying bundles
2016-09-10 Tim Van SteenburghAdd relate 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-06-25 Tim Van SteenburghHook up Unit.run() to api
2016-06-08 Tim Van SteenburghDeserialize api results back to Types
2016-05-23 Tim Van Steenburghconnection test
2016-05-23 Tim Van SteenburghAdd client code from bcsaller