lp:~frankban/juju-gui/bug-1102633-make-distfile

Created by Francesco Banconi and last modified
Get this branch:
bzr branch lp:~frankban/juju-gui/bug-1102633-make-distfile
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:
Merged

Recent revisions

335. By Francesco Banconi

Fix release targets.

334. By Brad Crittenden

Set version back to unreleased.

333. By Brad Crittenden

Set version for release.

332. By Benjamin Saller

Support for service positions from server

Provides support for loading initial and updated position
from annotations stored on the server. Updates occur
via a shared codepath with the drag event handler
to ensure proper updates are applied over time.

There is still an issue with deltas interrupting the drag.

R=gary.poster, frankban
CC=
https://codereview.appspot.com/7132061

331. By Brad Crittenden

Fix a failing 'service menu' test.

The test set up was incorrect. Simple fix.

R=frankban
CC=
https://codereview.appspot.com/7174043

330. By Benji York

Fix service menu opening on double-click

This branch was a hand-off. The original was
bzr+ssh://bazaar.launchpad.net/~teknico/juju-gui/1099926-no-svc-menu-on-dblclk/

329. By Gary Poster

Fix login for Kapil's upcoming rapi branch

The login needed to trigger the dispatch after the "connected" property change, not while it was changing.

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

328. By Francesco Banconi

Do not attempt login if ws is not connected

Based on Brad's branch [1], this one moves the
connection check from the environment to
the application. If the environment is not
connected the application suspends the
authentication process waiting for the
connection to be established. Avoiding
the execution of check_user_credentials if
the ws is not ready also fixes a test problem
for which we added a work-around.

The env.login now checks for credentials,
as suggested by Kapil.

Also added tests.

[1] https://codereview.appspot.com/7130051/

R=bac, benji
CC=
https://codereview.appspot.com/7129055

327. By Benji York

Prevent destruction of the Juju GUI service

R=gary.poster, bcsaller
CC=
https://codereview.appspot.com/7129049

326. By Francesco Banconi

Avoid version check if make target != dist[file]

Our Makefile stops the execution if the user:
1) tries to make a stable release and the latest
version in CHANGES.yaml is "unreleased";
2) tries to make a devel release and the latest
version is not "unreleased".

Now this check is only performed when the make
target is dist or distfile, so that it is
possible, e.g., to run tests on a stable release
without defining FINAL=1.

Updated process documentation.

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

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.