stable
Clone or download
Read-only
part of: story #21362 Base artifact timeframe on a linked artifact No functional changes expected in: - Planning V2 - Agiledashboard - Project Milestones widget - TestPlan - Velocity Change-Id: If46a161f3dfd3c748ed25d74c06b5d3e6a4aa86f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/AgileDashboardProjectResource.php | +1 | −25 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +1 | −27 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +1 | −34 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +1 | −26 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +1 | −26 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +1 | −18 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +22 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetBareMilestoneByArtifactIdTest.php | +22 | −11 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetLastMilestoneCreatedTest.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactTest.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneTest.php | +27 | −17 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetPaginatedMilestonesTest.php | +15 | −9 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetTopMilestonesTest.php | +26 | −15 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryPlannedArtifactsTest.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryTest.php | +34 | −25 | Go to diff View file |
M | plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php | +1 | −16 | Go to diff View file |
M | plugins/testplan/include/REST/v1/MilestoneResource.php | +1 | −43 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.php | +1 | −25 | Go to diff View file |