stable
Clone or download
Read-only
part of story #16125 [release management] create a new Aggregator Release No functional change for top milestone requests Change-Id: Ibb170869025dead99b432c460e971ae829cab94a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Criterion/Status/ISearchOnStatus.php | +5 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Criterion/Status/StatusAll.php | +6 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Criterion/Status/StatusClosed.php | +6 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Criterion/Status/StatusOpen.php | +6 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php | +4 | −4 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/Request/FilteringQuery.php | +78 | −0 | Go to diff View file |
R | plugins/agiledashboard/include/AgileDashboard/Milestone/Request/TopMilestoneRequestRefiner.php | Go to diff View file | ||
D | plugins/agiledashboard/include/AgileDashboard/Milestone/Request/RefinedTopMilestoneRequest.php | +0 | −163 | Go to diff View file |
R | plugins/agiledashboard/include/AgileDashboard/Milestone/Request/RawTopMilestoneRequest.php | Go to diff View file | ||
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/AgileDashboardProjectResource.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/ProjectMilestonesResource.php | +9 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +5 | −5 | Go to diff View file |
R | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/TopMilestoneRequestRefinerTest.php | Go to diff View file | ||
A | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/FilteringQueryTest.php | +53 | −0 | Go to diff View file |
D | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/RefinedTopMilestoneRequestTest.php | +0 | −99 | Go to diff View file |
A | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/TopMilestoneRequestTest.php | +78 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetPaginatedMilestonesTest.php | +22 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Milestone/ProjectMilestonesResourceTest.php | +2 | −2 | Go to diff View file |