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