[TASK] Cleanup UpgradeWizardService
To simplify working with the UpgradeWizardService, the patch cleans up the following: * Extract database related tasks into an own service * Fetch UpgradeWizardService via container Resolves: #99570 Releases: main Change-Id: Ia18aa19cea8743890a4e85629b7e720ee73a7220 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77416 Reviewed-by:Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/install/Classes/Command/UpgradeWizardListCommand.php 6 additions, 17 deletions...sext/install/Classes/Command/UpgradeWizardListCommand.php
- typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php 9 additions, 15 deletions...ysext/install/Classes/Command/UpgradeWizardRunCommand.php
- typo3/sysext/install/Classes/Controller/UpgradeController.php 20 additions, 17 deletions...3/sysext/install/Classes/Controller/UpgradeController.php
- typo3/sysext/install/Classes/Service/DatabaseUpgradeWizardsService.php 141 additions, 0 deletions...install/Classes/Service/DatabaseUpgradeWizardsService.php
- typo3/sysext/install/Classes/Service/UpgradeWizardsService.php 0 additions, 115 deletions.../sysext/install/Classes/Service/UpgradeWizardsService.php
- typo3/sysext/install/Classes/ServiceProvider.php 5 additions, 6 deletionstypo3/sysext/install/Classes/ServiceProvider.php
- typo3/sysext/install/Classes/Updates/DatabaseUpdatedPrerequisite.php 7 additions, 9 deletions...t/install/Classes/Updates/DatabaseUpdatedPrerequisite.php
- typo3/sysext/install/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/install/Configuration/Services.yaml
Please register or sign in to comment