lp://staging/~benji/charms/precise/juju-gui/configurable-charmworld-url
- Get this branch:
- bzr branch lp://staging/~benji/charms/precise/juju-gui/configurable-charmworld-url
Branch merges
Branch information
- Owner:
- Benji York
- Status:
- Development
Recent revisions
- 47. By Jeff Pihach
-
Reverted Node.js version back to 0.8.x
This is required because of a spritegen error which
happens when we try to deploy the charm.R=gary.poster, bcsaller
CC=
https://codereview. appspot. com/8631048 - 46. By Nicola Larosa
-
Convert charm back to using non-legacy node ppa
With reference to https:/
/launchpad. net/~chris- lea/+ppa- packages . The only behavioral change is in the third chunk of hooks/utils.py ,
the rest is just code reformatting to appease Sublime Text, and some
additional docstrings.R=frankban, gary.poster
CC=
https://codereview. appspot. com/8837048 - 45. By Benjamin Saller
-
[TRIVAL] Apache Fallback resource
Missing resources return index.html with this single new directive. Thanks
apache. - 44. By Benjamin Saller
-
[TRIVAL] Fix Apache site config
Untested changes recommended in review don't work inside the VirtualHost
directive. They are removed here as they were optional to being with. - 43. By Benjamin Saller
-
Apache support
Change charm to use apache2 rather than nginx. Some additional cleanups
around testing as well. - 42. By Benjamin Saller
-
Refactor Charm for Sandbox support
This adds a composition system for creating backend object.
Backend implement start(), stop() and install() methods. A backend
is composed of many mixins and each mixin will implement any/of
of those methods and all will be called. Backends additionally
provide for collecting property values from each mixin into a single
final property on the backend. There is also a feature for determining
if configuration values have changed between old and new configurations
so we can selectively take action.Using these features we add support for Sandbox'd deployments,
limiting support for adding apt repositories and the ability
to fetch a juju-gui release from a URL specified in a configuration
property.R=gary.poster, matthew.scott
CC=
https://codereview. appspot. com/8727047
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)