
2 Sep
2014
2 Sep
'14
10:07 p.m.
This patch set allows querying Tasks by their target_uri which is a resource URI. That way every user can get the same view from that one who started the Task. Aline Manera (2): Expose target_uri on Task resource Update current code to report target_uri while creating a Task docs/API.md | 1 + src/kimchi/control/tasks.py | 4 +--- src/kimchi/mockmodel.py | 6 ++++-- src/kimchi/model/debugreports.py | 3 ++- src/kimchi/model/host.py | 3 ++- src/kimchi/model/storagepools.py | 4 ++-- tests/test_rest.py | 14 +++++++++++--- 7 files changed, 23 insertions(+), 12 deletions(-) -- 1.9.3