Gerrit Code Review | cf68977 | 2016-05-23 20:35:02 +0000 | [diff] [blame] | 1 | [project] |
| 2 | description = Access inherited by all other projects. |
| 3 | [receive] |
| 4 | requireContributorAgreement = false |
Patrick Williams | 193a9ca | 2016-05-24 22:15:11 +0000 | [diff] [blame] | 5 | requireSignedOffBy = true |
Gerrit Code Review | cf68977 | 2016-05-23 20:35:02 +0000 | [diff] [blame] | 6 | requireChangeId = true |
| 7 | enableSignedPush = false |
Patrick Williams | 193a9ca | 2016-05-24 22:15:11 +0000 | [diff] [blame] | 8 | createNewChangeForAllNotInTarget = false |
| 9 | requireSignedPush = false |
Gerrit Code Review | cf68977 | 2016-05-23 20:35:02 +0000 | [diff] [blame] | 10 | [submit] |
| 11 | mergeContent = true |
Patrick Williams | 193a9ca | 2016-05-24 22:15:11 +0000 | [diff] [blame] | 12 | action = rebase if necessary |
Gerrit Code Review | cf68977 | 2016-05-23 20:35:02 +0000 | [diff] [blame] | 13 | [capability] |
| 14 | administrateServer = group Administrators |
| 15 | priority = batch group Non-Interactive Users |
| 16 | streamEvents = group Non-Interactive Users |
| 17 | [access "refs/*"] |
| 18 | read = group Administrators |
| 19 | read = group Anonymous Users |
| 20 | [access "refs/for/refs/*"] |
| 21 | push = group Registered Users |
| 22 | pushMerge = group Registered Users |
| 23 | [access "refs/heads/*"] |
| 24 | create = group Administrators |
| 25 | create = group Project Owners |
| 26 | forgeAuthor = group Registered Users |
| 27 | forgeCommitter = group Administrators |
| 28 | forgeCommitter = group Project Owners |
| 29 | push = group Administrators |
| 30 | push = group Project Owners |
| 31 | label-Code-Review = -2..+2 group Administrators |
| 32 | label-Code-Review = -2..+2 group Project Owners |
| 33 | label-Code-Review = -1..+1 group Registered Users |
| 34 | submit = group Administrators |
| 35 | submit = group Project Owners |
| 36 | editTopicName = +force group Administrators |
| 37 | editTopicName = +force group Project Owners |
Patrick Williams | 6920406 | 2016-06-27 21:03:40 +0000 | [diff] [blame] | 38 | label-Verified = -1..+1 group Administrators |
| 39 | label-Verified = -1..+1 group Project Owners |
Gerrit Code Review | cf68977 | 2016-05-23 20:35:02 +0000 | [diff] [blame] | 40 | [access "refs/meta/config"] |
| 41 | exclusiveGroupPermissions = read |
| 42 | read = group Administrators |
| 43 | 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 |
| 50 | [access "refs/tags/*"] |
| 51 | pushTag = group Administrators |
| 52 | pushTag = group Project Owners |
| 53 | pushSignedTag = group Administrators |
| 54 | pushSignedTag = group Project Owners |
| 55 | [label "Code-Review"] |
| 56 | function = MaxWithBlock |
| 57 | defaultValue = 0 |
| 58 | copyMinScore = true |
| 59 | copyAllScoresOnTrivialRebase = true |
| 60 | value = -2 This shall not be merged |
| 61 | value = -1 I would prefer this is not merged as is |
Patrick Williams | 193a9ca | 2016-05-24 22:15:11 +0000 | [diff] [blame] | 62 | value = 0 No score |
Gerrit Code Review | cf68977 | 2016-05-23 20:35:02 +0000 | [diff] [blame] | 63 | value = +1 Looks good to me, but someone else must approve |
| 64 | value = +2 Looks good to me, approved |
Gerrit Initialization | 70539cd | 2016-05-23 20:35:03 +0000 | [diff] [blame] | 65 | [label "Verified"] |
| 66 | function = MaxWithBlock |
| 67 | value = -1 Fails |
| 68 | value = 0 No score |
| 69 | value = +1 Verified |
| 70 | copyAllScoresIfNoCodeChange = true |
Patrick Williams | 193a9ca | 2016-05-24 22:15:11 +0000 | [diff] [blame] | 71 | defaultValue = 0 |
Patrick Williams | 6647d08 | 2016-06-27 16:11:19 -0500 | [diff] [blame^] | 72 | [label "Ok-To-Test"] |
| 73 | function = NoOp |
| 74 | value = 0 No score |
| 75 | value = +1 Ok to Test |
| 76 | copyMaxScore = true |