stable

Clone or download

Read-only

Move UGroupLiteralizer into the Tuleap\Project namespace

This contribution deals with the move of the UGroupLiteralizer to make it PSR-4 since it has been a topic of discussions in the reviews of 01cb08c83ee722adafc98ab369324ac7dcee9af7. As the file has been moved, it does not match the existing issues allowed in the Psalm's baseline. Minor fixes have been done to make Psalm happy. This change is part of story #14019: automate jenkins job creation & run Change-Id: I63cb6bf5522f5447eb8a027308607d405fbe7130

Modified Files

Name
M plugins/git/bin/gl-membership.php +2 −0 Go to diff View file
M plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php +1 −0 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerTest.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +2 −0 Go to diff View file
M src/common/JWT/REST/v1/JWTResource.class.php +1 −1 Go to diff View file
M src/common/JWT/generators/JWTGenerator.php +1 −1 Go to diff View file
R src/common/Project/UGroupLiteralizer.class.php Go to diff View file
M src/common/User/REST/v1/UserMembershipResource.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserResource.php +1 −1 Go to diff View file
M src/common/wiki/PermissionsManager.class.php +1 −0 Go to diff View file
M src/www/project/admin/permission_per_group.php +1 −0 Go to diff View file
M tests/unit/common/JWT/generators/JWTGeneratorTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/UGroupLiteralizerTest.php +5 −0 Go to diff View file
M tests/unit/common/wiki/PermissionsManagerTest.php +1 −0 Go to diff View file