aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/BackgroundJob
Commit message (Expand)AuthorAgeFilesLines
* test: update DummyJobListRobin Appelman2024-05-301-4/+18
* chore: Add SPDX headerAndy Scherzinger2024-05-137-28/+20
* feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-021-1/+1
* feat(bg-jobs): Allow calling cron.php with a background job classJulius Härtl2024-05-021-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-023-3/+3
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-085-99/+28
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-085-28/+99
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-085-99/+28
* feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-1/+5
* JobTest: Remove outdated testsMarcel Klehr2023-07-281-52/+0
* cs:fixMarcel Klehr2023-07-281-1/+0
* Add test for ParallelAwareJobMarcel Klehr2023-07-282-5/+89
* Fix testsMarcel Klehr2023-07-071-1/+1
* JobListTest: Fix JobList constructor callMarcel Klehr2023-04-241-1/+3
* Update tests/lib/BackgroundJob/DummyJobList.phpMarcel Klehr2023-04-241-2/+2
* Run cs:FixMarcel Klehr2023-04-231-4/+4
* Fix BackgroundJob testsMarcel Klehr2023-04-232-11/+20
* JobListTest: clearJobsList before testHasReservedJobsMarcel Klehr2023-04-231-0/+1
* fix(tests): Remove duplicated methodMarcel Klehr2023-04-231-21/+0
* test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-234-4/+105
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-122-2/+2
* Fix BackgroundJob list testsCôme Chilliet2023-01-121-1/+6
* 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-132-18/+0
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-9/+9
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-1/+1
* Make sure to catch php errors during job executionDaniel Kesselberg2020-01-311-0/+21
* Make phpunit8 compatibleRoeland Jago Douma2019-11-274-4/+4
* fixup! fixup! Add backgroundjobs to OCPRoeland Jago Douma2018-10-092-57/+108
* Use ::class in test mocksMorris Jobke2017-10-241-1/+3
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-9/+13
* Fix getMock JobListTestRoeland Jago Douma2016-09-131-2/+4
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-66/+60
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-0/+595