stable
Clone or download
Read-only
story #8372: update /artifacts/:id/changesets and add /users/:id/preferences
Change-Id: I0cde92710a462f3fa9036847a3942e1f996bd250
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 |