summaryrefslogtreecommitdiffstats
path: root/tests/lib/BackgroundJob/DummyJobList.php
Commit message (Expand)AuthorAgeFilesLines
* test: update DummyJobListRobin Appelman2024-07-101-4/+18
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-041-1/+1
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-1/+1
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-1/+1
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-081-1/+1
* feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-1/+5
* Fix testsMarcel Klehr2023-07-071-1/+1
* Update tests/lib/BackgroundJob/DummyJobList.phpMarcel Klehr2023-04-241-2/+2
* test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-231-0/+13
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+1
* Port existing server code to new interfaceCarl Schwan2022-08-081-1/+1
* Fix DummyJobList typingCôme Chilliet2022-07-121-8/+2
* Fix DummyJobList class used by testsCôme Chilliet2022-07-111-17/+27
* Get not only time-sensitive next job from list but anyKirill Popov2022-04-241-1/+1
* Allow apps to specify if their background job can be delayedJoas Schilling2022-02-071-1/+2
* Move queries to the joblistJoas Schilling2021-10-141-0/+7
* Remove getLastJob from IJobListMorris Jobke2020-08-131-9/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-9/+13
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+135