lp://staging/~gary/juju-gui/restanalytics

Created by Gary Poster and last modified
Get this branch:
bzr branch lp://staging/~gary/juju-gui/restanalytics
Only Gary Poster can upload to this branch. If you are Gary Poster please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gary Poster
Project:
juju-gui
Status:
Merged

Recent revisions

733. By Gary Poster

trivial rest fixes

732. By Jeff Pihach

Dark header style change

Commiting Huw's markup and style changes for the header
I also changed the styles for the right configuration
panel to better blend with the new header.
I also put a bandaid on the right configuration panel
height issue, it doesn't recalculate on resize, and it's
a 'magic number' fix.

R=gary.poster
CC=
https://codereview.appspot.com/10241046

731. By Richard Harding

Fixes #1190653 properly ignore /login as charmid

- The /login/ url was getting two matches to the regex used to detect if this
was a charmid or just a /something string that should be ignored. It was
matching login/ and n/.
- Rather than a regex, actually remove the start/trail '/' and split on any
other /. If there's exactly two parts then this is a charmid we should try to
match and display.

R=curtis, jeff.pihach
CC=
https://codereview.appspot.com/10253049

730. By Jeff Pihach

Removal of right charm search panel

This branch is the first step towards removing the right panel
entirely. All deployments are now done via the charm browser
and only ghost configuration is done by the right panel.

R=gary.poster, matthew.scott
CC=
https://codereview.appspot.com/10241043

729. By Richard Harding

Fixes #1190265 move config to config.options

- It appears at some point the Charm model moved the yaml config from a pure
config ATTR to a config.options.
- This nests our config in the BrowserCharm when adding a charm to the
environment.

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

728. By Benji York

[r=matsubara][bug=][author=benji] The beginings of a Go-flavored sandbox.

Logging in, deploying a service, and moving it around all work.

727. By Nicola Larosa

A cookies warning handler, enabled by analytics.

When "useAnalytics" is set to "true", we use a cookie to record user
agreement to the usage of cookies. :-)

A banner will be displayed asking for cookie usage agreement,
and the cookie will be set on user dismissal of said banner.

R=jeff.pihach, bac
CC=
https://codereview.appspot.com/9967044

726. By Richard Harding

Fixes #1190063 forcing editoral to reload on back.

- _shouldShowEditorial doesn't take into account the case that the viewmode
hasn't changed, but search has been changed.

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

725. By Francesco Banconi

Fix CI failures.

This branch tries to fix current CI failures:
a BadStatusLine exception is raised in ie due
to a disconnection caused by the element.click()
call. Subsequent tests in the same testcase fail
as well, because the driver is no longer alive.
AFAICT this is a new weird ie behavior:
added a workaround to fix that.

Our test messages are now printed to stderr:
I'd like to see if this fixes the Jenkins
output, that seems quite confusing to me.

R=matthew.scott, gary.poster
CC=
https://codereview.appspot.com/10049046

724. By Jeff Pihach

Rollup of Databinding and View Container work

This branch adds the View Container, Databinding Engine,
Viewlet, and View Controller into the source tree under
the flag `serviceInspector` to show the start of a service
inspector prototype.

The easiest way to use is to use the flag `serviceInspector`.
Click on a service then click 'view', an inspector panel
will open (it allows multiple inspectors open at once) with
two tabs, one for displaying the title and the other the units.
If you continue to watch the units page you will see it change
as the simulator modifies the service.

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

Branch metadata

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

Subscribers