From ec1651fd39d131b5f6a1f94a75ab96f050451ba8 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 20 Apr 2018 19:32:03 +0000 Subject: [PATCH] Allow all registered users (eventually anonymous) draft view We find that allowing drafts to be public makes for everyone having a better experience. Configure Gerrit this way before the project gets off the ground so that trying to get it in later doesn't become difficult Signed-off-by: Andrew Grimberg --- project.config | 1 + 1 file changed, 1 insertion(+) diff --git a/project.config b/project.config index c2b4af5..4a9d02c 100644 --- a/project.config +++ b/project.config @@ -14,6 +14,7 @@ [access "refs/*"] read = deny group Anonymous Users read = group Administrators + viewDrafts = group Registered Users [access "refs/for/*"] addPatchSet = group Registered Users [access "refs/for/refs/*"] -- 2.16.6