stable
Clone or download
Read-only
part of story #18388 Scaled agile, have consistent architecture between rest route and UI No functional changes Change-Id: I0c723fbee4b85557410787e24c530be3314d9c94
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapper.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/RequiredFieldChecker.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/SemanticChecker.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/StatusSemanticChecker.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapter.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapter.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkValueAdapter.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapter.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php | +6 | −6 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/SourceChangesetValuesCollectionAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StartDateValueValueAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapter.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/SynchronizedFieldsAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapter.php | +6 | −6 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapter.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleValueAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Hierarchy/ScaledAgileHierarchyDAO.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Plan/PlanDao.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/PlanningAdapter.php | +8 | −8 | Go to diff View file |
R | plugins/scaled_agile/include/Adapter/ProjectDataAdapter.php | Go to diff View file | ||
M | plugins/scaled_agile/include/BuildProject.php | +3 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/MapStatusByValue.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckRequiredField.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckSemantic.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckStatus.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckWorkflow.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorChecker.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/CreateArtifact.php | +4 | −4 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/ArtifactData.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildDescriptionValue.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildEndPeriodValue.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildStartDateValue.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildStatusValue.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildTitleValue.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildField.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildSynchronizedFields.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildTimeFrameFields.php | +2 | −2 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/FieldData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFieldsData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldDataFromProgramAndTeamTrackers.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldDataFromProgramAndTeamTrackersCollection.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionBuilder.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFields.php | +19 | −19 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/TimeFrameFields.php | +10 | −10 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/ReplicationData.php | +20 | −20 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollection.php | +7 | −6 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollection.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollection.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/include/Program/BuildPlanning.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Hierarchy/HierarchyAnalyzer.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Plan/PlanStore.php | +2 | −2 | Go to diff View file |
R | plugins/scaled_agile/include/Program/PlanningConfiguration/PlanningData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/ProjectData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/TrackerData.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Workspace/ComponentInvolvedVerifier.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/scaled_agilePlugin.php | +12 | −12 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php | +16 | −16 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php | +23 | −23 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php | +17 | −17 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +23 | −23 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php | +6 | −6 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapterTest.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapterTest.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapterTest.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StartDateValueAdapterTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapterTest.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapterTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapterTest.php | +10 | −10 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapterTest.php | +8 | −8 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/PlanningAdapterTest.php | +6 | −6 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/ProjectDataAdapterTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +13 | −13 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php | +8 | −8 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php | +18 | −18 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +13 | −13 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionTest.php | +13 | −13 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldsTest.php | +7 | −7 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TimeFrameFieldsTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFieldsDataTest.php | +9 | −9 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollectionTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilderTest.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php | +9 | −9 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Workspace/ComponentInvolvedVerifierTest.php | +3 | −3 | Go to diff View file |