[Patchew-devel] [PATCH] search: fix "review", add "watch"

Paolo Bonzini posted 1 patch 5 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/patchew next tags/patchew/20190117103941.15182-1-pbonzini@redhat.com
api/search.py | 1 +
1 file changed, 1 insertion(+)
[Patchew-devel] [PATCH] search: fix "review", add "watch"
Posted by Paolo Bonzini 5 years, 2 months ago
The review tag should cover both the accept and the reject queue.  Add a watch tag
too, so that it is possible to observe other people's watches.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 api/search.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/search.py b/api/search.py
index 029ed25..baf6893 100644
--- a/api/search.py
+++ b/api/search.py
@@ -162,6 +162,7 @@ Syntax:
  - accept:USERNAME or ack:USERNAME - the series was marked as accepted by the user
  - reject:USERNAME or nack:USERNAME - the series was marked as reject by the user
  - review:USERNAME - the series was marked as accepted or rejected by the user
+ - watch:USERNAME - the series is in the user's watched queue
 
 USERNAME can be "me" to identify the current user
 
-- 
2.20.1

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel