Code Review
/
All-Projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ec1651f
)
Make sure Anonymous is defined on Draft view
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Fri, 20 Apr 2018 19:33:40 +0000
(19:33 +0000)
committer
Gerrit Code Review
<gerrit@akraino.org>
Fri, 20 Apr 2018 19:33:40 +0000
(19:33 +0000)
Make sure that we define Anonymous (as DENY) for Draft view.
This will make it easier for us to transition those to public
later.
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
project.config
patch
|
blob
|
history
diff --git
a/project.config
b/project.config
index
4a9d02c
..
551e792
100644
(file)
--- a/
project.config
+++ b/
project.config
@@
-14,6
+14,7
@@
[access "refs/*"]
read = deny group Anonymous Users
read = group Administrators
+ viewDrafts = deny group Anonymous Users
viewDrafts = group Registered Users
[access "refs/for/*"]
addPatchSet = group Registered Users