lp:~rharding/juju-gui/animation1

Created by Richard Harding and last modified
Get this branch:
bzr branch lp:~rharding/juju-gui/animation1
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

917. By Richard Harding

Update to catch the details on close as well

916. By Richard Harding

More work on getting charm details to work right

915. By Richard Harding

Work on adjusting the css/html to allow for the sidebar/tab animations

914. By Jeff Pihach

Impl destroy ghost and service

This adds the destroy ghost and destroy service functionality
to match the V11 mockups. I took some engineer-license and
implemented a confirmation dialogue as well.

R=benjamin.saller, gary.poster
CC=
https://codereview.appspot.com/12050049

913. By j.c.sackett

Removes charm store from fakebackend

-Rewrote the backend to use the API store to query for the charm.
-Updated model to provide the storeId in charmParts instead of the no longer
needed charm_store_path
-Updated model to set requires/provides from the API relations data.
-Added api-response json files for tests
-Provided new cached_charms in tests using new API data, and created new
FakeBackend (without charmstore)
-Updated tests, including using actual charm IDs; the old ones only worked
because the test processing ignored id validation.
-Drive bys.

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

912. By Kapil Thangavelu

Fix boolean export from gui.

This updates the js-yaml with a fix for escaping string values which are yaml
1.1 aliases for booleans. By default js-yaml implements 1.2 which does away with
these aliases, resulting in roundtripping issues between gui and python or golang.

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

911. By Madison Scott-Clary

Normalize window.flags in tests

window.flags now works just as it does in the app: it is set in test/index.html to an empty object (since the tests don't have the :flags: ns), and each test or each feature (usually divided up into suites, as they should be) deals solely with that feature flag only. If flags are set in a 'before', only those flags are unset in 'after', etc. This is as much a policy proposal as a branch, and I've created a weekly card to discuss.

R=gary.poster, rharding
CC=
https://codereview.appspot.com/12060044

910. By Jeff Pihach

Remove additional buttons on ghost insp.

Removes the additional buttons on the ghost inspector that
was caused by sharing the same template for the ghost and
service inspector configuration. The UI's differ between
these two inspectors, the ghost has the confirm/cancel buttons
fixed to the bottom of the inspector where the service
inspector has it fixed to the bottom of the settings list.
Maybe design will normalize these later?

R=rharding, matthew.scott
CC=
https://codereview.appspot.com/12071043

909. By Huw Wilkins

Style inspector unit details panel

Styled the content on the inspector unit details. No reference designs so styled to look like content on the browser charm details and an old wireframe.

To see the panel add a charm to the canvas. Click on the service block. In the inspector open one of the headings under Units and click on the name of a unit. The panel will open to the left.

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

908. By Richard Harding

Fixes #1202636 use pretty names for providers.

- The test data we import is run on HP cloud but named 'openstack'.
- We use the filter UI rules for translating the 'id' of a provider to a
pretty name.
- Those are updated so that an id of openstack will output HP Cloud since
that's what it actually is in testing.
- A work item has been brought up with the charmers team to correct the naming
to be 100% specific and updates will be coordinated at a later time.
- This means there are three tests and only three providers to display in the
gui: ec2, local, hp
- We add a template helper so that we can share the mapping of id -> pretty
name across all of the UI from filters through to the charm details page.

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

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