stable

Clone or download

Read-only

Semantic creation check should be moved in adapters

part of story #18388 Scaled agile, have consistent architecture between rest route and UI No functional change, the "+ Add release" button must be displayed only if configuration is ok Change-Id: I27437659c1296154b9e9602a9fa29eeff766c9c1

Modified Files

Name
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/RequiredFieldChecker.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/SemanticChecker.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/StatusSemanticChecker.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/WorkflowChecker.php Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckRequiredField.php +34 −0 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckSemantic.php +34 −0 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckStatus.php +34 −0 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckWorkflow.php +34 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorChecker.php +7 −7 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +4 −4 Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/SemanticCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/WorkflowCheckerTest.php Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php +6 −6 Go to diff View file