stable

Clone or download

Read-only

Refactoring: Build requests for sub-milestones

Part of story #16125 [release management] create a new Aggregator Release How to test: - No functional change expected for the retrieval of Sub milestones (sprints in our templates). This affects Planning view and Velocity graph Change-Id: I3da12b75b66b0f758d3ffbe6c1350bd02f720c24

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php +38 −14 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Milestone/Request/SubMilestoneRequest.php +128 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneRepresentationBuilder.php +0 −27 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/ProjectMilestonesResource.php +0 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +12 −20 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +17 −16 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetPaginatedMilestonesTest.php +63 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/ProjectMilestonesResourceTest.php +2 −2 Go to diff View file