diff mbox

[1/3] xmlrpc: support filtering by 'archived'

Message ID 1416721793-27167-1-git-send-email-computersforpeace@gmail.com
State Accepted
Headers show

Commit Message

Brian Norris Nov. 23, 2014, 5:49 a.m. UTC
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 apps/patchwork/views/xmlrpc.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Jeremy Kerr March 22, 2015, 1:23 p.m. UTC | #1
Hi Brian,

> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Thanks, applied.

Jani - does this cover the features in your proposed patch?

Cheers,


Jeremy
Jani Nikula March 23, 2015, 8:36 a.m. UTC | #2
On Sun, 22 Mar 2015, Jeremy Kerr <jk@ozlabs.org> wrote:
> Hi Brian,
>
>> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
>
> Thanks, applied.
>
> Jani - does this cover the features in your proposed patch?

At a glance, yes. I didn't actually try yet because I fail to find the
commits upstream. Am I missing something?

BR,
Jani.
Brian Norris March 31, 2015, 6:10 a.m. UTC | #3
Hi Jeremy,

On Sun, Mar 22, 2015 at 09:23:19PM +0800, Jeremy Kerr wrote:
> Hi Brian,
> 
> >Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> 
> Thanks, applied.

Thanks! Are you going to update your public repo? I don't see anything
new at:

  git://ozlabs.org/home/jk/git/patchwork

> Jani - does this cover the features in your proposed patch?

Brian
diff mbox

Patch

diff --git a/apps/patchwork/views/xmlrpc.py b/apps/patchwork/views/xmlrpc.py
index b41ba0d2338d..1c4aa7d9e2c5 100644
--- a/apps/patchwork/views/xmlrpc.py
+++ b/apps/patchwork/views/xmlrpc.py
@@ -300,6 +300,7 @@  def patch_list(filter={}):
             "project_id",
             "submitter_id",
             "delegate_id",
+            "archived",
             "state_id",
             "date",
             "commit_ref",