aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background/ListCommand.php
Commit message (Expand)AuthorAgeFilesLines
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-191-1/+3
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-191-4/+1
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+1
* Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-6/+7
* Format the datetime for last run in ATOM formatCôme Chilliet2022-07-111-1/+1
* Use symfony console table to render the job list properlyCôme Chilliet2022-07-111-1/+1
* Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-14/+5
* Add command to list jobsCôme Chilliet2022-07-111-0/+95