summaryrefslogtreecommitdiffstats
path: root/gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java
diff options
context:
space:
mode:
authorTomas Ljunggren <tomas.ljunggren@tieto.com>2011-11-11 16:03:07 +0100
committerTomas Ljunggren <tomas.ljunggren@tieto.com>2011-11-11 16:06:15 +0100
commitb55986701084a97e3de376c4f1a29a74a4513e31 (patch)
tree6acd527cc3f0550f7e250ff11bf7c2cf7fb4e444 /gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java
parent92f93c09940cd6a9c3ca3adb8fc167719761327d (diff)
parenta68783d40c9296dc67bde4816ac8b54d65f3ff77 (diff)
Consider sanity review columnRC-V2.2.1-INT-002
Fix typo in project config's topic review checkbox label Fixed automatic update of reviewer list Fixed gerrit email verification link requires insecure login Fixed late removal of review approvals Fixed review database update from StagingApprove Change-Id: I62a4850dc2e58e48670018bfe534665360286b47
Diffstat (limited to 'gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java')
-rw-r--r--gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java b/gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java
index ad170362df..dd6d02d935 100644
--- a/gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java
+++ b/gerrit-reviewdb/src/main/java/com/google/gerrit/reviewdb/ApprovalCategory.java
@@ -27,6 +27,9 @@ public final class ApprovalCategory {
/** Id of the custom "Staging" category. */
public static final ApprovalCategory.Id STAGING = new ApprovalCategory.Id("STGN");
+ /** Id of the sanity review category */
+ public static final ApprovalCategory.Id SANITY_REVIEW = new ApprovalCategory.Id("SRVW");
+
public static class Id extends StringKey<Key<?>> {
private static final long serialVersionUID = 1L;