stable
Clone or download
Read-only
This is a technical change, no functional change is expected. Restler is updated to pull a fix. Part of request #15111: REST representations should not be mutable Change-Id: I2a03dbaeebafd1dbdc66b7970441a34c202b4571
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/Permissions/DocmanItemPermissionsForGroupsBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Service/DocmanServicePermissionsForGroupsBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/CollectionOfFileRepresentation.php | +5 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/FileRepresentation.php | +32 | −24 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/FileResource.php | +1 | −4 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageMinimalRepresentation.php | +4 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageRepresentation.php | +5 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageRepresentationBuilder.php | +3 | −6 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageResource.php | +2 | −6 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PermissionsForGroupsRepresentation.php | +10 | −3 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ProjectResource.php | +1 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleasePATCHRepresentation.php | +4 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleasePOSTRepresentation.php | +4 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleasePermissionsForGroupsBuilder.php | +2 | −3 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleasePermissionsForGroupsRepresentation.php | +10 | −3 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php | +61 | −20 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseRepresentationPaginatedCollectionRepresentation.php | +8 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseResource.php | +5 | −15 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ServicePermissionsForGroupsRepresentation.php | +4 | −3 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ServiceRepresentation.php | +14 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ServiceRepresentationBuilder.php | +4 | −5 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/UploadedLinkRepresentation.php | +4 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/ReleaseNotesController.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/REST/v1/GitRepositoryPermissionRepresentation.class.php | +1 | −2 | Go to diff View file |
M | plugins/svn/include/REST/v1/NotificationsBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/FormElement/PermissionsForGroupsBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/Tracker/PermissionsRepresentationBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/TrackerFieldRepresentations/PermissionsOnArtifacts.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +3 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php | +1 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +1 | −2 | Go to diff View file |
M | src/common/FRS/FRSRelease.class.php | +3 | −0 | Go to diff View file |
M | src/common/FRS/UploadedLink.php | +16 | −1 | Go to diff View file |
M | src/common/Project/ProjectUGroup.php | +4 | −0 | Go to diff View file |
M | src/common/Project/REST/MinimalUserGroupRepresentation.php | +4 | −2 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectResource.class.php | +1 | −2 | Go to diff View file |
M | src/common/User/ForgeUGroup.php | +6 | −0 | Go to diff View file |
M | src/common/User/UGroup.class.php | +6 | −0 | Go to diff View file |
M | src/composer.json | +1 | −1 | Go to diff View file |
M | src/composer.lock | +6 | −6 | Go to diff View file |