stable

Clone or download

Read-only

Move backlog dao in store and use interfaces to access it

part of request #18388 Scaled agile, have consistent architecture between rest route and UI All dao are now marked a final and can are behind interface Change-Id: I0e53bd3184a1b73694a44af6e0a3873682cc5974

Modified Files

Name
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/PendingArtifactCreationDao.php Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php +9 −9 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Plan/ProgramAdapter.php +6 −6 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/ProgramDao.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Adapter/Team/TeamAdapter.php +4 −4 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php +11 −11 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php +1 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +11 −10 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/PendingArtifactCreationStore.php +32 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilder.php +6 −6 Go to diff View file
M plugins/scaled_agile/include/Program/ProgramStore.php +7 −0 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapterTest.php +13 −13 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +9 −9 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Team/TeamAdapterTest.php +7 −7 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandlerTest.php +18 −18 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +19 −17 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php +7 −6 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilderTest.php +6 −5 Go to diff View file