]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Allow projects to be retrieved by linkname
authorAndy Doan <andy.doan@linaro.org>
Thu, 16 Jun 2016 21:13:25 +0000 (16:13 -0500)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 27 Jun 2016 17:20:37 +0000 (18:20 +0100)
commitc84476d0052fe948524aaa57c6ac67bfd08837ef
tree4c5b4555d444779ef48218ee5374a0637f19603b
parentdcc343f2ba7786abd564e4db538e9b0c17e20e1a
REST: Allow projects to be retrieved by linkname

Building a user-friendly CLI becomes difficult when project-ids are
required. It also makes it almost impossible to work with the current
format of the .pwclientrc file.

Signed-off-by: Andy Doan <andy.doan@linaro.org>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/tests/test_rest_api.py
patchwork/views/rest_api.py