Commit Graph

32 Commits (ffbbdb2d04c900bcc4ed6bbcf97d4e5fc30dfad9)

Author SHA1 Message Date
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 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
Marcel Klehr 1471849956 fix: Extend docblock of hasReservedJob 3 years ago
Christoph Wurst 04ecc2a6a9
feat(backgroundjob): Schedule job after <timestamp> 3 years ago
Simon L d55a7c619d Fix typos in lib/public subdirectory 3 years ago
Marcel Klehr c01c516323 feat(BackgroundJobs): Allow preventing parallel runs for a job class 3 years ago
Côme Chilliet d74044f634
Fix API breakage by using a new method instead 3 years ago
Côme Chilliet e74f464662
Remove deprecated method getAll instead of breaking API on deprecated method 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 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 4 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
Julius Härtl 45a474071e
Remove @package annotations from public namespace 6 years ago
Morris Jobke 16d83ab30a
Remove getLastJob from IJobList 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 7 years ago
Morris Jobke 9ef6148bfa
Deprecated OCP interface to fetch background job type 8 years ago
Morris Jobke 0eebff152a
Update license headers 9 years ago
Noveen Sachdeva 1b1f403a5d
Add duration of last job execution to the table 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Joas Schilling d0a2fa0506
Lock jobs while executing them, to allow multiple executors to run in parallel 10 years ago
Roeland Jago Douma fd371700a2
Move \OCP\BackgroundJob to PSR-4 10 years ago
Joas Schilling ef73aedd7e Deprecate the method and warn against using it 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Joas Schilling 0f836cfe9e Make sure the interface and the implementation match 11 years ago
Lukas Reschke 391bc49dab Move files/ajax/scan.php to background job 11 years ago
Morris Jobke 7644950b48 Add @since tags to all methods in public namespace 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Robin Appelman 62288971ca Additional phpdoc 12 years ago
Robin Appelman a6399f9cef Add the background job list to the public server container 12 years ago