stable

Clone or download

Read-only

Group semantic checks together

part of story #16124 [release management] ensure Aggregator release creation is possible This is a refactoring to decrease the size and complexity of MilestoneCreatorChecker. No functional change expected Change-Id: Ib3f8050bb1765595ea23299e3adcaad8cadac618

Modified Files

Name
R plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneCreatorChecker.php Go to diff View file
A plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/SemanticChecker.php +98 −0 Go to diff View file
R plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneCreatorSemanticStatusChecker.php Go to diff View file
M plugins/multi_project_backlog/include/multi_project_backlogPlugin.php +11 −9 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/MilestoneCreatorCheckerTest.php +218 −0 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/SemanticCheckerTest.php +223 −0 Go to diff View file
R plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneCreatorSemanticStatusCheckerTest.php Go to diff View file
D plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneCreatorCheckerTest.php +0 −358 Go to diff View file