stable
Clone or download
Read-only
part of request #23043 Program management: clean domain No functional changes Change-Id: Ide0b0c9b65e9d8de8db4900e695322f29696ef4b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/Rank/FeaturesRankOrderer.php | +8 | −14 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/FeaturesToReorderProxy.php | +76 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentChange.php | +5 | −16 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Rank/OrderFeatureRank.php | +2 | −2 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/FeaturesToReorder.php | +41 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/TopBacklogChange.php | +4 | −27 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php | +3 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/FeaturesToReorderProxyTest.php | +65 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php | +4 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentChangeTest.php | +8 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php | +13 | −11 | Go to diff View file |