stable

Clone or download

Read-only

Move Tracker objects into Workspace/Tracker namespace

part of story #21385 display Program's iterations No functional changes. Why? Workspace namescapce is cluttered, I plan to add new elements is Artifacts, such as Title, Status and TimePeriod domain object as they are directly linked to an artifact they we will be under workspace namespace. FYI in next patch I'll move Artifact objet into Artifact namespace Change-Id: Ie36fdf3bb565c86a5ade7687aa285146d9566732

Modified Files

Name
M plugins/program_management/include/Adapter/Events/ArtifactCreatedProxy.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Events/ArtifactUpdatedProxy.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Events/CanSubmitNewArtifactEventProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/Configuration/ConfigurationErrorPresenterBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationsCreator.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/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGatherer.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/TrackerFromFieldRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/IterationTracker/VisibleIterationTrackerRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/PlanningAdapter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/ProgramIncrementTracker/VisibleProgramIncrementTrackerRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/TeamPlanningProxy.php +1 −1 Go to diff View file
R plugins/program_management/include/Adapter/Workspace/TrackerFactoryAdapter.php Go to diff View file
R plugins/program_management/include/Adapter/Workspace/TrackerIdentifierProxy.php Go to diff View file
R plugins/program_management/include/Adapter/Workspace/TrackerOfArtifactRetriever.php Go to diff View file
R plugins/program_management/include/Adapter/Workspace/TrackerReferenceProxy.php Go to diff View file
R plugins/program_management/include/Adapter/Workspace/TrackerSemantics.php Go to diff View file
M plugins/program_management/include/DisplayAdminProgramManagementController.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Events/ArtifactCreatedEvent.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Events/ArtifactUpdatedEvent.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/PotentialTrackerCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreation.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxChangeset.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxFirstChangeset.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/TimeboxMirroringOrder.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/IterationTracker/IterationTrackerIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementCreation.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementUpdate.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/NoArtifactLinkFieldException.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveArtifactLinkField.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveDescriptionField.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveEndPeriodField.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveStartDateField.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveStatusField.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveTitleField.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldReferences.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/IterationTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanCreator.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramIncrementTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramPlannableTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramPlannableTrackerCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/TrackerIsValidChecker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/ArtifactLinkChangeset.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredIterationTrackerIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/TrackerReference.php +1 −1 Go to diff View file
R plugins/program_management/include/Domain/Workspace/RetrieveTracker.php Go to diff View file
R plugins/program_management/include/Domain/Workspace/RetrieveTrackerOfArtifact.php Go to diff View file
R plugins/program_management/include/Domain/Workspace/SearchTrackersOfProgram.php Go to diff View file
R plugins/program_management/include/Domain/Workspace/TrackerIdentifier.php Go to diff View file
R plugins/program_management/include/Domain/Workspace/VerifyTrackerSemantics.php Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +1 −1 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +1 −1 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Workspace/TrackerFactoryAdapterTest.php Go to diff View file
R plugins/program_management/tests/unit/Adapter/Workspace/TrackerIdentifierProxyTest.php Go to diff View file
R plugins/program_management/tests/unit/Adapter/Workspace/TrackerOfArtifactRetrieverTest.php Go to diff View file
R plugins/program_management/tests/unit/Adapter/Workspace/TrackerSemanticsTest.php Go to diff View file
M plugins/program_management/tests/unit/Builder/MirroredTimeboxFirstChangesetBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldReferencesTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactCreatedEventStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactUpdatedEventStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/GatherSynchronizedFieldsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveArtifactLinkFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveDescriptionFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveEndPeriodFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveStartDateFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveStatusFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTitleFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerOfArtifactStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchTrackersOfProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/TrackerIdentifierStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyTrackerSemanticsStub.php +1 −1 Go to diff View file