stable
Clone or download
Read-only
Impacted routes: /projects/:id/milestones /milestones/:id /milestones/:id/milestones This is part of story #5984 - see open/closed cards percentage fallback Change-Id: I27d4c70ecfd50c46d78d944bfb1b788e6e733087
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php | +66 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +10 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +13 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +8 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +22 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +13 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
A | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneStatusCounterTest.php | +98 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +14 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +21 | −0 | Go to diff View file |