lp:~rharding/juju-gui/fix-watch-template-dirs

Created by Richard Harding and last modified
Get this branch:
bzr branch lp:~rharding/juju-gui/fix-watch-template-dirs
Only Richard Harding can upload to this branch. If you are Richard Harding please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Richard Harding
Project:
juju-gui
Status:
Development

Recent revisions

679. By Richard Harding

Fix a typo is watching the wrong dirs for template changes

678. By Benji York

Set version back to unreleased and tweak the release instructions a little.

677. By Benji York

add changelog for 0.5.0 release

676. By Gary Poster

Fix assorted annoyances

- Make simulation turned off by default, but available if you use :flags:/simulateEvents in the URL.

- fix the sizing of the service page. we're going to replace these pages soon, but the experience should not be awful before then.

- switch the default charmworld URL to manage.charmworld.com. It is a better default (more reliable) than staging these days.

R=frankban, teknico
CC=
https://codereview.appspot.com/9593044

675. By Francesco Banconi

Add authentication CI tests.

This branch introduces CI tests for the authentication
infrastructure. Login/logout process is tested from
root and from detail pages, as discussed in a pre-imp
call with Jeff.

Fixed a bug preventing the user to logout from a detail
page if that page was directly accessed.

Also improved testing using a local Selenium driver.
As described in the docs, now it is possible to
pass a "local-" prefix in order to run tests using local
browsers.

Refactored browser capabilities handling: now the used
data structures are no longer defined at module level.

QA:

Local run:
JUJU_GUI_TEST_BROWSERS="local-firefox" bin/test-charm \
    --origin=lp:~frankban/juju-gui/auth-ci-tests

Remote run:
bin/test-charm --origin=lp:~frankban/juju-gui/auth-ci-tests

R=gary.poster, teknico
CC=
https://codereview.appspot.com/9591043

674. By Huw Wilkins

CSS cleanup and shuffle.

Did a bunch of CSS cleanup and shuffling. Moved some general parts into their own files, tried to reduce any repetition and make usage consistent. I had planned to do more, but this should do for now.

R=gary.poster, curtis
CC=
https://codereview.appspot.com/9406047

673. By Huw Wilkins

FIXES: #1175975 1177456 1178429 1180601 Design cha

- Charm details show close button instead of back button in sidebar mode.
- Fixed charm tokens from wrapping copy on fullscreen homepage for small screen sizes.
- Added missing hover states to browser section headers.
- Set sidebar to flexible width.

R=gary.poster, curtis
CC=
https://codereview.appspot.com/9207050

672. By Benji York

Fix a memory leak.

The toBoundingBoxes function creates a ModelList of models that are already
in another list. That list laters falls out of scope, but since the models
hold a reference to every list that contains them, the list is kept alive.
This branch introduces code that removes the models from the temporary list
after it has served its purpose.

R=matthew.scott, jeff.pihach
CC=
https://codereview.appspot.com/9590043

671. By Nicola Larosa

Fix crash when making code docs.

"make code-doc" was crashing due to a missing @class value.

R=matthew.scott, bac
CC=
https://codereview.appspot.com/9582044

670. By Gary Poster

Add AGPL license

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:juju-gui/experimental
This branch contains Public information 
Everyone can see this information.

Subscribers