stable
Clone or download
Read-only
Part of request #37921 Burnup/Burndown cache generation fail Instead of having `date.timezone` in php-fpm configuration, use a ForgeConfig ConfigKey. This way we can be sure we always have this config value even in workers. *No functional changes expected* Change-Id: I2c03e1ebf253df2e9ec63dc940b3c7070a910157
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupDataBuilderTest.php | +6 | −0 | Go to diff View file |
M | plugins/botmattermost_agiledashboard/tests/unit/BotMattermostAgileDashboard/SenderServices/StandUpNotificationBuilderTest.php | +10 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php | +6 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php | +6 | −0 | Go to diff View file |
M | src/common/Config/ConfigurationVariables.php | +4 | −0 | Go to diff View file |
M | src/common/include/TimezoneRetriever.php | +10 | −4 | Go to diff View file |
M | src/etc/fpm82/tuleap-long-running-request.conf | +0 | −1 | Go to diff View file |
M | src/etc/fpm82/tuleap.conf | +0 | −1 | Go to diff View file |
M | src/etc/fpm83/tuleap-long-running-request.conf | +0 | −1 | Go to diff View file |
M | src/etc/fpm83/tuleap.conf | +0 | −1 | Go to diff View file |
M | src/www/include/pre.php | +2 | −2 | Go to diff View file |
M | tests/unit/common/Include/TimezoneRetrieverTest.php | +9 | −0 | Go to diff View file |