Commit Graph

28 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Daniel Kesselberg af38184b6f
fix: Make DummyJobList.getJobsIterator return an interable instance 4 months ago
Robin Appelman aa15f9d16d
chore: run rector 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 7 months ago
Robin Appelman 85b9552617
test: update DummyJobList 2 years ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 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
Julius Härtl 52eb6d8726
feat(bg-jobs): Allow calling cron.php with a background job class 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 2 years ago
Louis Chemineau 898df41de9
Revert "Merge branch 'master' of github.com:nextcloud/server" 2 years ago
Côme Chilliet 65981f99bf chore: Migrate away from internal Job classes 2 years ago
Christoph Wurst 04ecc2a6a9
feat(backgroundjob): Schedule job after <timestamp> 2 years ago
Marcel Klehr 20cb9935ca Fix tests 3 years ago
Marcel Klehr 6148c5e0a1
Update tests/lib/BackgroundJob/DummyJobList.php 3 years ago
Marcel Klehr 1296f3612e test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs 3 years ago
Côme Chilliet d74044f634
Fix API breakage by using a new method instead 3 years ago
Carl Schwan 48d9c4d2b0
Port existing server code to new interface 3 years ago
Côme Chilliet 0386f4270b
Fix DummyJobList typing 4 years ago
Côme Chilliet 50a7f612d9 Fix DummyJobList class used by tests 4 years ago
Kirill Popov 0b27b9e658 Get not only time-sensitive next job from list but any 4 years ago
Joas Schilling b765f79368
Allow apps to specify if their background job can be delayed 4 years ago
Joas Schilling 9cd9f4b4bc
Move queries to the joblist 4 years ago
Morris Jobke 16d83ab30a
Remove getLastJob from IJobList 5 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Noveen Sachdeva 1b1f403a5d
Add duration of last job execution to the table 9 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Robin Appelman 74ae7b8929 Add async command system to handle asynchronous operations 11 years ago
Robin Appelman a6399f9cef Add the background job list to the public server container 12 years ago
Robin Appelman 2ff1bdaba3 add test case for removing background jobs that are throwing exceptions 12 years ago
Robin Appelman b31dc10c3c Add support for the old public backgroundjob api 13 years ago
Robin Appelman 3aecfda0c0 Adjust backgroundjob test cases 13 years ago
Robin Appelman 7948341a86 Rework background job system 13 years ago