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 |
Marc Kupietz | 68fee5f | 2015-03-11 00:07:47 +0100 | [diff] [blame] | 13 | viewAllAccounts = group Administrators |
| 14 | viewCaches = group Administrators |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 15 | [access "refs/*"] |
| 16 | read = group Administrators |
| 17 | read = group Anonymous Users |
Marc Kupietz | 94bf346 | 2015-02-22 11:29:50 +0100 | [diff] [blame] | 18 | viewDrafts = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 19 | [access "refs/for/refs/*"] |
| 20 | push = group Registered Users |
| 21 | pushMerge = group Registered Users |
marc.kupietz | 727eb46 | 2015-03-09 22:01:05 +0100 | [diff] [blame] | 22 | submit = group Administrators |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 23 | [access "refs/heads/*"] |
| 24 | create = group Administrators |
Marc Kupietz | fc761bc | 2015-03-19 10:08:35 +0100 | [diff] [blame^] | 25 | create = group Internal |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 26 | create = group Project Owners |
| 27 | forgeAuthor = group Registered Users |
| 28 | forgeCommitter = group Administrators |
| 29 | forgeCommitter = group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 30 | forgeCommitter = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 31 | push = group Administrators |
| 32 | push = group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 33 | push = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 34 | label-Code-Review = -2..+2 group Administrators |
| 35 | label-Code-Review = -2..+2 group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 36 | label-Code-Review = -2..+2 group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 37 | label-Code-Review = -1..+1 group Registered Users |
| 38 | submit = group Administrators |
| 39 | submit = group Project Owners |
Marc Kupietz | 46aa357 | 2015-02-21 22:09:07 +0100 | [diff] [blame] | 40 | submit = group Reviewers |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 41 | editTopicName = +force group Administrators |
| 42 | editTopicName = +force group Project Owners |
| 43 | [access "refs/meta/config"] |
| 44 | exclusiveGroupPermissions = read |
| 45 | read = group Administrators |
| 46 | read = group Project Owners |
| 47 | push = group Administrators |
| 48 | push = group Project Owners |
| 49 | label-Code-Review = -2..+2 group Administrators |
| 50 | label-Code-Review = -2..+2 group Project Owners |
| 51 | submit = group Administrators |
| 52 | submit = group Project Owners |
| 53 | [access "refs/tags/*"] |
| 54 | pushTag = group Administrators |
| 55 | pushTag = group Project Owners |
| 56 | pushSignedTag = group Administrators |
| 57 | pushSignedTag = group Project Owners |
| 58 | [label "Code-Review"] |
| 59 | function = MaxWithBlock |
| 60 | defaultValue = 0 |
| 61 | copyMinScore = true |
| 62 | value = -2 This shall not be merged |
| 63 | value = -1 I would prefer this is not merged as is |
marc.kupietz | 727eb46 | 2015-03-09 22:01:05 +0100 | [diff] [blame] | 64 | value = 0 No score |
Gerrit Code Review | 856a1aa | 2015-02-20 17:43:43 +0100 | [diff] [blame] | 65 | value = +1 Looks good to me, but someone else must approve |
| 66 | value = +2 Looks good to me, approved |
marc.kupietz | 727eb46 | 2015-03-09 22:01:05 +0100 | [diff] [blame] | 67 | copyAllScoresIfNoChange = true |
Marc Kupietz | 68fee5f | 2015-03-11 00:07:47 +0100 | [diff] [blame] | 68 | [access "refs/heads/reviewers/settings/*"] |
| 69 | read = group Administrators |