stable
Clone or download
Read-only
Merge commit 'refs/changes/36/2536/2' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #6934 - REST: route /users/:id GET Change-Id: Ie1fab4f3bd61bfb453f4211666c1bd96e106ffdd
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 |