blob: 7388754f487a18c489af3d7c6b488f6405980026 [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 Maxond9e94ec2017-03-30 14:48:54 -070021 push = group Non-Interactive Users
Ian Maxon7d4cb9d2015-06-30 11:32:53 -070022 pushMerge = group AsterixDB Contributors
Ian Maxon42a3c772014-07-16 14:56:54 -080023 pushMerge = group AsterixDB Devs
Gerrit Code Review16b69532014-04-10 19:07:49 -080024[access "refs/heads/*"]
25 create = group Administrators
26 create = group Project Owners
Ian Maxone8d0bfe2014-07-16 14:57:37 -080027 forgeAuthor = group AsterixDB Devs
Ian Maxon95392152017-03-30 19:11:25 -070028 forgeAuthor = group Non-Interactive Users
Gerrit Code Reviewbd9ddef2014-04-18 00:47:20 -080029 forgeCommitter = group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080030 forgeCommitter = group Project Owners
Chris Hillery36589d82014-05-06 22:37:47 -080031 push = deny group Project Owners
Chris Hillery36213332014-05-16 16:05:58 -080032 push = +force group Administrators
Gerrit Code Reviewbd9ddef2014-04-18 00:47:20 -080033 label-Code-Review = -2..+2 group Administrators
Gerrit Code Reviewbd9ddef2014-04-18 00:47:20 -080034 label-Code-Review = -2..+2 group Project Owners
Gerrit Code Review16b69532014-04-10 19:07:49 -080035 submit = group Administrators
36 submit = group Project Owners
37 editTopicName = +force group Administrators
38 editTopicName = +force group Project Owners
39[access "refs/meta/config"]
40 exclusiveGroupPermissions = read
41 read = group Administrators
42 read = group Project Owners
43 push = group Administrators
44 push = group Project Owners
45 label-Code-Review = -2..+2 group Administrators
46 label-Code-Review = -2..+2 group Project Owners
47 submit = group Administrators
48 submit = group Project Owners
49[access "refs/tags/*"]
Ian Maxonc155bda2015-08-31 19:37:01 -070050 pushTag = +force group Administrators
51 pushTag = +force group Project Owners
Gerrit Code Review16b69532014-04-10 19:07:49 -080052 pushSignedTag = group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080053 pushSignedTag = group Project Owners
Ian Maxoneb9a89b2014-07-11 18:47:50 -080054 create = group Administrators
Ian Maxonc155bda2015-08-31 19:37:01 -070055 push = +force group Administrators
Gerrit Code Review16b69532014-04-10 19:07:49 -080056[label "Code-Review"]
57 function = MaxWithBlock
58 copyMinScore = true
59 value = -2 Do not submit
60 value = -1 I would prefer that you didn't submit this
61 value = 0 No score
62 value = +1 Looks good to me, but someone else must approve
63 value = +2 Looks good to me, approved
Ian Maxond9e94ec2017-03-30 14:48:54 -070064 defaultValue = 0
Ian Maxon6047ebe2015-07-16 16:11:34 -070065[notify "apache"]
Ian Maxon833b35a2015-09-10 10:40:19 -070066 email = notifications@asterixdb.incubator.apache.org
Ian Maxon2a946092015-07-24 15:14:20 -070067[contributor-agreement "ASF Individual CLA"]
Ian Maxonc155bda2015-08-31 19:37:01 -070068 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 -070069 requireContactInformation = true
70 agreementUrl = https://www.apache.org/licenses/icla.txt
71 accepted = group ICLAed
72