[Kimchi-devel] [PATCH 0/2 V2] Support async task query classification

Aline Manera alinefm at linux.vnet.ibm.com
Thu Sep 4 01:07:43 UTC 2014


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(-)

-- 
1.9.3




More information about the Kimchi-devel mailing list