stable
Clone or download
Read-only
This is part of request #10039: Retrieve FRS packages via REST There should be a reference to the project in a package representation. This only impacts /frs_packages/:id. Change-Id: Ie74a9b1fff1a0ea06e37ed612cb5280733388519
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/FRS/REST/ResourcesInjector.php | +3 | −3 | Go to diff View file |
A | plugins/frs/include/FRS/REST/v1/PackageMinimalRepresentation.php | +37 | −0 | Go to diff View file |
R | plugins/frs/include/FRS/REST/v1/PackageRepresentationPaginatedCollection.php | Go to diff View file | ||
M | plugins/frs/include/FRS/REST/v1/PackageRepresentation.php | +10 | −9 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageResource.php | +5 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ProjectResource.php | +2 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/frs/include/autoload.php | +4 | −3 | Go to diff View file |