blob: 2c0dcaec50d86fe335e2ddac9c45e04ba123aebb [file] [log] [blame]
Gerrit Code Review23fb5e52013-12-03 16:13:52 -08001[project]
2 description = Access inherited by all other projects.
Gerrit Code Review23fb5e52013-12-03 16:13:52 -08003[receive]
Brian O'Connordcab0cb2014-12-03 00:41:19 -08004 requireContributorAgreement = true
Gerrit Code Review23fb5e52013-12-03 16:13:52 -08005 requireSignedOffBy = false
6 requireChangeId = true
7[submit]
8 mergeContent = true
9[capability]
10 administrateServer = group Administrators
Matteo Gerolab295d4a2014-01-20 12:16:20 -080011 streamEvents = group Event Streaming Users
Brian O'Connorf6b4d402014-02-13 10:19:25 -080012 emailReviewers = deny group Non-Interactive Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080013[access "refs/*"]
14 read = group Administrators
Brian O'Connorb6bf5ef2014-12-04 23:34:33 +000015 read = group Anonymous Users
16 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080017[access "refs/heads/*"]
18 create = group Administrators
19 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080020 forgeCommitter = group Administrators
21 forgeCommitter = group Project Owners
Brian O'Connor24c06002014-12-11 23:15:13 +000022 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080023 label-Code-Review = -2..+2 group Administrators
24 label-Code-Review = -2..+2 group Project Owners
Brian O'Connor7b0eaab2014-12-04 19:45:46 +000025 label-Code-Review = -1..+1 group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080026 submit = group Administrators
27 submit = group Project Owners
Matteo Gerola750c56d2014-01-27 16:03:25 -080028 label-Verified = -1..+1 group Administrators
Matteo Gerola5ea2d162014-01-20 15:53:14 -080029 label-Verified = -1..+1 group Non-Interactive Users
Brian O'Connora9ce75a2014-12-04 19:52:46 +000030 forgeAuthor = group Administrators
31 forgeAuthor = group Project Owners
Brian O'Connor9da7ac32014-12-04 23:08:25 +000032 read = group Anonymous Users
Brian O'Connor6a7a09c2014-12-04 20:01:40 +000033 read = group Registered Users
Brian O'Connordb94f502014-12-04 20:11:47 +000034 abandon = group Administrators
35 abandon = group Project Owners
Brian O'Connor09b7f4b2014-12-04 21:16:55 +000036 pushMerge = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080037[access "refs/meta/config"]
38 exclusiveGroupPermissions = read
39 read = group Administrators
Brian O'Connor9da7ac32014-12-04 23:08:25 +000040 read = group Anonymous Users
Brian O'Connor9b37ce82014-12-04 19:40:10 +000041 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080042 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080043 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
Brian O'Connor48e463c2014-09-04 16:36:10 -070047 pushMerge = group Administrators
Brian O'Connoreb46e482015-04-29 00:03:01 +000048 label-Verified = -1..+1 group Administrators
49 label-Verified = -1..+1 group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080050[access "refs/tags/*"]
51 pushTag = group Administrators
52 pushTag = group Project Owners
53 pushSignedTag = group Administrators
54 pushSignedTag = group Project Owners
Brian O'Connorfdb3d7c2014-12-04 20:03:44 +000055 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -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
Brian O'Connora5ac2d02015-04-28 23:59:06 +000064 defaultValue = 0
Brian O'Connor947b57e2015-04-28 23:59:23 +000065 copyAllScoresOnTrivialRebase = true
66 copyAllScoresIfNoCodeChange = true
Matteo Gerola14aa8692014-01-20 15:50:47 -080067[label "Verified"]
Brian O'Connor947b57e2015-04-28 23:59:23 +000068 function = MaxWithBlock
69 value = -1 Fails
70 value = 0 No score
71 value = +1 Verified
Brian O'Connora5ac2d02015-04-28 23:59:06 +000072 defaultValue = 0
Brian O'Connor947b57e2015-04-28 23:59:23 +000073 copyAllScoresIfNoCodeChange = true
Brian O'Connorb8cec7d2017-08-02 09:53:45 -070074[contributor-agreement "ON.Lab Individual"]
Brian O'Connor90450b52017-08-02 09:55:34 -070075 description = LEGACY: This CLA is here for reference only. It does not need to be signed for current contributions, and it will not satisfy the current CLA requirement.
Brian O'Connor24b69652017-08-02 09:35:09 -070076 agreementUrl = static/onlab-cla-v2.html
Brian O'Connor89318642017-08-02 16:46:56 +000077 autoVerify = group ON.LAB Individual CLA Accepted
78 accepted = group ON.LAB Individual CLA Accepted
Brian O'Connor90450b52017-08-02 09:55:34 -070079[contributor-agreement "ONF Individual"]
80 description = If you are going to be contributing code, please sign this CLA.
81 agreementUrl = static/cla.html
82 autoVerify = group ONF CLA Accepted
83 accepted = group ONF CLA Accepted
Brian O'Connordd68ce52014-12-04 19:53:20 +000084[access "refs/for/refs/heads/*"]
Brian O'Connora382ea02014-12-04 22:57:03 +000085 push = group Administrators
Brian O'Connordd68ce52014-12-04 19:53:20 +000086 push = group Registered Users
Brian O'Connorb5571102014-12-04 20:12:39 +000087 forgeAuthor = group Project Owners
Brian O'Connor6a7a09c2014-12-04 20:01:40 +000088[access "refs/drafts/*"]
89 push = group Registered Users
90 publishDrafts = group Registered Users
Brian O'Connora5ac2d02015-04-28 23:59:06 +000091[access "refs/for/refs/meta/config"]
92 push = group Administrators
Gerrit Code Reviewb9eaaea2016-11-24 03:13:33 +000093[access "refs/for/*"]
94 addPatchSet = group Registered Users