stable
Clone or download
Read-only
part of story #24969 [modal] add and remove links without types No functional change expected. Use composition instead of inheritance. Change-Id: I36687f1fe8627f38a8addb9507bbdca2eb1e3681
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdder.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php | +9 | −5 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateProcessorBuilder.php | +8 | −4 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessorBuilder.php | +8 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdderTest.php | +3 | −2 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/Card/CardPatcher.php | +8 | −4 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php | +8 | −4 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +8 | −4 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactUpdater.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Artifact.php | +9 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/AfterNewChangesetHandler.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreator.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +8 | −2 | Go to diff View file |
R | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetAtGivenDateCreator.class.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Artifact/Changeset/Value/SaveChangesetValue.php | +38 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +10 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +10 | −5 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/AfterNewChangesetHandlerTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php | +4 | −3 | 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/Tracker/Artifact/Tracker_Artifact_Changeset_NewChangesetCreatorTest.php | Go to diff View file | ||
A | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Value/ChangesetValueSaverIgnoringPermissionsTest.php | +112 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Value/ChangesetValueSaverTest.php | +161 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php | +3 | −3 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +3 | −44 | Go to diff View file |