Merge "Add project config boolean to require signed push on a project"
This commit is contained in:
@@ -164,6 +164,17 @@ configuration] for details.
|
||||
Default is `INHERIT`, which means that this property is inherited from
|
||||
the parent project.
|
||||
|
||||
[[receive.requireSignedPush]]receive.requireSignedPush::
|
||||
+
|
||||
Controls whether server-side signed push validation is required on the
|
||||
project. Only has an effect if signed push validation is enabled on the
|
||||
server, and link:#receive.enableSignedPush is set on the project. See
|
||||
the link:config-gerrit.html#receive.enableSignedPush[global
|
||||
configuration] for details.
|
||||
+
|
||||
Default is `INHERIT`, which means that this property is inherited from
|
||||
the parent project.
|
||||
|
||||
[[submit-section]]
|
||||
=== Submit section
|
||||
|
||||
|
||||
@@ -732,6 +732,7 @@ link:#config-input[ConfigInput] entity.
|
||||
"use_signed_off_by": "INHERIT",
|
||||
"create_new_change_for_all_not_in_target": "INHERIT",
|
||||
"enable_signed_push": "INHERIT",
|
||||
"require_signed_push": "INHERIT",
|
||||
"require_change_id": "TRUE",
|
||||
"max_object_size_limit": "10m",
|
||||
"submit_type": "REBASE_IF_NECESSARY",
|
||||
@@ -780,6 +781,11 @@ ConfigInfo] entity.
|
||||
"configured_value": "INHERIT",
|
||||
"inherited_value": false
|
||||
},
|
||||
"require_signed_push": {
|
||||
"value": false,
|
||||
"configured_value": "INHERIT",
|
||||
"inherited_value": false
|
||||
},
|
||||
"max_object_size_limit": {
|
||||
"value": "10m",
|
||||
"configured_value": "10m",
|
||||
@@ -1982,9 +1988,14 @@ link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether a
|
||||
valid link:user-changeid.html[Change-Id] footer in any commit uploaded
|
||||
for review is required. This does not apply to commits pushed directly
|
||||
to a branch or tag.
|
||||
|`enable_signed_push` |optional|
|
||||
|`enable_signed_push`|
|
||||
optional, not set if signed push is disabled|
|
||||
link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether
|
||||
signed push validation is enabled on the project.
|
||||
|`require_signed_push`|
|
||||
optional, not set if signed push is disabled
|
||||
link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether
|
||||
signed push validation is required on the project.
|
||||
|`max_object_size_limit` ||
|
||||
The link:config-gerrit.html#receive.maxObjectSizeLimit[max object size
|
||||
limit] of this project as a link:#max-object-size-limit-info[
|
||||
|
||||
Reference in New Issue
Block a user