stable

Clone or download

Read-only

Make sure MW instance is up-to-date when re-activating the service

Code has been refactored to use `Tuleap\NeverThrow` to ease the addition of intermediate steps when creating instances. Part of request #27512: `mathoid` table is missing after instance initialization Change-Id: Idd8ca00aeb4d6c32875dad5529a08d7f1e1eaf5e

Modified Files

Name
M plugins/mediawiki_standalone/include/Instance/CreateInstance.php +165 −57 Go to diff View file
M plugins/mediawiki_standalone/include/Instance/InstanceManagement.php +1 −1 Go to diff View file
M plugins/mediawiki_standalone/tests/unit/Instance/InstanceManagementTest.php +25 −0 Go to diff View file
M src/common/NeverThrow/Fault.php +11 −0 Go to diff View file
M tests/unit/common/NeverThrow/FaultTest.php +22 −0 Go to diff View file