aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background
Commit message (Expand)AuthorAgeFilesLines
* 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-192-2/+6
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-193-14/+6
* 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
* Fix background-job:execute command for QueuedJob instancesCôme Chilliet2022-07-111-1/+5
* 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
* Update core to PHP 7.4 standardCarl Schwan2022-05-202-12/+3
* Adjust namespace and print a message when the job was skippedJoas Schilling2021-10-141-5/+14
* Move queries to the joblistJoas Schilling2021-10-141-23/+2
* Add a command to show info about a background job and force-execute itJoas Schilling2021-10-141-0/+168
* Add return value to all commandsJoas Schilling2020-06-261-2/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-5/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-084-103/+103
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Rename files to be PSR-4 compliantLukas Reschke2016-04-064-0/+176