aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob
Commit message (Expand)AuthorAgeFilesLines
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-2/+10
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-023-3/+3
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-082-9/+8
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-082-8/+9
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-081-2/+2
* 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
* fix: Extend docblock of hasReservedJobMarcel Klehr2023-11-081-1/+2
* feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-0/+13
* Remove allowParallelRuns check in OCP\BackgroundJob\JobMarcel Klehr2023-07-281-5/+0
* fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-281-5/+4
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* Fix BackgroundJob testsMarcel Klehr2023-04-231-2/+4
* IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
* Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
* feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-232-0/+34
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-2/+12
* Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-121-10/+0
* Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-4/+4
* Port existing server code to new interfaceCarl Schwan2022-08-082-1/+2
* Deprecated ILogger from IJobCarl Schwan2022-08-084-25/+61
* Fix typing in IJobListCôme Chilliet2022-07-111-18/+16
* Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-9/+9
* Add command to list jobsCôme Chilliet2022-07-111-8/+10
* Allow apps to specify if their background job can be delayedJoas Schilling2022-02-073-2/+44
* Bump since versionJoas Schilling2021-10-141-2/+2
* Move queries to the joblistJoas Schilling2021-10-141-0/+15
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-8/+4
* Document that the TimedJob interval is in secondsChristoph Wurst2021-03-261-2/+4
* 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
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-262-2/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-262-2/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
|/
* Remove getLastJob from IJobListMorris Jobke2020-08-131-11/+0
* Use formal type hints instead of informal PHPDocMorris Jobke2020-07-061-5/+3
* Fix wrong phpdoc for execute methodDaniel Kesselberg2020-07-031-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update license headersChristoph Wurst2019-12-055-5/+11
* fixup! Add backgroundjobs to OCPRoeland Jago Douma2018-10-091-0/+2
* Add backgroundjobs to OCPRoeland Jago Douma2018-10-093-0/+251
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-261-0/+13
* Update license headersMorris Jobke2017-11-062-0/+2
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-4/+13
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix othersJoas Schilling2016-07-212-4/+6