Commit Graph

71 Commits (231ec6717cf77ebce4e55a2abd12e40ab9995430)

Author SHA1 Message Date
Jannik Bäcker e94fac54dd fix: correct spelling errors in comments 3 weeks 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 4ee75168d5
feat(jobs): allow to keep track of job executions 3 months ago
Benjamin Gaussorgues 8db8776f2d
feat(jobs): introduce background job classes registry 3 months ago
Ferdinand Thiessen 81752fc9ed
chore(ocp): add `Override` attribute to all OCP classes 4 months ago
Daniel Kesselberg 25ca85e329
docs(ocp): Add since tag 4 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
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
Christoph Wurst 2395526e6c
perf(cron): Delay (re)checking timed jobs 1 year ago
provokateurin b209508d8f
feat(TimedJob): Add debug log about time sensitive jobs with long intervals 2 years ago
provokateurin 54ec472d9a
fix(BackgroundJobs): Adjust intervals and time sensitivities 2 years ago
Ferdinand Thiessen a8f46af20f
chore: Add proper deprecation dates where missing 2 years ago
Robin Appelman 1a9f7d5348
fix: delete background jobs by id when cleaning up 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 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
Marcel Klehr 352d79deee
fix(bg-jobs): fix psalm issues 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 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 65981f99bf chore: Migrate away from internal Job classes 3 years ago
Côme Chilliet 166773879b fix!: Migrate jobs away from deprecated interfaces 3 years ago
Joas Schilling b8c57efaad
fix(log): Improve logging of background job details for better reproduction/debugging 3 years ago
Marcel Klehr 1471849956 fix: Extend docblock of hasReservedJob 3 years ago
Christoph Wurst 04ecc2a6a9
feat(backgroundjob): Schedule job after <timestamp> 3 years ago
Marcel Klehr 2b96760dc6 Remove allowParallelRuns check in OCP\BackgroundJob\Job 3 years ago
Christoph Wurst cb78805282
fix(ocp): TimedJob can't have a more specific argument than Job 3 years ago
Simon L d55a7c619d Fix typos in lib/public subdirectory 3 years ago
Marcel Klehr 5608b50778 Fix BackgroundJob tests 3 years ago
Marcel Klehr 94038e0673 IParallelAwareJob: Add missing boilerplate 3 years ago
Marcel Klehr 0f3211c4e4 Add IParallelAwareJob interface 3 years ago
Marcel Klehr c01c516323 feat(BackgroundJobs): Allow preventing parallel runs for a job class 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 4 years ago
Côme Chilliet d74044f634
Fix API breakage by using a new method instead 4 years ago
Côme Chilliet e74f464662
Remove deprecated method getAll instead of breaking API on deprecated method 4 years ago
Côme Chilliet 679682c186
Use a Generator for job list to fix background-job:list command 4 years ago
Carl Schwan 48d9c4d2b0
Port existing server code to new interface 4 years ago
Carl Schwan 19a2d6f6e7
Deprecated ILogger from IJob 4 years ago
Côme Chilliet 2e921f8b3d Fix typing in IJobList 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
Joas Schilling b765f79368
Allow apps to specify if their background job can be delayed 5 years ago
Joas Schilling 7239b3d560
Bump since version 5 years ago
Joas Schilling 9cd9f4b4bc
Move queries to the joblist 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst 389623a910
Document that the TimedJob interval is in seconds 5 years ago
Roeland Jago Douma 82d3f50b78
Fix the OCP\BackgroundJob\Job to make it compatible with its interface 6 years ago
Morris Jobke 26a38c4e8a
Job::run() does not return anything 6 years ago