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 |
Matteo Gerola | b295d4a | 2014-01-20 12:16:20 -0800 | [diff] [blame] | 12 | streamEvents = group Event Streaming Users |
Brian O'Connor | f6b4d40 | 2014-02-13 10:19:25 -0800 | [diff] [blame^] | 13 | emailReviewers = deny group Non-Interactive Users |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 14 | [access "refs/*"] |
| 15 | read = group Administrators |
Matteo Gerola | 0d60155 | 2014-01-31 16:29:40 -0800 | [diff] [blame] | 16 | read = group Core ONOS Developers |
| 17 | read = group External ONOS Developers |
Matteo Gerola | 9b430f8 | 2014-01-20 11:50:12 -0800 | [diff] [blame] | 18 | read = group Non-Interactive Users |
Matteo Gerola | 0d60155 | 2014-01-31 16:29:40 -0800 | [diff] [blame] | 19 | read = group ON.Lab ONOS Developers |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 20 | [access "refs/heads/*"] |
| 21 | create = group Administrators |
| 22 | create = group Project Owners |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 23 | forgeCommitter = group Administrators |
| 24 | forgeCommitter = group Project Owners |
| 25 | push = group Administrators |
| 26 | push = group Project Owners |
| 27 | label-Code-Review = -2..+2 group Administrators |
| 28 | label-Code-Review = -2..+2 group Project Owners |
Matteo Gerola | 9b430f8 | 2014-01-20 11:50:12 -0800 | [diff] [blame] | 29 | label-Code-Review = -1..+1 group Non-Interactive Users |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 30 | submit = group Administrators |
| 31 | submit = group Project Owners |
| 32 | editTopicName = +force group Administrators |
| 33 | editTopicName = +force group Project Owners |
Matteo Gerola | 750c56d | 2014-01-27 16:03:25 -0800 | [diff] [blame] | 34 | label-Verified = -1..+1 group Administrators |
Matteo Gerola | 5ea2d16 | 2014-01-20 15:53:14 -0800 | [diff] [blame] | 35 | label-Verified = -1..+1 group Non-Interactive Users |
Gerrit Code Review | 23fb5e5 | 2013-12-03 16:13:52 -0800 | [diff] [blame] | 36 | [access "refs/meta/config"] |
| 37 | exclusiveGroupPermissions = read |
| 38 | read = group Administrators |
| 39 | read = group Project Owners |
| 40 | push = group Administrators |
| 41 | push = group Project Owners |
| 42 | label-Code-Review = -2..+2 group Administrators |
| 43 | label-Code-Review = -2..+2 group Project Owners |
| 44 | submit = group Administrators |
| 45 | submit = group Project Owners |
| 46 | [access "refs/tags/*"] |
| 47 | pushTag = group Administrators |
| 48 | pushTag = group Project Owners |
| 49 | pushSignedTag = group Administrators |
| 50 | pushSignedTag = group Project Owners |
| 51 | [label "Code-Review"] |
| 52 | function = MaxWithBlock |
| 53 | copyMinScore = true |
| 54 | value = -2 Do not submit |
| 55 | value = -1 I would prefer that you didn't submit this |
| 56 | value = 0 No score |
| 57 | value = +1 Looks good to me, but someone else must approve |
| 58 | value = +2 Looks good to me, approved |
Matteo Gerola | 14aa869 | 2014-01-20 15:50:47 -0800 | [diff] [blame] | 59 | [label "Verified"] |
| 60 | function = MaxWithBlock |
| 61 | value = -1 Fails |
| 62 | value = 0 No score |
| 63 | value = +1 Verified |