Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(taskprocessing): build autoloader files and fix psalm issue | Julien Veyssier | 2024-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 1 | -1/+17 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 2 | -3/+32 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 1 | -0/+18 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 1 | -2/+14 |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(db): Deprecate `IExpressionBuilder::or()` and ↵ | Joas Schilling | 2024-07-19 | 1 | -5/+5 |
| | | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(TaskProcessingApi): Add endpoint for getting the next task | provokateurin | 2024-07-01 | 1 | -4/+29 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 2 | -36/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: expose lastUpdated in OCS API | Marcel Klehr | 2024-05-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(OCS-API): Add endpoint to list user tasks | Marcel Klehr | 2024-05-14 | 1 | -1/+22 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: fix psalm issues | Marcel Klehr | 2024-05-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: identifier is now customId/custom_id | Marcel Klehr | 2024-05-14 | 2 | -10/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: rename getTaskType to getTaskTypeId | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | test: Add OldTasksShouldBeCleanedUp test | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 2 | -0/+272 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |