blob: 604806c46824ad028948d6c1a09348a1808db035 [file] [log] [blame]
Gerrit Code Reviewcf689772016-05-23 20:35:02 +00001[project]
2 description = Access inherited by all other projects.
3[receive]
4 requireContributorAgreement = false
Patrick Williams193a9ca2016-05-24 22:15:11 +00005 requireSignedOffBy = true
Gerrit Code Reviewcf689772016-05-23 20:35:02 +00006 requireChangeId = true
7 enableSignedPush = false
Patrick Williams193a9ca2016-05-24 22:15:11 +00008 createNewChangeForAllNotInTarget = false
9 requireSignedPush = false
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000010[submit]
11 mergeContent = true
Patrick Williams193a9ca2016-05-24 22:15:11 +000012 action = rebase if necessary
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000013[capability]
14 administrateServer = group Administrators
15 priority = batch group Non-Interactive Users
16 streamEvents = group Non-Interactive Users
17[access "refs/*"]
18 read = group Administrators
19 read = group Anonymous Users
20[access "refs/for/refs/*"]
21 push = group Registered Users
22 pushMerge = group Registered Users
23[access "refs/heads/*"]
24 create = group Administrators
25 create = group Project Owners
26 forgeAuthor = group Registered Users
27 forgeCommitter = group Administrators
28 forgeCommitter = group Project Owners
29 push = group Administrators
30 push = group Project Owners
31 label-Code-Review = -2..+2 group Administrators
32 label-Code-Review = -2..+2 group Project Owners
33 label-Code-Review = -1..+1 group Registered Users
34 submit = group Administrators
35 submit = group Project Owners
36 editTopicName = +force group Administrators
37 editTopicName = +force group Project Owners
Patrick Williams69204062016-06-27 21:03:40 +000038 label-Verified = -1..+1 group Administrators
39 label-Verified = -1..+1 group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000040[access "refs/meta/config"]
41 exclusiveGroupPermissions = read
42 read = group Administrators
43 read = group Project Owners
44 push = group Administrators
45 push = group Project Owners
46 label-Code-Review = -2..+2 group Administrators
47 label-Code-Review = -2..+2 group Project Owners
48 submit = group Administrators
49 submit = group Project Owners
50[access "refs/tags/*"]
51 pushTag = group Administrators
52 pushTag = group Project Owners
53 pushSignedTag = group Administrators
54 pushSignedTag = group Project Owners
55[label "Code-Review"]
56 function = MaxWithBlock
57 defaultValue = 0
58 copyMinScore = true
59 copyAllScoresOnTrivialRebase = true
60 value = -2 This shall not be merged
61 value = -1 I would prefer this is not merged as is
Patrick Williams193a9ca2016-05-24 22:15:11 +000062 value = 0 No score
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000063 value = +1 Looks good to me, but someone else must approve
64 value = +2 Looks good to me, approved
Gerrit Initialization70539cd2016-05-23 20:35:03 +000065[label "Verified"]
66 function = MaxWithBlock
67 value = -1 Fails
68 value = 0 No score
69 value = +1 Verified
70 copyAllScoresIfNoCodeChange = true
Patrick Williams193a9ca2016-05-24 22:15:11 +000071 defaultValue = 0