stable

Clone or download

Read-only

Move adapters into their own namesapce

part of story #17878 rename Multi Project Backlog into Scaled Agile No functional changes This patch also add missing tests for tracker and project adapters Change-Id: I51164737b7c2dceaf1ebb890436032a849af7dce

Modified Files

Name
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/ArtifactLinkValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/DescriptionValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/EndPeriodValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/FieldArtifactLinkAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/FieldDescriptionAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/FieldStatusAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/FieldTitleAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/FieldsTimeFrameAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/PlanningConfiguration/PlanningAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/ReplicationDataAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/SourceChangesetValuesCollectionAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/StartDateValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/StatusValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/SynchronizedFieldsAdapter.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Changeset/Values/TitleValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/ProjectDataAdapter.php Go to diff View file
R plugins/scaled_agile/include/TrackerDataAdapter.php Go to diff View file
M plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItemsCollectionBuilder.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItemsTrackersUpdater.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollectionBuilder.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Administration/ReadOnlyProgramAdminViewController.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +15 −15 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProjectIncrementsRunner.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProjectIncrementsCreator.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Source/Fields/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionBuilder.php +1 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Team/TeamProjectsCollectionBuilder.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +9 −9 Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/ArtifactLinkValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/DescriptionValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/EndPeriodValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Fields/FieldArtifactLinkAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Fields/FieldDescriptionAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Fields/FieldStatusAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Fields/FieldTitleAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Fields/FieldsTimeFrameAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/ReplicationDataAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/StartDateValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/StatusValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/TitleValueAdapterTest.php Go to diff View file
A plugins/scaled_agile/tests/unit/Adapter/ProjectDataAdapterTest.php +45 −0 Go to diff View file
A plugins/scaled_agile/tests/unit/Adapter/TrackerDataAdapterTest.php +67 −0 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/PlannableItemsCollectionBuilderTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/PlannableItemsTrackersUpdaterTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollectionBuilderTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminURLBuilderTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminViewControllerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandlerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProjectIncrementsRunnerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProjectIncrementCreatorTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProjectIncrementArtifactCreatorCheckerTest.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/SemanticCheckerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/WorkflowCheckerTest.php +1 −1 Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/TimeframeFieldsTest.php Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Source/SourceTrackerCollectionTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Team/ProjectIncrementsTrackerCollectionTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Team/TeamProjectsCollectionBuilderTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Team/TeamProjectsCollectionTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/PlanningConfiguration/PlanningAdapterTest.php +4 −3 Go to diff View file