stable

Clone or download

Read-only

refactor: rename ArtifactValidator to FieldsDataBuilder

part of story #24969 [modal] add and remove links without types No functional change expected. It never validated anything, it asks each field to convert from a REST payload to a $fields_data array. Change-Id: Ibfa5183ad6552e07f26ca431ff1b3c70ade72514

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +2 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/Card/CardPatcher.php +3 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php +3 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php +16 −11 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.php +3 −2 Go to diff View file
R plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactUpdaterTest.php +3 −2 Go to diff View file
R plugins/tracker/tests/unit/REST/ArtifactValidatorTest.php Go to diff View file