lp://staging/~frankban/charms/precise/juju-gui/guiserver-optional-bundle-name
- Get this branch:
- bzr branch lp://staging/~frankban/charms/precise/juju-gui/guiserver-optional-bundle-name
Branch merges
- charmers: Pending requested
-
Diff: 99 lines (+44/-5)4 files modifiedrevision (+1/-1)
server/guiserver/bundles/__init__.py (+4/-2)
server/guiserver/bundles/views.py (+7/-2)
server/guiserver/tests/bundles/test_views.py (+32/-0)
Branch information
- Owner:
- Francesco Banconi
- Status:
- Development
Recent revisions
- 104. By Francesco Banconi
-
The GUI no longer run from the charm directory.
Updated the GUI and (under pyJuju) the API agent
so that now the files are served from /var/lib/juju-gui.That directory is also removed when the service is
destroyed. To do that, this branch introduces
the Backend.destroy method, called in the stop
hook.QA: deploy the charm using this branch,
check everything is ok, check that the GUI files
are stored in /var/lib/juju-gui.
Then destroy the juju-gui service and ensure
that directory is cleaned up.R=benjamin.saller
CC=
https://codereview. appspot. com/13309044 - 101. By Francesco Banconi
-
Fix WebSocket URL in pyJuju.
The WS URL must include the /ws path when
the GUI is connected to rapi. - 100. By Francesco Banconi
-
Fix for the upgrade-charm story.
The builtin-server option is not included
in the previous configuration. - 99. By Francesco Banconi
-
Enable sandbox mode in juju-core environments.
Also added a sandbox functional test and
improved the backend framework unit tests.R=rharding
CC=
https://codereview. appspot. com/13424043
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/juju-gui