summaryrefslogtreecommitdiffstats
path: root/Documentation/config-hooks.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/config-hooks.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/config-hooks.txt')
-rw-r--r--Documentation/config-hooks.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/config-hooks.txt b/Documentation/config-hooks.txt
index fd2ae82b93..1a2db1d7e7 100644
--- a/Documentation/config-hooks.txt
+++ b/Documentation/config-hooks.txt
@@ -57,6 +57,15 @@ Called whenever a change has been abandoned.
change-abandoned --change <change id> --change-url <change url> --project <project name> --branch <branch> --abandoner <abandoner> --reason <reason>
====
+change-deferred
+~~~~~~~~~~~~~~~~
+
+Called whenever a change has been deferred.
+
+====
+ change-deferred --change <change id> --change-url <change url> --project <project name> --branch <branch> --deferrer <deferrer> --reason <reason>
+====
+
change-restored
~~~~~~~~~~~~~~~~
@@ -84,8 +93,8 @@ filenames it looks for by adding a [hooks] section to gerrit.config.
Gerrit will use the value of hooks.path for the hooks directory, and
the values of hooks.patchsetCreatedHook, hooks.commentAddedHook,
-hooks.changeMergedHook and hooks.changeAbandonedHook for the
-filenames for the hooks.
+hooks.changeMergedHook, hooks.changeAbandonedHook and
+hooks.changeDeferredHook for the filenames for the hooks.
Missing Change URLs
-------------------