stable

Clone or download

Read-only

chore: Reorganize namespaces

part of story #24969 [modal] add and remove links without types No functional change expected. ChangesetValue does not have to be under Changeset namespace, it is now alongside it. Also, this splits REST (with payloads and stuff) from "domain" objects. "Link" is renamed to "ForwardLink" so that we can write a "ReverseLink" interface in another change. We should distinguish the two, they have very different meaning and are handled differently. Change-Id: I5e63f089e7bd566fdb178f04834a1610e9faa7d1

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +8 −8 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateProcessorBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessorBuilder.php +1 −1 Go to diff View file
M plugins/taskboard/include/REST/v1/Card/CardPatcher.php +8 −8 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php +8 −8 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +9 −9 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +9 −9 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.php +1 −1 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksFieldUpdateValueBuilder.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksPayloadExtractor.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksPayloadStructureChecker.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactParentLinkPayloadExtractor.php Go to diff View file
R plugins/tracker/include/REST/Artifact/Changeset/Value/ArtifactLink/RESTLinkProxy.php Go to diff View file
R plugins/tracker/include/REST/Artifact/Changeset/Value/FieldsDataBuilder.php Go to diff View file
R plugins/tracker/include/REST/Artifact/Changeset/Value/FieldsDataFromValuesByFieldBuilder.php Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreator.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.php +1 −1 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/Value/AddDefaultValuesToFieldsData.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactForwardLinksRetriever.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksByChangesetCache.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksDiff.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksFieldUpdateValue.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksFieldUpdateValueFormatter.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/CollectionOfArtifactLinks.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/Link.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/RetrieveForwardLinks.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/StoredLink.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/Value/ChangesetValueSaver.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/Value/ChangesetValueSaverIgnoringPermissions.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ChangesetValuesContainer.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetValueSaver.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetValueSaverIgnoringPermissions.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/Value/SaveChangesetValue.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/SaveInitialChangesetValue.php Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/InitialChangesetCreatorTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactUpdaterTest.php +7 −7 Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksFieldUpdateValueBuilderTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksPayloadExtractorTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksPayloadStructureCheckerTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactParentLinkPayloadExtractorTest.php Go to diff View file
R plugins/tracker/tests/unit/REST/Artifact/Changeset/Value/ArtifactLink/RESTLinkProxyTest.php Go to diff View file
R plugins/tracker/tests/unit/REST/Artifact/Changeset/Value/FieldsDataBuilderTest.php Go to diff View file
R plugins/tracker/tests/unit/REST/Artifact/Changeset/Value/FieldsDataFromValuesByFieldBuilderTest.php Go to diff View file
R plugins/tracker/tests/unit/Stub/LinkStub.php Go to diff View file
M plugins/tracker/tests/unit/Stub/RetrieveForwardLinksStub.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetCreatorTest.php +1 −1 Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactForwardLinksRetrieverTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksByChangesetCacheTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksDiffTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksFieldUpdateValueFormatterTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/ArtifactLinksFieldUpdateValueTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/CollectionOfArtifactLinksTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/UpdateValue/StoredLinkTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Value/ChangesetValueSaverIgnoringPermissionsTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Value/ChangesetValueSaverTest.php Go to diff View file
R plugins/tracker/tests/unit/REST/Artifact/Changeset/Value/ChangesetValuesContainerTest.php Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php +2 −2 Go to diff View file