stable

Clone or download

Read-only

Merge commit 'refs/changes/91/32391/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: fixes request #40432 Burndown: do not check cache generation when not needed Change-Id: Id4b7b121a7343b5a6500dd0872619dcc7d17b309

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php +12 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php +1 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheCheckerTest.php +37 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCommonDataBuilder.php +18 −37 Go to diff View file
A plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCommonDataBuilderTest.php +98 −0 Go to diff View file
M src/common/Date/DatePeriod.php +3 −0 Go to diff View file
M src/common/Date/DatePeriodWithWeekEnd.php +5 −0 Go to diff View file