aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TaskProcessing/Db
Commit message (Collapse)AuthorAgeFilesLines
* fix(taskprocessing): build autoloader files and fix psalm issueJulien Veyssier2024-07-231-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-231-1/+17
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-232-3/+32
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-0/+18
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵Julien Veyssier2024-07-221-2/+14
| | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(db): Deprecate `IExpressionBuilder::or()` and ↵Joas Schilling2024-07-191-5/+5
| | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-4/+29
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-242-36/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-1/+22
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: fix psalm issuesMarcel Klehr2024-05-141-4/+4
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-142-10/+10
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: address review commentsMarcel Klehr2024-05-141-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Fix psalm issuesMarcel Klehr2024-05-141-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* test: Add OldTasksShouldBeCleanedUp testMarcel Klehr2024-05-141-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-142-0/+272
Signed-off-by: Marcel Klehr <mklehr@gmx.net>