lp:~dave-cheney/juju-core/go-juju-update-environment

Created by Dave Cheney and last modified
Get this branch:
bzr branch lp:~dave-cheney/juju-core/go-juju-update-environment
Only Dave Cheney can upload to this branch. If you are Dave Cheney please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dave Cheney
Project:
juju-core
Status:
Development

Recent revisions

329. By Dave Cheney

gofmt

328. By Dave Cheney

responding to review feedback

327. By Dave Cheney

proposal

326. By Gustavo Niemeyer

store: fix tests

R=rog
CC=
https://codereview.appspot.com/6419075

325. By William Reade

initial HookQueue implementation

Does not yet support saving/loading/reconciling state, but should correctly
handle all known situations in-memory, assuming a sane stream of added
RelationUnitsChange events.

R=niemeyer
CC=
https://codereview.appspot.com/6422049

324. By Roger Peppe

juju: add NewConnFromAttrs.

It's useful for testing Conns, apart from anything else.

R=TheMue, niemeyer
CC=
https://codereview.appspot.com/6422058

323. By Dave Cheney

cmd/juju: status: gather basic machine properties

This proposal adds the ability to gather basic machine
properties.

% juju status
machines:
  "0":
    dns-name: ec2-50-16-84-143.compute-1.amazonaws.com
    instance-id: i-0ea58c76
services: {}

nb. The key of the machines map is a string, not an int, which
is an incompatability with the current pythonic output. This
will be addressed shortly.

R=fwereade, niemeyer
CC=
https://codereview.appspot.com/6419069

322. By Gustavo Niemeyer

store: separate bzr stderr stream to avoid garbage

R=dfc
CC=
https://codereview.appspot.com/6431060

321. By William Reade

consistency of usage of state.Relations

ie:

(*State) AddRelation(...state.RelationEndpoint) (*Relation, error)
(*State) Relation(...state.RelationEndpoint) (*Relation, error)
(*State) RemoveRelation(*Relation) error

...and, also, RemoveService now:

* removes relations
* checks errors

R=niemeyer
CC=
https://codereview.appspot.com/6351123

320. By William Reade

Add RelationUnit type

This is kinda like the original RelationUnit proposed a few days ago, but
exposes its various bits of functionality separately rather than being a
magical watch-and-join chimera.

Notably, RelationUnitsWatcher is now exported, so the internal tests have
been dropped.

R=niemeyer
CC=
https://codereview.appspot.com/6430055

Branch metadata

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

Subscribers