Commit Graph

52 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Joas Schilling c109ae9437
ci: Fix psalm by typing the QuestionHelper 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Julien Veyssier 8638f3b587
feat(occ): add 'stop_after' option to stop the worker after some time 1 year ago
Daniel Kesselberg a773a8b915
refactor: simplify background commands 2 years ago
Ferdinand Thiessen 14778811b4
refactor: Use `IAppConfig` for setting cron type 2 years ago
Andy Scherzinger 5c49a54801
chore: Add SPDX header 2 years ago
Andy Scherzinger 1df96b0417
chore: Add SPDX header 2 years ago
Julien Veyssier 0eb4cddc54
feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:worker for the job class list 2 years ago
Julien Veyssier d967151f52
fix(bg-jobs): review adjustments 2 years ago
Julien Veyssier 1acc57b5c0
feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command 2 years ago
Julien Veyssier a5f244a58b
chore(bg-jobs): more output in verbose mode in the bg job worker 2 years ago
Marcel Klehr 9a3b341932
fix(bg-jobs): cs:fix 2 years ago
Marcel Klehr 352d79deee
fix(bg-jobs): fix psalm issues 2 years ago
Marcel Klehr 993398b88a
fix(bg-jobs): Remove interval bookkeeping 2 years ago
Marcel Klehr a3d8632fbe
fix(bg-jobs): fix minor issues 2 years ago
Julius Härtl d69b8ecf95
fix(bg-jobs): Fix running once when no job was scheduled 2 years ago
Julius Härtl 8400bfee01
feat(bg-jobs): Add background worker occ command 2 years ago
Côme Chilliet 65bad47e7e
fix: Suppress psalm errors about deprecated execute method, we have to use it for now 2 years ago
Côme Chilliet 75751d51de
fix: Call execute until it is removed for Job class 2 years ago
Hamid Dehnavi 706231438e Make adjustments based on the review 2 years ago
Hamid Dehnavi 5c64528336 Make adjustments based on the review 2 years ago
Hamid Dehnavi 7dc304db02 Refactor core/Command/Background 2 years ago
Côme Chilliet 303e2febc7
Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Louis Chemineau 898df41de9
Revert "Merge branch 'master' of github.com:nextcloud/server" 2 years ago
Côme Chilliet e78e27187a chore: Delete deprecated internal Job classes 2 years ago
Côme Chilliet 166773879b fix!: Migrate jobs away from deprecated interfaces 2 years ago
Maxence Lange bd3df759fb occ background-job:delete 2 years ago
Jonas af4287d8a3 Update core/Command/Background/ListCommand.php 2 years ago
Jonas 490f5cc4ec fix(Background): Bump default limit for listing background jobs to 500 2 years ago
Jonas 9fbe68ab36 fix(Background): Show comment about limit at end and conditionally 2 years ago
Jonas deb4bb8d4e Update core/Command/Background/ListCommand.php 2 years ago
Josh Richards bb75dab93a (enh) Change occ background-job:list limit default 10->100 2 years ago
Faraz Samapoor cda0f74e0b Moves single constructor parameters to new lines. 3 years ago
Faraz Samapoor ea844ca5fb Uses PHP8's constructor property promotion. 3 years ago
Côme Chilliet d74044f634
Fix API breakage by using a new method instead 3 years ago
Côme Chilliet 679682c186
Use a Generator for job list to fix background-job:list command 3 years ago
Côme Chilliet cc89da26c6 Fix background-job:execute command for QueuedJob instances 4 years ago
Côme Chilliet 3920fc1ef2 Format the datetime for last run in ATOM format 4 years ago
Côme Chilliet 0cc39d185c Use symfony console table to render the job list properly 4 years ago
Côme Chilliet 868d748dbf Code cleaning of Background/ListCommand 4 years ago
Côme Chilliet 3d01179907 Add command to list jobs 4 years ago
Carl Schwan b70c6a128f Update core to PHP 7.4 standard 4 years ago
Joas Schilling 0a812a1c09
Adjust namespace and print a message when the job was skipped 4 years ago
Joas Schilling 9cd9f4b4bc
Move queries to the joblist 4 years ago
Joas Schilling e2a7482b49
Add a command to show info about a background job and force-execute it 4 years ago
Joas Schilling ab21d69903
Add return value to all commands 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst 85e369cddb
Fix multiline comments 6 years ago