summaryrefslogtreecommitdiffstats
path: root/lib/private/backgroundjob/joblist.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\BackgroundJob to PSR-4Roeland Jago Douma2016-04-261-294/+0
|
* Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-3/+3
| | | | | | | | | | In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs.
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-6/+7
|
* Deprecate the method and warn against using itJoas Schilling2016-01-281-0/+2
|
* Happy new year!Thomas Müller2016-01-121-3/+3
|
* Add methods to interface which have always been requiredJoas Schilling2015-12-181-1/+1
|
* Allow dependency injection for background jobsJoas Schilling2015-12-181-9/+15
|
* Make sure the interface and the implementation matchJoas Schilling2015-12-181-14/+15
|
* Use the query builder for the joblist queriesJoas Schilling2015-12-181-35/+88
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* Unique exception for invalid autoload paths, better handlingRobin McCorkell2015-09-051-8/+14
| | | | | Background jobs are tolerant of stale entries left by disabled apps, which will cause an autoload exception.
* handle non existing job classes in $jobList->getNextRobin Appelman2015-08-191-2/+15
|
* also free joblist and base from file cache codeArthur Schiwon2015-05-121-3/+0
|
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-20/+5
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | fix exception messageMorris Jobke2015-02-261-1/+1
| |
* | set max argument length to 4000Robin Appelman2015-02-251-1/+1
| |
* | throw an exception when trying to push a background job that wont fit in the ↵Robin Appelman2015-02-251-0/+3
|/ | | | | | table otherwise it will lead to failures in json decode and unexpected and hard to debug issues when running the job
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* Dont try to execute jobs that no longer existRobin Appelman2014-07-251-1/+4
|
* Fix check if class existsRobin Appelman2014-06-271-1/+1
|
* Check if classes/method exists before trying to call them in background jobsRobin Appelman2014-06-261-0/+4
|
* Support having legacy `OC_Cache_FileGlobalGC` background jobsRobin Appelman2014-06-031-0/+3
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-4/+4
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-30/+44
|\ | | | | | | | | Conflicts: lib/private/migration/content.php
| * Add unit tests for JobListRobin Appelman2014-02-121-1/+1
| |
| * Additional phpdocRobin Appelman2014-02-121-2/+4
| |
| * Add the background job list to the public server containerRobin Appelman2014-02-111-28/+40
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+2
|/
* decode arguments as arrayThomas Müller2013-11-051-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+172
Conflicts: lib/private/vcategories.php