summaryrefslogtreecommitdiffstats
path: root/Documentation/user-search.txt
diff options
context:
space:
mode:
authorIsmo Haataja <ismo.haataja@digia.com>2013-04-30 15:14:54 +0300
committerIsmo Haataja <ismo.haataja@digia.com>2013-08-22 07:42:01 +0200
commit8a29078540e2d9afb8fe1ff381424df5979d8d81 (patch)
treeaee61f2446422712ebf4e54f368fd4a2be384ec4 /Documentation/user-search.txt
parent42d1d7d1aabd0dcfd0a0439c57c4427e5790136e (diff)
Add new change state "deferred".v2.2.1-based
Support for new change state "deferred" to be able to discern "really dead" from "postponed" changes. This is equal to "abandoned" for all practical purposes except presentation and filtering. State transitions are possible between "review in progress", "abandoned" and "deferred". And menu bar has new "All/deferred" and "My/Deferred Changes" default filters. Task-number: QTQAINFRA-598 Change-Id: I57b4f716fb826c5f246d02463b1ed9c75c4d04ae Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'Documentation/user-search.txt')
-rw-r--r--Documentation/user-search.txt32
1 files changed, 19 insertions, 13 deletions
diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt
index ba031dbb9a..ff5e70fbd0 100644
--- a/Documentation/user-search.txt
+++ b/Documentation/user-search.txt
@@ -11,16 +11,18 @@ matches the search, the change will be presented instead of a list.
[options="header"]
-|=================================================
-|Description | Default Query
-|All > Open | status:open '(or is:open)'
-|All > Merged | status:merged
-|All > Abandoned | status:abandoned
-|My > Dafts | has:draft
-|My > Watched Changes | status:open is:watched
-|My > Starred Changes | is:starred
-|Open changes in Foo | status:open project:Foo
-|=================================================
+|========================================================
+|Description | Default Query
+|All > Open | status:open '(or is:open)'
+|All > Merged | status:merged
+|All > Deferred | status:deferred
+|All > Abandoned | status:abandoned
+|My > Dafts | has:draft
+|My > Deferred Changes | owner:'username' status:deferred
+|My > Watched Changes | status:open is:watched
+|My > Starred Changes | is:starred
+|Open changes in Foo | status:open project:Foo
+|========================================================
Basic Change Search
-------------------
@@ -222,9 +224,9 @@ True if the change is other open or submitted, merge pending.
is:closed::
+
-True if the change is either merged or abandoned.
+True if the change is either merged, deferred or abandoned.
-is:submitted, is:merged, is:abandoned::
+is:submitted, is:merged, is:deferred, is:abandoned::
+
Same as <<status,status:'STATE'>>.
@@ -245,7 +247,7 @@ Change has been submitted, but is waiting for a dependency.
status:closed::
+
-True if the change is either 'merged' or 'abandoned'.
+True if the change is either 'merged', 'deferred' or 'abandoned'.
status:merged::
+
@@ -255,6 +257,10 @@ status:abandoned::
+
Change has been abandoned by the change owner, or administrator.
+status:deferred::
++
+Change has been deferred by the change owner, or administrator.
+
Boolean Operators
-----------------