lp://staging/~hazmat/pyjuju/unit-address-changes
- Get this branch:
- bzr branch lp://staging/~hazmat/pyjuju/unit-address-changes
Branch merges
Branch information
Recent revisions
- 513. By Kapil Thangavelu
-
unit address updates on agent restart, periodically checks for changes, and updates relations accordingly
- 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. - 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. - 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/pyjuju