Actions
Feature #62101
closedSystem Status Update tests should test frontend environment not cli environment
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2014-10-08
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The System Status Update tests the cli environment. So in the mail often errors occur which are not present in the real frontend environment. I think it would be great if the System Status Update fetches a url from the frontend which executes the tests in the frontend environment and send these results to the admins.
Issues like Issue #52283 are only workarounds.
Updated by Markus Klein about 10 years ago
Quick concept: * public php script that returns the status as JSON * IP based protection for accessing this script * strong default that only allows ::1 and 127.0.0.1
Updated by Frederic Gaus almost 10 years ago
- Status changed from New to Closed
This ticket can be closed because after the merge of https://forge.typo3.org/issues/56569. The system environment is not taken into account any longer when the system report is executed from cli.
Actions