stable
Clone or download
Read-only
Part of request #37921 Burnup/Burndown cache generation fail We've got some problems with timezones, to avoid problems with leap seconds, instead of computing cache on 23:59:59, we do it on 23:59:00. This change will trigger a new cache generation for each burn* graph as cache is checked on timestamp. *No functional changes expected* Change-Id: I4cfc5a880f8245611f0c386f501501ba48e90725
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDateRetriever.php | +13 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php | +1 | −4 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/ArtifactsTest.php | +8 | −8 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheDateRetrieverTest.php | +11 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/BurndownCacheDateRetriever.php | +18 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationChecker.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_GENERATE.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheDateRetrieverTest.php | +33 | −32 | Go to diff View file |
M | tests/rest/tests/ArtifactsTest.php | +3 | −3 | Go to diff View file |