stable

Clone or download

Read-only

Check artifact updatability in a dedicated object

part of story #24970 [modal] select type for links -- No functional change expected -- Change-Id: Ic526aabae5e91f4dc32e24224fbf53b76a987102

Modified Files

Name
M plugins/taskboard/include/REST/v1/Card/CardPatcher.php +3 −1 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php +15 −10 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +6 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +3 −1 Go to diff View file
A plugins/tracker/include/REST/Artifact/ArtifactRestUpdateConditionsChecker.php +74 −0 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.php +2 −45 Go to diff View file
A plugins/tracker/include/REST/Artifact/CheckArtifactRestUpdateConditions.php +32 −0 Go to diff View file
M plugins/tracker/include/REST/Artifact/PUTHandler.php +2 −0 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +8 −4 Go to diff View file
A plugins/tracker/tests/unit/REST/Artifact/ArtifactRestUpdateConditionsCheckerTest.php +64 −0 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactUpdaterTest.php +21 −31 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/PUTHandlerTest.php +16 −5 Go to diff View file
A plugins/tracker/tests/unit/Stub/CheckArtifactRestUpdateConditionsStub.php +53 −0 Go to diff View file