aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/BackgroundJob
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix: Use sha256 to hash arguments of background jobsLouis Chemineau2024-09-051-5/+4
* Merge pull request #47155 from nextcloud/executeStatementOnDeleteJohn Molakvoæ2024-09-041-37/+16
|\
| * fix: lintGit'Fellow2024-08-091-1/+1
| * fix(jobs): Swicth to executeStatement() while deleting rowsGit'Fellow2024-08-091-37/+16
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
|/
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-4/+4
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+1
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-1/+1
* fix: delete background jobs by id when cleaning upRobin Appelman2024-05-301-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+4
* fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-021-2/+1
* feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-021-5/+9
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-1/+4
* fix(bg-jobs): fix minor issuesMarcel Klehr2024-05-021-1/+1
* feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-021-0/+19
* feat(bg-jobs): Allow calling cron.php with a background job classJulius Härtl2024-05-021-3/+7
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-083-210/+0
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-083-0/+210
* chore: Delete deprecated internal Job classesCôme Chilliet2024-02-083-210/+0
* fix(cron): Reset the reserved_at when force executing from CLIJoas Schilling2023-12-201-0/+1
* fix(joblist): also reset last_run timestamp on updating an existing jobAnna Larch2023-12-151-0/+1
* fix(JobList#hasReservedJob): Break tie when multiple jobs are reservedMarcel Klehr2023-11-061-1/+1
* feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-7/+14
* Fix ParallelAwareJob testsMarcel Klehr2023-07-281-9/+23
* Remove job from oc_jobs when the file is not findableLouis Chemineau2023-05-031-1/+2
* JobList: add debug log when hasReservedJob query failsMarcel Klehr2023-04-241-1/+5
* JobList#hasReservedJobs: Close cursorMarcel Klehr2023-04-231-1/+3
* Fix BackgroundJob testsMarcel Klehr2023-04-231-1/+2
* Update lib/private/BackgroundJob/JobList.phpMarcel Klehr2023-04-231-1/+2
* test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-231-1/+1
* feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-231-0/+18
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+10
* Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-121-11/+0
* Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-9/+11
* Fix many tests and warningsCarl Schwan2022-08-082-79/+0
* Port existing server code to new interfaceCarl Schwan2022-08-083-2/+6
* Fix typing in IJobListCôme Chilliet2022-07-111-8/+4
* Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-3/+6
* Add command to list jobsCôme Chilliet2022-07-111-1/+17
* Clean up JobList classCôme Chilliet2022-07-111-52/+26
* Check background job typeChristoph Wurst2022-05-311-0/+4
* Get not only time-sensitive next job from list but anyKirill Popov2022-04-241-1/+1
* Do chuncked job deletionCarl Schwan2022-03-171-1/+17
* Also use hashed/indexed column on deleteJoas Schilling2022-03-021-2/+2
* Deprecate our old, internal background job base classesChristoph Wurst2022-02-225-0/+13
* Allow apps to specify if their background job can be delayedJoas Schilling2022-02-071-3/+14
* Add hashed attribute column for indexed job existence checkJulius Härtl2022-01-181-2/+3
* Check style updateCarl Schwan2022-01-131-2/+2