stable
Clone or download
Read-only
part of story #9525 use full regexp instead of wildcards When permissions are defined at Template level, permissions should be inherit during repository creation Change-Id: Ia6c2cd7ca6636ff02596797a50db5680e4ce2cf3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Permissions/FineGrainedPermissionReplicator.php | +85 | −33 | Go to diff View file |
M | plugins/git/include/Git/Permissions/PatternValidator.php | +5 | −2 | Go to diff View file |
M | plugins/git/include/Git/Permissions/RegexpFineGrainedRetriever.php | +5 | −0 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +1 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +4 | −1 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +1 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +1 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Permissions/PatternValidatorTest.php | +52 | −3 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +19 | −7 | Go to diff View file |