lp:~hatch/juju-gui/ghost-view

Created by Jeff Pihach and last modified
Get this branch:
bzr branch lp:~hatch/juju-gui/ghost-view
Only Jeff Pihach can upload to this branch. If you are Jeff Pihach please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jeff Pihach
Project:
juju-gui
Status:
Development

Recent revisions

686. By Jeff Pihach

wip

685. By Jeff Pihach

merged trunk with flags fix

684. By Jeff Pihach

added charm config view to inspector

683. By Jeff Pihach

Adds the new inspector widget into the tree

This is the new widget which will be used to render the
inspector and various other nested views for the coming
UI changes. No QA necessary as it has no client facing
changes in this branch.

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

682. By Brad Crittenden

Disable building relations if charm is not loaded.

The potential endpoints for a service are not available until the charm is
loaded. This branch fixes a bug where an attempt was made to access the
non-existent endpoints and then blithely proceeded along. In addition, the UI
is changed so that the 'Build Relation' submenu is disabled if the charm is
not loaded (a proxy for the endpoints not being there) and the
'long-click-to-begin-relation-building' is also disabled.

The whole relation building experience is up for redesign. At that time we
may chose to do something that provides a better user experience, such as
showing a spinner until the service is fully available. For now, the actual
time the actions will be disabled should be a matter of a few seconds.

A feature flag is introduced and can be used with the sandbox to artifically
set the charm loading delay for testing. Use it as follows for a ten second
delay before the charm is reported as loaded:

http://localhost:8888/:flags:/charmLoadDelay=10000

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

681. By Benjamin Saller

Allow Multi URL fragments per namespace

Router can take combineFlags to its constructor or to parse/combine methods.
This allows configuration of how to process namespace collisions in the URL
(overwrite or merge). The router itself can dispatch multi URL fragments per
namespace as well now.

R=jeff.pihach, gary.poster
CC=
https://codereview.appspot.com/9621045

680. By Francesco Banconi

Improve CI test runner.

bin/test-charm refactoring.
Improved error handling. Ensure the environment is
destroyed when an error occurs during deployment.

Also added a way to reuse the juju environment
while coding/debugging.

Fixed the Firefox version used in Saucelabs.
Running with a specific Firefox version is still
required, but now we know why: the default Saucelab
version (11) is not supported by Juju GUI.

This branch also includes some lint/pep8 fixes.

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

679. By j.c.sackett

Replaces spinner.gif with spin.js spinner

This branch is the first part of standardizing our spinners in jujugui,
matching the ones used in the charmbrowser with the one when the canvas is
loading.

- Wraps a min version of spin.js in a YUI module.
- Uses that module in overlay-indicator.js

NB: This means there is a dupe of spin.js in the code tree. The spinner.gif is
still in the tree as well. I will do a follow up branch removing all of that,
but I wanted the user-facing bits working and solid before doing the cleanup.

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

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

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