Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 6 | -595/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Change the sort order of background jobs to be DESC instead of ASC | Joas Schilling | 2016-04-22 | 1 | -4/+13 |
| | | | | | | | | | | 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. | ||||
* | Add message key to context of logException | Thomas Müller | 2016-01-15 | 1 | -3/+0 |
| | |||||
* | use logException() to properly log the exception | Morris Jobke | 2016-01-14 | 1 | -3/+7 |
| | |||||
* | Improved error message for failing background job | Morris Jobke | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Fix the test to expect the new behaviour | Joas Schilling | 2015-12-18 | 1 | -2/+9 |
| | |||||
* | Use the query builder for the joblist queries | Joas Schilling | 2015-12-18 | 1 | -9/+4 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -1/+9 |
| | |||||
* | Make the JobList test more robust by sorting the result of getAll before ↵ | Joas Schilling | 2015-11-19 | 1 | -12/+24 |
| | | | | comparison | ||||
* | handle non existing job classes in $jobList->getNext | Robin Appelman | 2015-08-19 | 1 | -0/+26 |
| | |||||
* | Add async command system to handle asynchronous operations | Robin Appelman | 2015-02-25 | 1 | -1/+6 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 4 | -8/+15 |
| | |||||
* | Add unit tests for JobList | Robin Appelman | 2014-02-12 | 3 | -25/+237 |
| | |||||
* | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 1 | -0/+2 |
| | |||||
* | add test case for removing background jobs that are throwing exceptions | Robin Appelman | 2013-12-05 | 2 | -3/+59 |
| | |||||
* | Dont use exceptions for the backgroundjob test cases | Robin Appelman | 2013-12-04 | 2 | -35/+46 |
| | |||||
* | TimedJob: make PhpUnit happy with asserts | Thomas Mueller | 2013-06-28 | 1 | -0/+3 |
| | |||||
* | Add support for the old public backgroundjob api | Robin Appelman | 2013-04-24 | 1 | -0/+13 |
| | |||||
* | Adjust backgroundjob test cases | Robin Appelman | 2013-04-20 | 3 | -8/+12 |
| | |||||
* | Rework background job system | Robin Appelman | 2013-04-20 | 3 | -0/+224 |