aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-071-0/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-15/+15
* feat(occ): add 'stop_after' option to stop the worker after some timeJulien Veyssier2024-08-161-0/+36
* refactor: simplify background commandsDaniel Kesselberg2024-07-015-85/+46
* refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-281-6/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-265-94/+10
* chore: Add SPDX headerAndy Scherzinger2024-05-104-88/+8
* feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:...Julien Veyssier2024-05-021-21/+7
* fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-022-10/+23
* feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-022-10/+32
* chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7
* fix(bg-jobs): cs:fixMarcel Klehr2024-05-021-4/+0
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-022-5/+10
* fix(bg-jobs): Remove interval bookkeepingMarcel Klehr2024-05-021-36/+1
* fix(bg-jobs): fix minor issuesMarcel Klehr2024-05-021-7/+2
* fix(bg-jobs): Fix running once when no job was scheduledJulius Härtl2024-05-023-206/+266
* feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-021-0/+206
* fix: Suppress psalm errors about deprecated execute method, we have to use it...Côme Chilliet2024-03-121-1/+1
* fix: Call execute until it is removed for Job classCôme Chilliet2024-03-121-1/+2
* Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
* Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
* Refactor core/Command/BackgroundHamid Dehnavi2024-02-235-5/+12
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-6/+4
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-4/+6
* chore: Delete deprecated internal Job classesCôme Chilliet2024-02-081-3/+3
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-3/+1
* occ background-job:deleteMaxence Lange2024-01-111-0/+80
* 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