Allow all registered users (eventually anonymous) draft view
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 20 Apr 2018 19:32:03 +0000 (19:32 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Fri, 20 Apr 2018 19:32:03 +0000 (19:32 +0000)
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 <agrimberg@linuxfoundation.org>
project.config

index c2b4af5..4a9d02c 100644 (file)
@@ -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/*"]