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:
Martin Fick
2015-03-30 12:44:51 -06:00
parent b6b6ee280a
commit 5e5a36f736
8 changed files with 311 additions and 8 deletions

View File

@@ -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'::
+