Implement child relation hook context with lookup by relation id
Bug #963642 reported by
Jim Baker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Jim Baker |
Bug Description
Implement child relation hook context with lookup by relation id
Related branches
lp://staging/~jimbaker/pyjuju/relation-hook-context
- Juju Engineering: Pending requested
-
Diff: 1283 lines (+627/-96)13 files modifiedjuju/hooks/invoker.py (+67/-8)
juju/hooks/scheduler.py (+1/-1)
juju/hooks/tests/test_invoker.py (+217/-44)
juju/state/errors.py (+14/-0)
juju/state/hook.py (+117/-34)
juju/state/relation.py (+3/-0)
juju/state/tests/test_errors.py (+9/-1)
juju/state/tests/test_hook.py (+174/-5)
juju/state/tests/test_relation.py (+18/-0)
juju/state/tests/test_topology.py (+0/-1)
juju/state/topology.py (+1/-1)
juju/unit/lifecycle.py (+1/-0)
juju/unit/tests/test_lifecycle.py (+5/-1)
Changed in juju: | |
status: | New → In Progress |
assignee: | nobody → Jim Baker (jimbaker) |
milestone: | none → florence |
Changed in juju: | |
status: | In Progress → Fix Released |
To post a comment you must log in.