stable

Clone or download

Read-only

Update of SVN apache config should not depend on CVS or home page

Until now most failures during the execution of SYSTEM_CHECK were fail fast => the SYSTEM_CHECK was aborted with the first error found. This is no longer the desired behaviour as a bunch of things are done in plugins that are called at the end of the process. Some may even argue it was not really an intentional behaviour in first place. Some behaviours might change with this patch on weirdly configured platform. Until now they might have only one error in SYSTEM_CHECK => they will now see them all. Note: this patch comes with bunch of changes related to CVS that were triggered by psalm due to code move. If it's too much for a patch, I'll split in two. request #18430 TEE Docker Image - Problem on existing SVN repository Change-Id: I1466e0857d701988f1200a650d760f8fec3a3e3a

Modified Files

Name
M src/common/backend/Backend.class.php +11 −1 Go to diff View file
M src/common/backend/BackendCVS.class.php +32 −27 Go to diff View file
M src/common/backend/BackendSystem.class.php +9 −8 Go to diff View file
M src/common/system_event/SystemEventProcessor_Factory.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_CVS_IS_PRIVATE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_CREATE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_DELETE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_CREATE.class.php +5 −5 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_SERVICE_USAGE_SWITCH.class.php +3 −3 Go to diff View file
M src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php +26 −39 Go to diff View file
M tests/integration/tests/Backend/BackendCVSTest.php +7 −7 Go to diff View file
M tests/integration/tests/Backend/BackendSystemTest.php +5 −8 Go to diff View file
M tests/unit/common/Backend/BackendTest.php +1 −1 Go to diff View file