Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 1 | [project] |
| 2 | description = Access inherited by all other projects. |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 3 | [receive] |
| 4 | requireContributorAgreement = false |
| 5 | requireSignedOffBy = false |
| 6 | requireChangeId = true |
| 7 | [submit] |
Alex Afanasyev | 215fb86 | 2013-08-15 13:10:37 -0700 | [diff] [blame] | 8 | mergeContent = false |
| 9 | action = fast forward only |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 10 | [access "refs/*"] |
| 11 | read = group Administrators |
| 12 | read = group Anonymous Users |
Gerrit Code Review | ad485d8 | 2021-02-24 12:54:59 -0800 | [diff] [blame] | 13 | read = group Service Users |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 14 | revert = group Registered Users |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 15 | [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 |
Davide Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 21 | forgeAuthor = group Administrators |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 22 | forgeCommitter = group Administrators |
| 23 | forgeCommitter = group Project Owners |
Alex Afanasyev | 7fa9a91 | 2013-07-29 16:50:57 -0700 | [diff] [blame] | 24 | push = +force group Administrators |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 25 | label-Code-Review = -2..+2 group Administrators |
| 26 | label-Code-Review = -2..+2 group Project Owners |
Davide Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 27 | label-Code-Review = -2..+1 group Service Users |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 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 Afanasyev | 9a8884d | 2014-02-02 16:28:01 -0800 | [diff] [blame] | 33 | label-Verified = -1..+1 group Administrators |
| 34 | label-Verified = -1..+1 group Project Owners |
Davide Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 35 | label-Verified = -1..+1 group Service Users |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 36 | label-Code-Style = -1..+1 group Administrators |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 37 | label-Code-Style = -1..+1 group Project Owners |
Davide Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 38 | label-Code-Style = -1..+1 group Service Users |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 39 | [access "refs/meta/config"] |
| 40 | exclusiveGroupPermissions = read |
| 41 | read = group Administrators |
| 42 | read = group Project Owners |
| 43 | push = group Administrators |
| 44 | push = group Project Owners |
| 45 | label-Code-Review = -2..+2 group Administrators |
| 46 | label-Code-Review = -2..+2 group Project Owners |
| 47 | submit = group Administrators |
| 48 | submit = group Project Owners |
Gerrit Code Review | a5b21bc | 2017-07-07 01:42:16 +0000 | [diff] [blame] | 49 | create = group Administrators |
| 50 | create = group Project Owners |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 51 | [access "refs/tags/*"] |
Alex Afanasyev | f740178 | 2016-01-05 14:14:22 -0800 | [diff] [blame] | 52 | push = +force group Administrators |
Gerrit Code Review | f4e1acb | 2017-07-07 01:42:16 +0000 | [diff] [blame] | 53 | createTag = group Administrators |
| 54 | createTag = group Project Owners |
| 55 | createSignedTag = group Administrators |
| 56 | createSignedTag = group Project Owners |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 57 | [label "Code-Review"] |
| 58 | function = MaxWithBlock |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 59 | value = -2 Do not submit |
| 60 | value = -1 I would prefer that you didn't submit this |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 61 | value = 0 No score |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 62 | value = +1 Looks good to me, but someone else must approve |
| 63 | value = +2 Looks good to me, approved |
Alex Afanasyev | 862f675 | 2015-07-08 18:06:42 -0700 | [diff] [blame] | 64 | defaultValue = 0 |
Gerrit Code Review | 231db91 | 2022-12-07 06:23:24 +0000 | [diff] [blame] | 65 | copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN |
Alexander Afanasyev | 060339b | 2014-02-01 15:33:54 -0800 | [diff] [blame] | 66 | [label "Verified"] |
Alex Afanasyev | 0a2e1fd | 2017-01-05 14:49:05 -0800 | [diff] [blame] | 67 | function = MaxWithBlock |
Alex Afanasyev | 0a2e1fd | 2017-01-05 14:49:05 -0800 | [diff] [blame] | 68 | value = -1 Fails |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 69 | value = 0 No score |
Alex Afanasyev | 0a2e1fd | 2017-01-05 14:49:05 -0800 | [diff] [blame] | 70 | value = +1 Verified |
Alex Afanasyev | 862f675 | 2015-07-08 18:06:42 -0700 | [diff] [blame] | 71 | defaultValue = 0 |
Alexander Afanasyev | ce19ffa | 2022-12-16 13:10:28 -0800 | [diff] [blame] | 72 | copyCondition = changekind:NO_CODE_CHANGE |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 73 | [label "Code-Style"] |
| 74 | function = NoBlock |
| 75 | value = -1 Possible code style issues |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 76 | value = 0 No score |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 77 | value = +1 No obvious code style issues |
| 78 | defaultValue = 0 |
Alexander Afanasyev | ce19ffa | 2022-12-16 13:10:28 -0800 | [diff] [blame] | 79 | copyCondition = changekind:NO_CODE_CHANGE |
Gerrit Code Review | 1fe87a0 | 2016-10-06 14:35:45 -0700 | [diff] [blame] | 80 | [access "refs/for/*"] |
| 81 | addPatchSet = group Registered Users |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 82 | [capability] |
| 83 | accessDatabase = group Administrators |
| 84 | administrateServer = group Administrators |
| 85 | streamEvents = group Event Streaming Users |