blob: 4ce4c01275121b293c5796913d84f3dd83d28ebc [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
7[submit]
Alex Afanasyev215fb862013-08-15 13:10:37 -07008 mergeContent = false
9 action = fast forward only
Gerrit Code Review66af4052013-07-12 14:17:35 -070010[access "refs/*"]
11 read = group Administrators
12 read = group Anonymous Users
Gerrit Code Reviewad485d82021-02-24 12:54:59 -080013 read = group Service Users
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070014 revert = group Registered Users
Gerrit Code Review66af4052013-07-12 14:17:35 -070015[access "refs/for/refs/*"]
16 push = group Registered Users
17 pushMerge = group Registered Users
18[access "refs/heads/*"]
19 create = group Administrators
20 create = group Project Owners
Alex Afanasyev9a8884d2014-02-02 16:28:01 -080021 forgeAuthor = group NDN folks
Gerrit Code Review66af4052013-07-12 14:17:35 -070022 forgeCommitter = group Administrators
23 forgeCommitter = group Project Owners
Alex Afanasyev7fa9a912013-07-29 16:50:57 -070024 push = +force group Administrators
Gerrit Code Review66af4052013-07-12 14:17:35 -070025 label-Code-Review = -2..+2 group Administrators
Gerrit Code Reviewad485d82021-02-24 12:54:59 -080026 label-Code-Review = -2..+2 group Service Users
Gerrit Code Review66af4052013-07-12 14:17:35 -070027 label-Code-Review = -2..+2 group Project Owners
28 label-Code-Review = -1..+1 group Registered Users
29 submit = group Administrators
30 submit = group Project Owners
31 editTopicName = +force group Administrators
32 editTopicName = +force group Project Owners
Alex Afanasyev9a8884d2014-02-02 16:28:01 -080033 label-Verified = -1..+1 group Administrators
Gerrit Code Reviewad485d82021-02-24 12:54:59 -080034 label-Verified = -1..+1 group Service Users
Alex Afanasyev9a8884d2014-02-02 16:28:01 -080035 label-Verified = -1..+1 group Project Owners
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080036 label-Code-Style = -1..+1 group Administrators
Gerrit Code Reviewad485d82021-02-24 12:54:59 -080037 label-Code-Style = -1..+1 group Service Users
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080038 label-Code-Style = -1..+1 group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070039[access "refs/meta/config"]
40 exclusiveGroupPermissions = read
41 read = group Administrators
Alex Afanasyevc5c61442014-08-13 12:04:44 -070042 read = group Anonymous Users
Gerrit Code Review66af4052013-07-12 14:17:35 -070043 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
Gerrit Code Reviewa5b21bc2017-07-07 01:42:16 +000050 create = group Administrators
51 create = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070052[access "refs/tags/*"]
Alex Afanasyevf7401782016-01-05 14:14:22 -080053 push = +force group Administrators
Gerrit Code Reviewf4e1acb2017-07-07 01:42:16 +000054 createTag = group Administrators
55 createTag = group Project Owners
56 createSignedTag = group Administrators
57 createSignedTag = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070058[label "Code-Review"]
59 function = MaxWithBlock
Gerrit Code Review66af4052013-07-12 14:17:35 -070060 value = -2 Do not submit
61 value = -1 I would prefer that you didn't submit this
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070062 value = 0 No score
Gerrit Code Review66af4052013-07-12 14:17:35 -070063 value = +1 Looks good to me, but someone else must approve
64 value = +2 Looks good to me, approved
Alex Afanasyev862f6752015-07-08 18:06:42 -070065 defaultValue = 0
Gerrit Code Review231db912022-12-07 06:23:24 +000066 copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
Alexander Afanasyev060339b2014-02-01 15:33:54 -080067[label "Verified"]
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080068 function = MaxWithBlock
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080069 value = -1 Fails
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070070 value = 0 No score
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080071 value = +1 Verified
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:NO_CODE_CHANGE
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080074[label "Code-Style"]
75 function = NoBlock
76 value = -1 Possible code style issues
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070077 value = 0 No score
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080078 value = +1 No obvious code style issues
79 defaultValue = 0
Gerrit Code Review231db912022-12-07 06:23:24 +000080 copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE
Gerrit Code Review1fe87a02016-10-06 14:35:45 -070081[access "refs/for/*"]
82 addPatchSet = group Registered Users
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070083[capability]
84 accessDatabase = group Administrators
85 administrateServer = group Administrators
86 streamEvents = group Event Streaming Users