Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 1 | [project] |
| 2 | description = Access inherited by all other projects. |
| 3 | state = active |
| 4 | [receive] |
| 5 | requireContributorAgreement = false |
| 6 | requireSignedOffBy = false |
| 7 | requireChangeId = true |
| 8 | [submit] |
| 9 | mergeContent = true |
| 10 | [capability] |
| 11 | administrateServer = group Administrators |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 12 | [access "refs/*"] |
| 13 | read = group Administrators |
Matteo Gerola | a5ac0fd | 2014-01-13 11:56:24 -0800 | [diff] [blame^] | 14 | read = group External Developer |
| 15 | read = group ON.Lab Developer |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 16 | [access "refs/for/refs/*"] |
Matteo Gerola | a5ac0fd | 2014-01-13 11:56:24 -0800 | [diff] [blame^] | 17 | push = group External Developer |
| 18 | push = group ON.Lab Developer |
| 19 | pushMerge = group External Developer |
| 20 | pushMerge = group ON.Lab Developer |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 21 | [access "refs/heads/*"] |
| 22 | create = group Administrators |
| 23 | create = group Project Owners |
Brian O'Connor | f3922d5 | 2013-12-18 16:09:16 -0800 | [diff] [blame] | 24 | forgeAuthor = group Developers |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 25 | forgeCommitter = group Administrators |
| 26 | forgeCommitter = group Project Owners |
| 27 | push = group Administrators |
| 28 | push = group Project Owners |
| 29 | label-Code-Review = -2..+2 group Administrators |
Brian O'Connor | f3922d5 | 2013-12-18 16:09:16 -0800 | [diff] [blame] | 30 | label-Code-Review = -2..+2 group ON.Lab Developer |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 31 | label-Code-Review = -2..+2 group Project Owners |
Brian O'Connor | f3922d5 | 2013-12-18 16:09:16 -0800 | [diff] [blame] | 32 | label-Code-Review = -1..+1 group Developers |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 33 | submit = group Administrators |
| 34 | submit = group Project Owners |
| 35 | editTopicName = +force group Administrators |
| 36 | editTopicName = +force group Project Owners |
| 37 | [access "refs/meta/config"] |
| 38 | exclusiveGroupPermissions = read |
| 39 | read = group Administrators |
| 40 | read = group Project Owners |
| 41 | push = group Administrators |
| 42 | push = group Project Owners |
| 43 | label-Code-Review = -2..+2 group Administrators |
| 44 | label-Code-Review = -2..+2 group Project Owners |
| 45 | submit = group Administrators |
| 46 | submit = group Project Owners |
| 47 | [access "refs/tags/*"] |
| 48 | pushTag = group Administrators |
| 49 | pushTag = group Project Owners |
| 50 | pushSignedTag = group Administrators |
| 51 | pushSignedTag = group Project Owners |
| 52 | [label "Code-Review"] |
| 53 | function = MaxWithBlock |
| 54 | copyMinScore = true |
| 55 | value = -2 Do not submit |
| 56 | value = -1 I would prefer that you didn't submit this |
| 57 | value = 0 No score |
| 58 | value = +1 Looks good to me, but someone else must approve |
| 59 | value = +2 Looks good to me, approved |