blob: 44c4670186aa069a89b0b1156c3d73013839e1bc [file] [log] [blame]
Gerrit Code Review16b69532014-04-10 19:07:49 -08001[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 Maxonc48534d2014-05-09 11:52:45 -080012 streamEvents = group Event Streaming Users
Gerrit Code Review16b69532014-04-10 19:07:49 -080013 streamEvents = group Non-Interactive Users
Chris Hillery3b554132014-04-18 01:02:57 -080014 accessDatabase = group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080015[access "refs/*"]
16 read = group Administrators
17 read = group Anonymous Users
18[access "refs/for/refs/*"]
Ian Maxon7d4cb9d2015-06-30 11:32:53 -070019 push = group AsterixDB Contributors
Ian Maxon42a3c772014-07-16 14:56:54 -080020 push = group AsterixDB Devs
Ian Maxon7d4cb9d2015-06-30 11:32:53 -070021 pushMerge = group AsterixDB Contributors
Ian Maxon42a3c772014-07-16 14:56:54 -080022 pushMerge = group AsterixDB Devs
Gerrit Code Review16b69532014-04-10 19:07:49 -080023[access "refs/heads/*"]
24 create = group Administrators
25 create = group Project Owners
Ian Maxone8d0bfe2014-07-16 14:57:37 -080026 forgeAuthor = group AsterixDB Devs
Gerrit Code Reviewbd9ddef2014-04-18 00:47:20 -080027 forgeCommitter = group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080028 forgeCommitter = group Project Owners
Chris Hillery36589d82014-05-06 22:37:47 -080029 push = deny group Project Owners
Chris Hillery36213332014-05-16 16:05:58 -080030 push = +force group Administrators
Gerrit Code Reviewbd9ddef2014-04-18 00:47:20 -080031 label-Code-Review = -2..+2 group Administrators
Gerrit Code Reviewbd9ddef2014-04-18 00:47:20 -080032 label-Code-Review = -2..+2 group Project Owners
Gerrit Code Review16b69532014-04-10 19:07:49 -080033 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/*"]
Ian Maxonc155bda2015-08-31 19:37:01 -070048 pushTag = +force group Administrators
49 pushTag = +force group Project Owners
Gerrit Code Review16b69532014-04-10 19:07:49 -080050 pushSignedTag = group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080051 pushSignedTag = group Project Owners
Ian Maxoneb9a89b2014-07-11 18:47:50 -080052 create = group Administrators
Ian Maxonc155bda2015-08-31 19:37:01 -070053 push = +force group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080054[label "Code-Review"]
55 function = MaxWithBlock
56 copyMinScore = true
57 value = -2 Do not submit
58 value = -1 I would prefer that you didn't submit this
59 value = 0 No score
60 value = +1 Looks good to me, but someone else must approve
61 value = +2 Looks good to me, approved
Ian Maxon6047ebe2015-07-16 16:11:34 -070062[notify "apache"]
Ian Maxon1ba9ca62015-09-09 13:46:32 -070063 email = dev@asterixdb.incubator.apache.org
Ian Maxon2a946092015-07-24 15:14:20 -070064[contributor-agreement "ASF Individual CLA"]
Ian Maxonc155bda2015-08-31 19:37:01 -070065 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!
Ian Maxon2a946092015-07-24 15:14:20 -070066 requireContactInformation = true
67 agreementUrl = https://www.apache.org/licenses/icla.txt
68 accepted = group ICLAed
69