stable

Clone or download

Read-only

Merge commit 'refs/changes/54/26854/6' of ssh://gerrit.tuleap.net:29418/tuleap

# By Marie Ange Garnier # Via Manuel Vacelet * ssh://gerrit.tuleap.net:29418/tuleap: request #28875 Improve burnup performances

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +8 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/CountElementsCalculator.php +7 −32 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php +15 −39 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php +21 −64 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDao.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_DAILY.php +25 −41 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php +33 −50 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +12 −21 Go to diff View file
M plugins/agiledashboard/tests/rest/ArtifactsTest.php +3 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/Burnup/CountElementsCalculatorTest.php +34 −44 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCalculatorTest.php +14 −14 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupDataBuilderTest.php +33 −40 Go to diff View file