stable
Clone or download
Read-only
this is part of request #11031 Migrate burndown in D3 JS - Old values "points" are returned - New representation "points_with_date" return data usable for D3 - rename from "points" to "points_with_date" will be done in a dedicated commit No functionnal changes, burndown should be displayed as usuall Change-Id: I77a2debbe623cb456a58a9c7eabb39c7deaccca3
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/REST/Artifact/BurndownPointRepresentation.php | +44 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/BurndownRepresentation.class.php | +32 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php | +48 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +54 | −17 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | tests/rest/tests/ArtifactsTest.php | +37 | −4 | Go to diff View file |
M | tests/rest/tests/MilestonesBurndownTest.php | +12 | −6 | Go to diff View file |