lp://staging/~bac/charms/precise/juju-gui/ga-key
- Get this branch:
- bzr branch lp://staging/~bac/charms/precise/juju-gui/ga-key
Branch merges
- Richard Harding: Approve
- charmers: Pending requested
-
Diff: 125 lines (+15/-19)5 files modifiedconfig.yaml (+7/-6)
config/config.js.template (+1/-1)
hooks/backend.py (+1/-1)
hooks/utils.py (+3/-3)
tests/test_utils.py (+3/-8)
Branch information
- Owner:
- Brad Crittenden
- Status:
- Development
Recent revisions
- 105. By Francesco Banconi
-
GUI server deployer: update the Import request.
Updated the Import deployer request so that the Name
field is optional if the YAML one contains just one bundle.R=matthew.scott
CC=
https://codereview. appspot. com/13313044 - 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