[FEATURE] Add commands list/execute for EXT:scheduler
Currently, it is not possible to get the uid of a given task via cli. For ease of use, the command 'scheduler:list' has been added to list all available tasks or only a given group. On top of that another command called 'scheduler:execute' was added which provides a multi-select list where the user can choose which tasks or grouped tasks to run. Resolves: #100143 Releases: main Change-Id: I3a153daf26c6bab358f6930999c74178f60ab12b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78095 Tested-by:Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Documentation/Changelog/12.3/Feature-100143-SchedulerCommandExecuteAndList.rst 59 additions, 0 deletions...og/12.3/Feature-100143-SchedulerCommandExecuteAndList.rst
- typo3/sysext/scheduler/Classes/Command/SchedulerExecuteCommand.php 165 additions, 0 deletions...ext/scheduler/Classes/Command/SchedulerExecuteCommand.php
- typo3/sysext/scheduler/Classes/Command/SchedulerListCommand.php 195 additions, 0 deletions...sysext/scheduler/Classes/Command/SchedulerListCommand.php
- typo3/sysext/scheduler/Classes/Controller/AvailableSchedulerTasksController.php 3 additions, 30 deletions.../Classes/Controller/AvailableSchedulerTasksController.php
- typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php 12 additions, 134 deletions...cheduler/Classes/Controller/SchedulerModuleController.php
- typo3/sysext/scheduler/Classes/Domain/Repository/SchedulerTaskRepository.php 116 additions, 0 deletions...ler/Classes/Domain/Repository/SchedulerTaskRepository.php
- typo3/sysext/scheduler/Classes/Service/TaskService.php 60 additions, 0 deletionstypo3/sysext/scheduler/Classes/Service/TaskService.php
- typo3/sysext/scheduler/Configuration/Services.yaml 14 additions, 0 deletionstypo3/sysext/scheduler/Configuration/Services.yaml
Please register or sign in to comment