aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob/Job.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-7/+6
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-6/+7
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-7/+6
* fix(log): Improve logging of background job details for better reproduction/d...Joas Schilling2023-12-201-3/+4
* Remove allowParallelRuns check in OCP\BackgroundJob\JobMarcel Klehr2023-07-281-5/+0
* Fix BackgroundJob testsMarcel Klehr2023-04-231-2/+4
* Add IParallelAwareJob interfaceMarcel Klehr2023-04-231-2/+2
* feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-231-0/+25
* Port existing server code to new interfaceCarl Schwan2022-08-081-0/+1
* Deprecated ILogger from IJobCarl Schwan2022-08-081-16/+14
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Fix the OCP\BackgroundJob\Job to make it compatible with its interfaceRoeland Jago Douma2020-11-241-3/+3
* Job::run() does not return anythingMorris Jobke2020-10-081-1/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* fixup! Add backgroundjobs to OCPRoeland Jago Douma2018-10-091-0/+2
* Add backgroundjobs to OCPRoeland Jago Douma2018-10-091-0/+141