stable

Clone or download

Read-only

REST representations of the core of Tuleap are immutable

This is a technical change, no functional change is expected. Part of request #15111: REST representations should not be mutable Change-Id: I43274af89fad11c4a30099d44d13ca7f75cd711d

Modified Files

Name
M src/common/Project/REST/HeartbeatsEntryRepresentation.php +20 −7 Go to diff View file
M src/common/Project/REST/HeartbeatsRepresentation.php +16 −7 Go to diff View file
M src/common/Project/REST/UserGroupPOSTRepresentation.php +4 −1 Go to diff View file
M src/common/Project/REST/v1/PATCHProjectRepresentation.php +4 −2 Go to diff View file
M src/common/Project/REST/v1/ProjectPostRepresentation.php +3 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +2 −4 Go to diff View file
M src/common/Project/REST/v1/ServiceRepresentation.php +21 −7 Go to diff View file
M src/common/Project/REST/v1/ServiceRepresentationCollectionBuilder.php +1 −3 Go to diff View file
M src/common/REST/v1/PaginatedProjectFieldRepresentations.php +3 −0 Go to diff View file
M src/common/REST/v1/PhpWikiPageRepresentation.class.php +13 −5 Go to diff View file
M src/common/REST/v1/ProjectFieldRepresentation.php +3 −0 Go to diff View file
M src/common/User/REST/v1/UserHistoryEntryRepresentation.php +56 −20 Go to diff View file
M src/common/User/REST/v1/UserHistoryQuickLinkRepresentation.php +17 −5 Go to diff View file
M src/common/User/REST/v1/UserHistoryRepresentation.php +18 −6 Go to diff View file
M src/common/User/REST/v1/UserPreferenceRepresentation.class.php +10 −3 Go to diff View file
M src/common/User/REST/v1/UserResource.php +3 −9 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageFullRepresentation.class.php +22 −9 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageVersionFullRepresentation.class.php +15 −5 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageVersionRepresentation.class.php +10 −2 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +2 −6 Go to diff View file