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 | [capability] |
| 11 | administrateServer = group Administrators |
Alex Afanasyev | dffa483 | 2013-07-29 15:36:43 -0700 | [diff] [blame] | 12 | accessDatabase = group Administrators |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 13 | [access "refs/*"] |
| 14 | read = group Administrators |
| 15 | read = group Anonymous Users |
| 16 | [access "refs/for/refs/*"] |
| 17 | push = group Registered Users |
| 18 | pushMerge = group Registered Users |
| 19 | [access "refs/heads/*"] |
| 20 | create = group Administrators |
Alex Afanasyev | aedc7f0 | 2013-08-15 14:44:24 -0700 | [diff] [blame] | 21 | create = group NDN folks |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 22 | create = group Project Owners |
| 23 | forgeAuthor = group Registered Users |
| 24 | forgeCommitter = group Administrators |
Alex Afanasyev | aedc7f0 | 2013-08-15 14:44:24 -0700 | [diff] [blame] | 25 | forgeCommitter = group NDN folks |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 26 | forgeCommitter = group Project Owners |
Alex Afanasyev | 7fa9a91 | 2013-07-29 16:50:57 -0700 | [diff] [blame] | 27 | push = +force group Administrators |
Alex Afanasyev | 02fc879 | 2014-01-18 17:00:12 -0800 | [diff] [blame] | 28 | push = +force group Project Owners |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 29 | label-Code-Review = -2..+2 group Administrators |
| 30 | label-Code-Review = -2..+2 group Project Owners |
| 31 | label-Code-Review = -1..+1 group Registered Users |
| 32 | submit = group Administrators |
| 33 | submit = group Project Owners |
| 34 | editTopicName = +force group Administrators |
| 35 | editTopicName = +force group Project Owners |
| 36 | [access "refs/meta/config"] |
| 37 | exclusiveGroupPermissions = read |
| 38 | read = group Administrators |
Alex Afanasyev | aedc7f0 | 2013-08-15 14:44:24 -0700 | [diff] [blame] | 39 | read = group NDN folks |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 40 | read = group Project Owners |
| 41 | push = group Administrators |
Alex Afanasyev | aedc7f0 | 2013-08-15 14:44:24 -0700 | [diff] [blame] | 42 | push = group NDN folks |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 43 | push = group Project Owners |
| 44 | label-Code-Review = -2..+2 group Administrators |
| 45 | label-Code-Review = -2..+2 group Project Owners |
| 46 | submit = group Administrators |
| 47 | submit = group Project Owners |
| 48 | [access "refs/tags/*"] |
| 49 | pushTag = group Administrators |
| 50 | pushTag = group Project Owners |
| 51 | pushSignedTag = group Administrators |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 52 | pushSignedTag = group Project Owners |
| 53 | [label "Code-Review"] |
| 54 | function = MaxWithBlock |
| 55 | copyMinScore = true |
| 56 | value = -2 Do not submit |
| 57 | value = -1 I would prefer that you didn't submit this |
| 58 | value = 0 No score |
| 59 | value = +1 Looks good to me, but someone else must approve |
| 60 | value = +2 Looks good to me, approved |
Alexander Afanasyev | 060339b | 2014-02-01 15:33:54 -0800 | [diff] [blame^] | 61 | [label "Verified"] |
| 62 | function = MaxWithBlock |
| 63 | value = -1 Fails |
| 64 | value = 0 No score |
| 65 | value = +1 Verified |