blob: 67fd34bcf663cb01cc2317cb65adc4cb881b3019 [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
35 label-Code-Review = -2..+1 group Service Users
36 label-Code-Review = -1..+1 group Registered Users
Alex Afanasyev9a8884d2014-02-02 16:28:01 -080037 label-Verified = -1..+1 group Administrators
38 label-Verified = -1..+1 group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000039 label-Verified = -1..+1 group Service Users
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080040 label-Code-Style = -1..+1 group Administrators
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080041 label-Code-Style = -1..+1 group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000042 label-Code-Style = -1..+1 group Service Users
Davide Pesaventob520a7f2024-01-08 17:10:02 -050043 label-Verified-Integration = -1..+1 group Administrators
44 label-Verified-Integration = -1..+1 group Project Owners
45 label-Verified-Integration = -1..+1 group Service Users
46[access "refs/tags/*"]
47 push = +force group Administrators
48 createTag = group Administrators
49 createTag = group Project Owners
50 createSignedTag = group Administrators
51 createSignedTag = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070052[access "refs/meta/config"]
53 exclusiveGroupPermissions = read
54 read = group Administrators
55 read = group Project Owners
56 push = group Administrators
57 push = group Project Owners
58 label-Code-Review = -2..+2 group Administrators
59 label-Code-Review = -2..+2 group Project Owners
60 submit = group Administrators
61 submit = group Project Owners
Gerrit Code Reviewa5b21bc2017-07-07 01:42:16 +000062 create = group Administrators
63 create = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070064[label "Code-Review"]
65 function = MaxWithBlock
Gerrit Code Review66af4052013-07-12 14:17:35 -070066 value = -2 Do not submit
67 value = -1 I would prefer that you didn't submit this
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070068 value = 0 No score
Gerrit Code Review66af4052013-07-12 14:17:35 -070069 value = +1 Looks good to me, but someone else must approve
70 value = +2 Looks good to me, approved
Alex Afanasyev862f6752015-07-08 18:06:42 -070071 defaultValue = 0
Gerrit Code Review231db912022-12-07 06:23:24 +000072 copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
Alexander Afanasyev060339b2014-02-01 15:33:54 -080073[label "Verified"]
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080074 function = MaxWithBlock
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080075 value = -1 Fails
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070076 value = 0 No score
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080077 value = +1 Verified
Alex Afanasyev862f6752015-07-08 18:06:42 -070078 defaultValue = 0
Alexander Afanasyevce19ffa2022-12-16 13:10:28 -080079 copyCondition = changekind:NO_CODE_CHANGE
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080080[label "Code-Style"]
81 function = NoBlock
82 value = -1 Possible code style issues
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070083 value = 0 No score
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080084 value = +1 No obvious code style issues
85 defaultValue = 0
Alexander Afanasyevce19ffa2022-12-16 13:10:28 -080086 copyCondition = changekind:NO_CODE_CHANGE
Davide Pesaventob520a7f2024-01-08 17:10:02 -050087[label "Verified-Integration"]
88 function = NoBlock
89 value = -1 Fails
90 value = 0 No score
91 value = +1 Verified
92 defaultValue = 0
93 copyCondition = changekind:NO_CODE_CHANGE
Gerrit Code Review1fe87a02016-10-06 14:35:45 -070094[access "refs/for/*"]
95 addPatchSet = group Registered Users
Davide Pesavento191391c2024-01-05 23:19:40 +000096[change]
97 privateByDefault = false
98 workInProgressByDefault = false
Davide Pesavento5f50b212024-01-05 23:20:30 +000099[reviewer]
100 enableByEmail = false
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -0700101[capability]
102 accessDatabase = group Administrators
103 administrateServer = group Administrators
104 streamEvents = group Event Streaming Users