| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(cron): Keep job class limitation when searching for the next jobbackport/50896/stable31 | Joas Schilling | 2025-02-19 | 1 | -1/+1 |
* | fix: log a warning when we can't build a background jobjoblist-build-error-log | Robin Appelman | 2024-10-16 | 1 | -0/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | fix: Use sha256 to hash arguments of background jobs | Louis Chemineau | 2024-09-05 | 1 | -5/+4 |
* | Merge pull request #47155 from nextcloud/executeStatementOnDelete | John Molakvoæ | 2024-09-04 | 1 | -37/+16 |
|\ |
|
| * | fix: lint | Git'Fellow | 2024-08-09 | 1 | -1/+1 |
| * | fix(jobs): Swicth to executeStatement() while deleting rows | Git'Fellow | 2024-08-09 | 1 | -37/+16 |
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
|/ |
|
* | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 1 | -4/+4 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 1 | -2/+1 |
* | feat(files_sharing): implement IShareProviderWithNotification and refactor se... | skjnldsv | 2024-07-12 | 1 | -1/+1 |
* | fix: delete background jobs by id when cleaning up | Robin Appelman | 2024-05-30 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -26/+4 |
* | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 1 | -2/+1 |
* | feat(bg-jobs): allow setting a job class list instead of a single class in cr... | Julien Veyssier | 2024-05-02 | 1 | -5/+9 |
* | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 1 | -1/+4 |
* | fix(bg-jobs): fix minor issues | Marcel Klehr | 2024-05-02 | 1 | -1/+1 |
* | feat(bg-jobs): Add background worker occ command | Julius Härtl | 2024-05-02 | 1 | -0/+19 |
* | feat(bg-jobs): Allow calling cron.php with a background job class | Julius Härtl | 2024-05-02 | 1 | -3/+7 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 3 | -210/+0 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 3 | -0/+210 |
* | chore: Delete deprecated internal Job classes | Côme Chilliet | 2024-02-08 | 3 | -210/+0 |
* | fix(cron): Reset the reserved_at when force executing from CLI | Joas Schilling | 2023-12-20 | 1 | -0/+1 |
* | fix(joblist): also reset last_run timestamp on updating an existing job | Anna Larch | 2023-12-15 | 1 | -0/+1 |
* | fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved | Marcel Klehr | 2023-11-06 | 1 | -1/+1 |
* | feat(backgroundjob): Schedule job after <timestamp> | Christoph Wurst | 2023-09-29 | 1 | -7/+14 |
* | Fix ParallelAwareJob tests | Marcel Klehr | 2023-07-28 | 1 | -9/+23 |
* | Remove job from oc_jobs when the file is not findable | Louis Chemineau | 2023-05-03 | 1 | -1/+2 |
* | JobList: add debug log when hasReservedJob query fails | Marcel Klehr | 2023-04-24 | 1 | -1/+5 |
* | JobList#hasReservedJobs: Close cursor | Marcel Klehr | 2023-04-23 | 1 | -1/+3 |
* | Fix BackgroundJob tests | Marcel Klehr | 2023-04-23 | 1 | -1/+2 |
* | Update lib/private/BackgroundJob/JobList.php | Marcel Klehr | 2023-04-23 | 1 | -1/+2 |
* | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs | Marcel Klehr | 2023-04-23 | 1 | -1/+1 |
* | feat(BackgroundJobs): Allow preventing parallel runs for a job class | Marcel Klehr | 2023-04-23 | 1 | -0/+18 |
* | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 1 | -1/+10 |
* | Remove deprecated method getAll instead of breaking API on deprecated method | Côme Chilliet | 2023-01-12 | 1 | -11/+0 |
* | Use a Generator for job list to fix background-job:list command | Côme Chilliet | 2023-01-10 | 1 | -9/+11 |
* | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 2 | -79/+0 |
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 3 | -2/+6 |
* | Fix typing in IJobList | Côme Chilliet | 2022-07-11 | 1 | -8/+4 |
* | Code cleaning of Background/ListCommand | Côme Chilliet | 2022-07-11 | 1 | -3/+6 |
* | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -1/+17 |
* | Clean up JobList class | Côme Chilliet | 2022-07-11 | 1 | -52/+26 |
* | Check background job type | Christoph Wurst | 2022-05-31 | 1 | -0/+4 |
* | Get not only time-sensitive next job from list but any | Kirill Popov | 2022-04-24 | 1 | -1/+1 |
* | Do chuncked job deletion | Carl Schwan | 2022-03-17 | 1 | -1/+17 |
* | Also use hashed/indexed column on delete | Joas Schilling | 2022-03-02 | 1 | -2/+2 |
* | Deprecate our old, internal background job base classes | Christoph Wurst | 2022-02-22 | 5 | -0/+13 |
* | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 1 | -3/+14 |