Add custom user named query support
This parses user queries from the "queries" file in the user's ref in the All-Users project. The "queries" file format is a simple text file with two tab separated columns: NAME and QUERY. The named queries are accessible via the new query:<name> operator. Change-Id: I1dd12230fe7488164ae1711c6c2fd22ebcd14166
This commit is contained in:
@@ -98,6 +98,12 @@ ownerin:'GROUP'::
|
||||
+
|
||||
Changes originally submitted by a user in 'GROUP'.
|
||||
|
||||
[[query]]
|
||||
query:'NAME'::
|
||||
+
|
||||
Changes which match the current user's query named 'NAME'
|
||||
(see link:user-named-queries.html[Named Queries]).
|
||||
|
||||
[[reviewer]]
|
||||
reviewer:'USER', r:'USER'::
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user