Re: [RFC 10/11] REST: Allow projects to be retrieved by linkname

2016-05-10 Thread Andy Doan
On 05/09/2016 09:09 AM, Finucane, Stephen wrote: diff --git a/patchwork/views/rest_api.py b/patchwork/views/rest_api.py >index ae86627..e2ec616 100644 >--- a/patchwork/views/rest_api.py >+++ b/patchwork/views/rest_api.py >@@ -127,6 +127,22 @@ class ProjectViewSet(PatchworkViewSet): > permiss

Re: [RFC 10/11] REST: Allow projects to be retrieved by linkname

2016-05-09 Thread Finucane, Stephen
On 15 Apr 13:24, Andy Doan wrote: > 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 Good idea. One question. Stephen > --- > patchwork/tes

[RFC 10/11] REST: Allow projects to be retrieved by linkname

2016-04-15 Thread Andy Doan
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 --- patchwork/tests/test_rest_api.py | 5 + patchwork/views/rest_api.py | 16 ++