]> git.ipfire.org Git - thirdparty/patchwork.git/commit
xmlrpc: Add a check_create function
authorAndy Doan <andy.doan@linaro.org>
Thu, 25 Feb 2016 20:49:29 +0000 (14:49 -0600)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 26 Feb 2016 19:16:54 +0000 (19:16 +0000)
commit602bffd75d123215bb4d1a8643943b739e762c36
tree3eb8aafb1f4914f32cc375a722e5f930291f3881
parent5a31ec6e577bd36d50a2787832915ab51f062168
xmlrpc: Add a check_create function

This changes adds the ability to create Check objects via the XMLRPC
interface. It includes a corresponding helper to the pwclient script.
The command can be used like:

 pwclient check_create -c context1 -s success -u http://f.com \
    -d "desc of check" PATCH_ID

Signed-off-by: Andy Doan <andy.doan@linaro.org>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/bin/pwclient
patchwork/views/xmlrpc.py