| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 2 | -2/+2 |
* | Fix BackgroundJob list tests | Côme Chilliet | 2023-01-12 | 1 | -1/+6 |
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -1/+1 |
* | Fix DummyJobList typing | Côme Chilliet | 2022-07-12 | 1 | -8/+2 |
* | Fix DummyJobList class used by tests | Côme Chilliet | 2022-07-11 | 1 | -17/+27 |
* | Get not only time-sensitive next job from list but any | Kirill Popov | 2022-04-24 | 1 | -1/+1 |
* | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 1 | -1/+2 |
* | Move queries to the joblist | Joas Schilling | 2021-10-14 | 1 | -0/+7 |
* | Remove getLastJob from IJobList | Morris Jobke | 2020-08-13 | 2 | -18/+0 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -1/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -9/+9 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
* | Make sure to catch php errors during job execution | Daniel Kesselberg | 2020-01-31 | 1 | -0/+21 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 4 | -4/+4 |
* | fixup! fixup! Add backgroundjobs to OCP | Roeland Jago Douma | 2018-10-09 | 2 | -57/+108 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -1/+3 |
* | Add duration of last job execution to the table | Noveen Sachdeva | 2017-04-25 | 1 | -9/+13 |
* | Fix getMock JobListTest | Roeland Jago Douma | 2016-09-13 | 1 | -2/+4 |
* | Lock jobs while executing them, to allow multiple executors to run in parallel | Joas Schilling | 2016-05-21 | 1 | -66/+60 |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 6 | -0/+595 |