stable
Clone or download
Read-only
story #6934 - REST: route /users/:id GET
Change-Id: Iba6164d4e545d7a24440bae4f726391d5954a1ad
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/autoload.php | +4 | −4 | Go to diff View file |
M | src/common/REST/ResourcesInjector.class.php | +2 | −0 | Go to diff View file |
M | src/common/autoload.php | +4 | −3 | Go to diff View file |
M | src/common/project/REST/v1/UserGroupResource.class.php | +3 | −3 | Go to diff View file |
R | src/common/project/REST/UserRepresentation.class.php | Go to diff View file | ||
A | src/common/user/REST/v1/UserResource.php | +93 | −0 | Go to diff View file |
M | tests/lib/rest/TestDataBuilder.php | +17 | −11 | Go to diff View file |
M | tests/rest/UserGroupTest.php | +17 | −10 | Go to diff View file |
A | tests/rest/UsersTest.php | +52 | −0 | Go to diff View file |