Replace pass with NotImplementedError in method stubs
[osm/N2VC.git] / juju / application.py
2017-02-27 Tim Van SteenburghReplace pass with NotImplementedError in method stubs
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-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 Pete Vander GiessenaddUnits no longer attempts to send [None] for `placement`.
2016-11-29 Tim Van SteenburghMerge pull request #23 from petevg/bug/instance-placeme...
2016-11-29 Pete Vander GiessenAdded Placement parser.
2016-11-28 Tim Van SteenburghMerge pull request #21 from petevg/bug/add-machines...
2016-11-24 Tim Van SteenburghMerge pull request #20 from simonklb/get-metrics
2016-11-24 Simon KollbergAdd get metrics
2016-11-01 Tim Van SteenburghImplement Application.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-25 Cory JohnsAdd application status and message property
2016-10-18 Tim Van SteenburghFix copy-paste bug
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-17 Tim Van SteenburghAdd ModelEntity callbacks and async return values.
2016-09-08 Tim Van SteenburghDeploy/destroy example
2016-06-24 Tim Van SteenburghAsync model updates