lp:~fwereade/pyjuju/preflight-constraints-redux

Created by William Reade and last modified
Get this branch:
bzr branch lp:~fwereade/pyjuju/preflight-constraints-redux
Only William Reade can upload to this branch. If you are William Reade please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
William Reade
Project:
pyjuju
Status:
Development

Recent revisions

513. By William Reade

copy over from weirded preflight-constraints branch

512. By Kapil Thangavelu

[trivial] tweak cli help options for consistency/formatting

511. By William Reade

When extracting charms, use only filetype mode bits to detect symlinkicity

We had been writing, and checking for, a magic value (in external_attr)
which happened to equal `(stat.S_IFLNK | 0755) << 16`; the charm store was
giving us one equal to `(stat.S_IFLNK | 0777) << 16`, and we weren't
considering that to be a symlink. We now just check the filetype and ignore
permissions on symlinks.

R=hazmat
CC=
https://codereview.appspot.com/5980045

510. By Jim Baker

merge relation-hook-context [r=hazmat][f=963642]

Implements caching and then looking up child relation hook contexts by
relation ident, along with enumerating relation idents, on a given
parent hook context.

509. By Kapil Thangavelu

[trivial] change deploy output when using charm store [r=niemeyer]

508. By Kapil Thangavelu

[trivial] juju only initializes the sample when given a command, post cli parsing

507. By Jim Baker

merge relation-id [r=hazmat][f=963640]

Implments relation id support (code calls this relation ident) to
unambiguously refer to relations.

506. By William Reade

Constraints feature

End result of many branches merged into lp:~fwereade/juju/shadow-trunk-1204
over the last couple of weeks. Includes provider-specific constraint
registration (not global), provision for legacy deployments, and environment
constraints.

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

505. By Benjamin Saller

Support for scoped relations including container relations [f=947483] [r=kapil]

This includes all the low level support for container scoped relations. This is used
to implement subordinate services.

504. By Kapil Thangavelu

[trivial] change store url to correct location

Branch metadata

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

Subscribers