From: Andrew Grimberg Date: Fri, 20 Apr 2018 19:32:03 +0000 (+0000) Subject: Allow all registered users (eventually anonymous) draft view X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=ec1651fd39d131b5f6a1f94a75ab96f050451ba8;p=All-Projects.git 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 --- 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/*"]