Merge changes from topic "private-by-default"
* changes: PolyGerrit: Add "Set all new changes private by default" to gr-project Implement 'privateByDefault' option for project.config
This commit is contained in:
@@ -31,6 +31,7 @@ public class ConfigInfo {
|
||||
public InheritedBooleanInfo enableSignedPush;
|
||||
public InheritedBooleanInfo requireSignedPush;
|
||||
public InheritedBooleanInfo rejectImplicitMerges;
|
||||
public InheritedBooleanInfo privateByDefault;
|
||||
public InheritedBooleanInfo enableReviewerByEmail;
|
||||
public InheritedBooleanInfo matchAuthorToCommitterDate;
|
||||
public MaxObjectSizeLimitInfo maxObjectSizeLimit;
|
||||
|
||||
@@ -29,6 +29,7 @@ public class ConfigInput {
|
||||
public InheritableBoolean enableSignedPush;
|
||||
public InheritableBoolean requireSignedPush;
|
||||
public InheritableBoolean rejectImplicitMerges;
|
||||
public InheritableBoolean privateByDefault;
|
||||
public InheritableBoolean enableReviewerByEmail;
|
||||
public InheritableBoolean matchAuthorToCommitterDate;
|
||||
public String maxObjectSizeLimit;
|
||||
|
||||
Reference in New Issue
Block a user