Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [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 |
Ian Maxon | c48534d | 2014-05-09 11:52:45 -0800 | [diff] [blame] | 12 | streamEvents = group Event Streaming Users |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 13 | streamEvents = group Non-Interactive Users |
Chris Hillery | 3b55413 | 2014-04-18 01:02:57 -0800 | [diff] [blame] | 14 | accessDatabase = group Administrators |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 15 | [access "refs/*"] |
| 16 | read = group Administrators |
| 17 | read = group Anonymous Users |
| 18 | [access "refs/for/refs/*"] |
Ian Maxon | 7d4cb9d | 2015-06-30 11:32:53 -0700 | [diff] [blame] | 19 | push = group AsterixDB Contributors |
Ian Maxon | 42a3c77 | 2014-07-16 14:56:54 -0800 | [diff] [blame] | 20 | push = group AsterixDB Devs |
Ian Maxon | 7d4cb9d | 2015-06-30 11:32:53 -0700 | [diff] [blame] | 21 | pushMerge = group AsterixDB Contributors |
Ian Maxon | 42a3c77 | 2014-07-16 14:56:54 -0800 | [diff] [blame] | 22 | pushMerge = group AsterixDB Devs |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 23 | [access "refs/heads/*"] |
| 24 | create = group Administrators |
| 25 | create = group Project Owners |
Ian Maxon | e8d0bfe | 2014-07-16 14:57:37 -0800 | [diff] [blame] | 26 | forgeAuthor = group AsterixDB Devs |
Gerrit Code Review | bd9ddef | 2014-04-18 00:47:20 -0800 | [diff] [blame] | 27 | forgeCommitter = group Administrators |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 28 | forgeCommitter = group Project Owners |
Chris Hillery | 36589d8 | 2014-05-06 22:37:47 -0800 | [diff] [blame] | 29 | push = deny group Project Owners |
Chris Hillery | 3621333 | 2014-05-16 16:05:58 -0800 | [diff] [blame] | 30 | push = +force group Administrators |
Gerrit Code Review | bd9ddef | 2014-04-18 00:47:20 -0800 | [diff] [blame] | 31 | label-Code-Review = -2..+2 group Administrators |
Gerrit Code Review | bd9ddef | 2014-04-18 00:47:20 -0800 | [diff] [blame] | 32 | label-Code-Review = -2..+2 group Project Owners |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 33 | submit = group Administrators |
| 34 | submit = group Project Owners |
| 35 | editTopicName = +force group Administrators |
| 36 | editTopicName = +force group Project Owners |
| 37 | [access "refs/meta/config"] |
| 38 | exclusiveGroupPermissions = read |
| 39 | read = group Administrators |
| 40 | read = group Project Owners |
| 41 | push = group Administrators |
| 42 | push = group Project Owners |
| 43 | label-Code-Review = -2..+2 group Administrators |
| 44 | label-Code-Review = -2..+2 group Project Owners |
| 45 | submit = group Administrators |
| 46 | submit = group Project Owners |
| 47 | [access "refs/tags/*"] |
| 48 | pushTag = group Administrators |
| 49 | pushTag = group Project Owners |
| 50 | pushSignedTag = group Administrators |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 51 | pushSignedTag = group Project Owners |
Ian Maxon | eb9a89b | 2014-07-11 18:47:50 -0800 | [diff] [blame] | 52 | create = group Administrators |
Gerrit Code Review | 16b6953 | 2014-04-10 19:07:49 -0800 | [diff] [blame] | 53 | [label "Code-Review"] |
| 54 | function = MaxWithBlock |
| 55 | copyMinScore = true |
| 56 | value = -2 Do not submit |
| 57 | value = -1 I would prefer that you didn't submit this |
| 58 | value = 0 No score |
| 59 | value = +1 Looks good to me, but someone else must approve |
| 60 | value = +2 Looks good to me, approved |
Ian Maxon | 6047ebe | 2015-07-16 16:11:34 -0700 | [diff] [blame] | 61 | [notify "apache"] |
| 62 | email = dev@asterixdb.incubator.apache.org |
| 63 | type = all |
Ian Maxon | 2a94609 | 2015-07-24 15:14:20 -0700 | [diff] [blame] | 64 | [contributor-agreement "ASF Individual CLA"] |
| 65 | description = All patches submitted to this server are proposed contributions to Apache AsterixDB (Incubating). Per Apache Software Foundation guidelines, for any contributions of non-trivial size, please submit an Individual Contributor License Agreement prior to submitting your contribution here for further consideration. For more details you can visit https://www.apache.org/licenses/#clas Thanks! |
| 66 | requireContactInformation = true |
| 67 | agreementUrl = https://www.apache.org/licenses/icla.txt |
| 68 | accepted = group ICLAed |
| 69 | |