blob: 70133e6189e698c09c4079d3d5f0fcd44d16d66e [file] [log] [blame]
Gerrit Code Review66af4052013-07-12 14:17:35 -07001[project]
2 description = Access inherited by all other projects.
Gerrit Code Review66af4052013-07-12 14:17:35 -07003[receive]
4 requireContributorAgreement = false
5 requireSignedOffBy = false
6 requireChangeId = true
Davide Pesaventoabfa5402024-01-05 23:10:25 +00007 rejectImplicitMerges = true
Gerrit Code Review66af4052013-07-12 14:17:35 -07008[submit]
Alex Afanasyev215fb862013-08-15 13:10:37 -07009 mergeContent = false
10 action = fast forward only
Davide Pesaventoc2556d02024-01-05 23:18:23 +000011 matchAuthorToCommitterDate = true
12 rejectEmptyCommit = true
Gerrit Code Review66af4052013-07-12 14:17:35 -070013[access "refs/*"]
14 read = group Administrators
15 read = group Anonymous Users
Gerrit Code Reviewad485d82021-02-24 12:54:59 -080016 read = group Service Users
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070017 revert = group Registered Users
Gerrit Code Review66af4052013-07-12 14:17:35 -070018[access "refs/for/refs/*"]
19 push = group Registered Users
20 pushMerge = group Registered Users
21[access "refs/heads/*"]
22 create = group Administrators
23 create = group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000024 forgeAuthor = group Administrators
Davide Pesaventoe0ed62f2023-12-23 05:16:41 +000025 forgeAuthor = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070026 forgeCommitter = group Administrators
27 forgeCommitter = group Project Owners
Alex Afanasyev7fa9a912013-07-29 16:50:57 -070028 push = +force group Administrators
Gerrit Code Review66af4052013-07-12 14:17:35 -070029 submit = group Administrators
30 submit = group Project Owners
31 editTopicName = +force group Administrators
32 editTopicName = +force group Project Owners
Davide Pesaventob520a7f2024-01-08 17:10:02 -050033 label-Code-Review = -2..+2 group Administrators
34 label-Code-Review = -2..+2 group Project Owners
Davide Pesavento44876b62024-01-08 22:40:20 +000035 label-Code-Review = -2..+1 group Change Owner
Davide Pesaventob520a7f2024-01-08 17:10:02 -050036 label-Code-Review = -2..+1 group Service Users
37 label-Code-Review = -1..+1 group Registered Users
Alex Afanasyev9a8884d2014-02-02 16:28:01 -080038 label-Verified = -1..+1 group Administrators
39 label-Verified = -1..+1 group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000040 label-Verified = -1..+1 group Service Users
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080041 label-Code-Style = -1..+1 group Administrators
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080042 label-Code-Style = -1..+1 group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000043 label-Code-Style = -1..+1 group Service Users
Davide Pesaventob520a7f2024-01-08 17:10:02 -050044 label-Verified-Integration = -1..+1 group Administrators
45 label-Verified-Integration = -1..+1 group Project Owners
46 label-Verified-Integration = -1..+1 group Service Users
47[access "refs/tags/*"]
48 push = +force group Administrators
49 createTag = group Administrators
50 createTag = group Project Owners
51 createSignedTag = group Administrators
52 createSignedTag = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070053[access "refs/meta/config"]
54 exclusiveGroupPermissions = read
55 read = group Administrators
56 read = group Project Owners
57 push = group Administrators
58 push = group Project Owners
59 label-Code-Review = -2..+2 group Administrators
60 label-Code-Review = -2..+2 group Project Owners
61 submit = group Administrators
62 submit = group Project Owners
Gerrit Code Reviewa5b21bc2017-07-07 01:42:16 +000063 create = group Administrators
64 create = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070065[label "Code-Review"]
66 function = MaxWithBlock
Gerrit Code Review66af4052013-07-12 14:17:35 -070067 value = -2 Do not submit
68 value = -1 I would prefer that you didn't submit this
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070069 value = 0 No score
Gerrit Code Review66af4052013-07-12 14:17:35 -070070 value = +1 Looks good to me, but someone else must approve
71 value = +2 Looks good to me, approved
Alex Afanasyev862f6752015-07-08 18:06:42 -070072 defaultValue = 0
Gerrit Code Review231db912022-12-07 06:23:24 +000073 copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
Alexander Afanasyev060339b2014-02-01 15:33:54 -080074[label "Verified"]
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080075 function = MaxWithBlock
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080076 value = -1 Fails
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070077 value = 0 No score
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080078 value = +1 Verified
Alex Afanasyev862f6752015-07-08 18:06:42 -070079 defaultValue = 0
Alexander Afanasyevce19ffa2022-12-16 13:10:28 -080080 copyCondition = changekind:NO_CODE_CHANGE
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080081[label "Code-Style"]
82 function = NoBlock
83 value = -1 Possible code style issues
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070084 value = 0 No score
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080085 value = +1 No obvious code style issues
86 defaultValue = 0
Alexander Afanasyevce19ffa2022-12-16 13:10:28 -080087 copyCondition = changekind:NO_CODE_CHANGE
Davide Pesaventob520a7f2024-01-08 17:10:02 -050088[label "Verified-Integration"]
89 function = NoBlock
90 value = -1 Fails
91 value = 0 No score
92 value = +1 Verified
93 defaultValue = 0
94 copyCondition = changekind:NO_CODE_CHANGE
Gerrit Code Review1fe87a02016-10-06 14:35:45 -070095[access "refs/for/*"]
96 addPatchSet = group Registered Users
Davide Pesavento191391c2024-01-05 23:19:40 +000097[change]
98 privateByDefault = false
99 workInProgressByDefault = false
Davide Pesavento5f50b212024-01-05 23:20:30 +0000100[reviewer]
101 enableByEmail = false
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -0700102[capability]
103 accessDatabase = group Administrators
104 administrateServer = group Administrators
105 streamEvents = group Event Streaming Users