stable
Clone or download
Read-only
Merge commit 'refs/changes/16/4516/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8372: update /artifacts/:id/changesets and add /users/:id/preferences Change-Id: I88595d9a55470ad619fbada762c0dac855642a5c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/Artifact/ArtifactRepresentationBuilder.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ChangesetRepresentation.class.php | +30 | −6 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +15 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +15 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +7 | −3 | Go to diff View file |
M | plugins/tracker/tests/REST_Backend/Artifact/ArtifactRepresentationBuilderTestPHP53.php | +20 | −5 | Go to diff View file |
M | src/common/user/REST/v1/UserResource.php | +39 | −4 | Go to diff View file |
M | tests/rest/UsersTest.php | +27 | −2 | Go to diff View file |