branches with status:
Name Status Last Modified Last Commit
lp:~juju-gui/charms/trusty/redis/trunk bug 1 Development 2017-11-07 11:29:33 UTC
10. [r=urosj,frankban] Add nrpe-external-...

Author: Martin Hilton
Revision Date: 2017-11-07 11:29:33 UTC

[r=urosj,frankban] Add nrpe-external-master relation

lp:juju-gui 1 Development 2017-10-26 12:41:08 UTC
3259. Merge pull request #3291 from jaycee/...

Author: jujugui
Revision Date: 2017-10-26 12:41:08 UTC

Merge pull request #3291 from jaycee/exit-should-work

Closes the terminal when websocket disconnects

lp:~juju-gui/charms/xenial/redis/trunk 1 Development 2017-05-11 10:43:55 UTC
11. [r=frankban] support an additional "h...

Author: Martin Hilton
Revision Date: 2017-05-11 10:43:55 UTC

[r=frankban] support an additional "host" relation setting

lp:juju-quickstart/packaging 1 Development 2016-01-26 09:22:28 UTC
45. Package version fix.

Author: Francesco Banconi
Revision Date: 2016-01-26 09:22:28 UTC

Package version fix.

lp:juju-quickstart/packaging-pre-trusty 1 Development 2015-12-18 12:03:50 UTC
42. Increase commit revision for retrying...

Author: Francesco Banconi
Revision Date: 2015-12-18 12:03:50 UTC

Increase commit revision for retrying build.

lp:juju-quickstart 1 Development 2015-12-03 10:25:36 UTC
147. [r=fabrice] Update to juju-bundlelib ...

Author: Francesco Banconi
Revision Date: 2015-12-03 10:25:36 UTC

[r=fabrice] Update to juju-bundlelib 0.4.1.

lp:~juju-gui/charms/trusty/juju-gui/trunk 1 Development 2015-11-09 11:28:15 UTC
282. Merged back the new charm release.

Author: Francesco Banconi
Revision Date: 2015-11-09 11:28:15 UTC

Merged back the new charm release.

lp:~juju-gui/charms/trusty/apache2/trunk 1 Development 2015-06-15 15:31:35 UTC
56. Add WebSocket balancer tests.

Author: Francesco Banconi
Revision Date: 2015-06-15 12:08:45 UTC

Add WebSocket balancer tests.

lp:~juju-gui/juju-quickstart/packaging 1 Development 2014-06-06 08:50:08 UTC
19. Remove no longer required pydist-over...

Author: Francesco Banconi
Revision Date: 2014-06-06 08:50:08 UTC

Remove no longer required pydist-overrides.

lp:~juju-gui/charms/precise/juju-gui/trunk (Has a merge proposal) 2 Mature 2014-04-18 10:51:37 UTC
182. Avoid clickjacking. Update the built...

Author: Francesco Banconi
Revision Date: 2014-04-18 10:51:37 UTC

Avoid clickjacking.

Update the builtin and legacy servers to send
the proper X-Frame-Options header so that
iframing is denied from extraneous origins.

The legacy server has been update to ensure
clickjacking is not possible on jujucharms.com.

Tests: `make unittest`.

QA:
- juju bootstrap an environment;
- run `make deploy`;
- wait for the GUI to be ready/started;
- open the GUI with the browser and log in;
- prepare an HTML page like the following, replacing
  <GUI UNIT HOSTNAME> with the address of the GUI in
  your environment:

<!DOCTYPE html>
<html>
<head>
    <title>test clickjacking</title>
</head>
<body>
<iframe src="https://<GUI UNIT HOSTNAME>"
  height="800" width="1000"></iframe>
</body>
</html>

- open the test page above with the browser,
  the iframe should be empty;
- switch to the legacy server:
  `juju set juju-gui builtin-server=false`;
- wait a minute for the config-changed hook
  to complete;
- open the test page above with the browser,
  the iframe should be empty;
- destroy the environment.

R=jeff.pihach
CC=
https://codereview.appspot.com/88090048

lp:juju-gui/experimental (Linked to a blueprint) 1 Development 2014-01-21 17:59:06 UTC
1225. Leave a MOVED file to help users find...

Author: Richard Harding
Revision Date: 2014-01-21 17:59:06 UTC

Leave a MOVED file to help users find the source on Github

lp:juju-gui/juju-quickstart 1 Development 2013-10-16 16:06:14 UTC
4. Bootstrap the Juju environment. Wait...

Author: Francesco Banconi
Revision Date: 2013-10-16 16:06:14 UTC

Bootstrap the Juju environment.

Wait until the API server is ready.
Retrieve the API address.

Also added --debug support (logging).

Tests: `make check`.

QA: assuming you have a local provider env
named 'local' and an ec2 one named 'ec2'

- run `.venv/bin/python juju-quickstart -e local`
  -> error: the local provider is not currently supported;
- run `.venv/bin/python juju-quickstart -e no-such-env`
  -> error: environment no-such-env not found in ...;
- run `juju switch ec2`;
- run `.venv/bin/python juju-quickstart --debug`
  -> the debug messages are shown, the env is bootstrapped,
     the API URL is printed at the end of the process.
- run `.venv/bin/python juju-quickstart`
  -? like above but this time no debug messages are shown.

R=bac, gary.poster
CC=
https://codereview.appspot.com/14441074

lp:juju-gui/redirect-server 1 Development 2013-10-04 14:07:02 UTC
25. Changes as per review.

Author: Francesco Banconi
Revision Date: 2013-10-04 14:07:02 UTC

Changes as per review.

lp:juju-gui/server 1 Development 2013-07-16 11:34:38 UTC
1. First prototype.

Author: Francesco Banconi
Revision Date: 2013-07-16 11:33:47 UTC

First prototype.

lp:~juju-gui/juju-gui/juju-gui-test 1 Development 2013-06-26 22:08:07 UTC
759. [r=matsubara][bug=][author=matsubara]...

Author: Diogo Matsubara
Revision Date: 2013-06-26 22:08:07 UTC

[r=matsubara][bug=][author=matsubara] another test

lp:~juju-gui/juju-gui/test-icon-urls 1 Development 2013-05-01 17:52:02 UTC
633. Hack to load icons via image links vs...

Author: Richard Harding
Revision Date: 2013-05-01 17:51:27 UTC

Hack to load icons via image links vs inline

lp:~juju-gui/juju-gui/hiderelationerrors 1 Development 2013-04-12 20:57:14 UTC
471. add temporary demo hack

Author: Gary Poster
Revision Date: 2013-04-12 20:57:14 UTC

add temporary demo hack

lp:~juju-gui/juju-gui/charm-tests-branch 1 Development 2013-03-12 23:27:21 UTC
7. ignore releases dir

Author: Gary Poster
Revision Date: 2013-03-12 23:27:21 UTC

ignore releases dir

118 of 18 results