Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 1 | [project] |
| 2 | description = Access inherited by all other projects. |
| 3 | [receive] |
| 4 | requireContributorAgreement = false |
| 5 | requireSignedOffBy = false |
| 6 | requireChangeId = true |
| 7 | [submit] |
| 8 | mergeContent = true |
| 9 | [capability] |
| 10 | administrateServer = group Administrators |
| 11 | priority = batch group Non-Interactive Users |
| 12 | streamEvents = group Non-Interactive Users |
| 13 | [access "refs/*"] |
| 14 | read = group Administrators |
| 15 | read = group Anonymous Users |
Marc Kupietz | 94bf346 | 2015-02-22 11:29:50 +0100 | [diff] [blame] | 16 | viewDrafts = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 17 | [access "refs/for/refs/*"] |
| 18 | push = group Registered Users |
| 19 | pushMerge = group Registered Users |
marc.kupietz | 727eb46 | 2015-03-09 22:01:05 +0100 | [diff] [blame^] | 20 | submit = group Administrators |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 21 | [access "refs/heads/*"] |
| 22 | create = group Administrators |
| 23 | create = group Project Owners |
| 24 | forgeAuthor = group Registered Users |
| 25 | forgeCommitter = group Administrators |
| 26 | forgeCommitter = group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 27 | forgeCommitter = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 28 | push = group Administrators |
| 29 | push = group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 30 | push = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 31 | label-Code-Review = -2..+2 group Administrators |
| 32 | label-Code-Review = -2..+2 group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 33 | label-Code-Review = -2..+2 group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 34 | label-Code-Review = -1..+1 group Registered Users |
| 35 | submit = group Administrators |
| 36 | submit = group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 37 | submit = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 38 | editTopicName = +force group Administrators |
| 39 | editTopicName = +force group Project Owners |
| 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 | value = -2 This shall not be merged |
| 60 | value = -1 I would prefer this is not merged as is |
marc.kupietz | 727eb46 | 2015-03-09 22:01:05 +0100 | [diff] [blame^] | 61 | value = 0 No score |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 62 | value = +1 Looks good to me, but someone else must approve |
| 63 | value = +2 Looks good to me, approved |
marc.kupietz | 727eb46 | 2015-03-09 22:01:05 +0100 | [diff] [blame^] | 64 | copyAllScoresIfNoChange = true |