stable
Clone or download
Read-only
part of story #9525 use full regexp instead of wildcards New object shouldn't break anything Change-Id: I64a47084efb1995e5639ce4f31aa7b613d5d8838
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionFactory.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php | +3 | −3 | Go to diff View file |
A | plugins/git/include/Git/Permissions/PatternValidator.php | +39 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +9 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Permissions/DefaultFineGrainedPermissionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Permissions/FineGrainedPermissionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +2 | −1 | Go to diff View file |