Reviewed-by: Crístian Viana <vianac(a)linux.vnet.ibm.com>
On 03-09-2014 22:07, Aline Manera wrote:
V1 -> V2:
- Allow using a regex when querying the target_uri parameter
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/base.py | 4 +++-
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 +++++++++++---
8 files changed, 26 insertions(+), 13 deletions(-)