lp:~frankban/juju-gui/bug-1229939-service-set

Created by Francesco Banconi and last modified
Get this branch:
bzr branch lp:~frankban/juju-gui/bug-1229939-service-set
Only Francesco Banconi can upload to this branch. If you are Francesco Banconi please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Francesco Banconi
Project:
juju-gui
Status:
Development

Recent revisions

1087. By Francesco Banconi

Checkpoint.

1086. By Madison Scott-Clary

Charm updated notification

This adds a notification to the inspector when a charm has been changed for a service.

To QA:

1. Deploy a service
2. Open the inspector
3. Open the javascript console, and type:

   app.db.services.item(0).set('charmChanged', true);

4. The notification should appear below the service header

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

1085. By Gary Poster

Refactor content panel for re-use.

The content panel that has been used in the sidebar and the inspector wasn't
very flexible and now that we want to use it for bundles I've cleaned it up so
that we can re-use it without as much trouble.

R=
CC=
https://codereview.appspot.com/13865043

1084. By Gary Poster

Data-bind unit details view

Our unit detail view was not data-bound: it would render and never update. This branch fixes that, except for the relation information, which is not really available at the moment (in terms of errors) so I decided that could live to fight another day.

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

1083. By Brad Crittenden

Remove old Charm and CharmList.

R=j.c.sackett
CC=
https://codereview.appspot.com/13255052

1082. By Benji York

Generisize charm tokens more to just "tokens".

This is (hopefully) the last stop before rudimentary bundle tokens are
possible.

R=bac
CC=
https://codereview.appspot.com/13860044

1081. By Brad Crittenden

Fix failing test.

done() was called before the end of setup.

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

1080. By Jeff Pihach

Updated hacking docs with missing information

R=
CC=
https://codereview.appspot.com/13828044

1079. By Benjamin Saller

Repair remove unit button

Python and Go have differnt remove unit signatures, we
called it in a loop with single names but the go env still
expected an array, not a string. This will conditionally
trigger the behavior based on env type.

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

1078. By Benjamin Saller

Deploy charms without config options

QA showed that charms that didn't include options would trigger a number
of minor errors progressing down code paths that expected options. This
adds a test with the puppermaster charm and show successful deployment.

R=frankban, jeff.pihach, benjamin.saller
CC=
https://codereview.appspot.com/13852043

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.