Commit Graph

65 Commits (d17d367cca07500a02226612e7f3618f27ac7459)

Author SHA1 Message Date
Benjamin Gaussorgues 60ce92a697
feat(utils): add getter for serverid with proper default 2 months ago
Benjamin Gaussorgues 73506e8486
chore(deprecated): remove Reflection*::setAccessible as it's noop since PHP 8.1 2 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
Benjamin Gaussorgues d67eae3501
feat(jobs): add command to list executed background jobs 3 months ago
Benjamin Gaussorgues fe757f0cc1
feat(jobs): allow workers to keep track of executed jobs 3 months ago
Benjamin Gaussorgues 4ee75168d5
feat(jobs): allow to keep track of job executions 3 months ago
Ferdinand Thiessen 20acaf307e
chore: add missing `Override` attribute to core code 4 months ago
Carl Schwan ae73f7aaf5
refactor(setup-manager): Use ISetupManager instead of SetupManager 7 months ago
Salvatore Martire 43f2470f90 fix: use interval value in JobWorker 7 months ago
Carl Schwan 0e686fc6a9
feat: Port jobs table to snowflakes ids 9 months ago
Ferdinand Thiessen 89896b1d89
chore: Remove deprecated `IJob::execute` method 12 months ago
provokateurin 82fb8f8508
refactor: Extend rector to core/ 1 year ago
Joas Schilling c109ae9437
ci: Fix psalm by typing the QuestionHelper 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Julien Veyssier 8638f3b587
feat(occ): add 'stop_after' option to stop the worker after some time 2 years 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 3 years ago
Hamid Dehnavi 5c64528336 Make adjustments based on the review 3 years ago
Hamid Dehnavi 7dc304db02 Refactor core/Command/Background 3 years ago
Côme Chilliet 303e2febc7
Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 3 years ago
Louis Chemineau 898df41de9
Revert "Merge branch 'master' of github.com:nextcloud/server" 3 years ago
Côme Chilliet e78e27187a chore: Delete deprecated internal Job classes 3 years ago
Côme Chilliet 166773879b fix!: Migrate jobs away from deprecated interfaces 3 years ago
Maxence Lange bd3df759fb occ background-job:delete 3 years ago
Jonas af4287d8a3 Update core/Command/Background/ListCommand.php 3 years ago
Jonas 490f5cc4ec fix(Background): Bump default limit for listing background jobs to 500 3 years ago
Jonas 9fbe68ab36 fix(Background): Show comment about limit at end and conditionally 3 years ago
Jonas deb4bb8d4e Update core/Command/Background/ListCommand.php 3 years ago
Josh Richards bb75dab93a (enh) Change occ background-job:list limit default 10->100 3 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 4 years ago
Côme Chilliet 679682c186
Use a Generator for job list to fix background-job:list command 4 years ago
Côme Chilliet cc89da26c6 Fix background-job:execute command for QueuedJob instances 4 years ago