summaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob
Commit message (Collapse)AuthorAgeFilesLines
* fixup! Add backgroundjobs to OCPRoeland Jago Douma2018-10-091-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add backgroundjobs to OCPRoeland Jago Douma2018-10-093-0/+251
| | | | | | | | | | | | | | | This adds abstract classes to base background jobs on. Right now almost all uses of this use the private namespace. For most usages it will be enough to just extend the the abstract classes QueuedJob or TimedJob. It should be a straight forward drop in replacement. The private jobs can then be killed off after a few releases. So we have a nice public API. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-261-0/+13
| | | | | | | * was not used by apps and also is not needed * migrated the documentation to IJobList Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-062-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 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
|
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-0/+11
|
* Move \OCP\BackgroundJob to PSR-4Roeland Jago Douma2016-05-072-0/+196