summaryrefslogtreecommitdiffstats
path: root/core/Command/Background/ListCommand.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-19/+2
* Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+1
* fix(Background): Bump default limit for listing background jobs to 500Jonas2023-11-141-1/+1
* fix(Background): Show comment about limit at end and conditionallyJonas2023-11-141-4/+5
* Update core/Command/Background/ListCommand.phpJonas2023-11-141-1/+3
* (enh) Change occ background-job:list limit default 10->100Josh Richards2023-11-141-1/+2
* 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