stable
Clone or download
Read-only
Merge commit 'refs/changes/20/12520/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #12208 REST route to add user_groups
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/REST/ProjectAuthorization.class.php | +5 | −5 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/project/REST/UserGroupPOSTRepresentation.php | +39 | −0 | Go to diff View file |
M | src/common/project/REST/v1/UserGroupResource.class.php | +68 | −5 | Go to diff View file |
M | src/common/project/UGroupManager.class.php | +4 | −1 | Go to diff View file |
M | tests/rest/tests/UserGroupTest.php | +27 | −2 | Go to diff View file |