Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(TaskProcessing): increase error_message column length | Anupam Kumar | 2024-09-06 | 1 | -2/+3 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -6/+6 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods" | Marcel Klehr | 2024-08-30 | 1 | -5/+45 |
| | | | | | | This reverts commit d624c8da8f0dc2eaf18d416aa15db0a2035de398. Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(TaskProcessing): Use OCP\Server::get instead of copying methods | Marcel Klehr | 2024-08-30 | 1 | -45/+5 |
| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵ | Julien Veyssier | 2024-08-30 | 1 | -2/+24 |
| | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(textprocessing): TextProcessingManager::runTask calls ↵ | Julien Veyssier | 2024-08-30 | 1 | -3/+28 |
| | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJob | Julien Veyssier | 2024-08-27 | 1 | -10/+13 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add IManager::runTask method to run task synchronously | Julien Veyssier | 2024-08-27 | 2 | -73/+125 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(taskprocessing): select preferred provider when running sync task, fix ↵ | Julien Veyssier | 2024-08-12 | 2 | -11/+16 |
| | | | | | | task type values according to preferred provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Merge pull request #46912 from ↵ | Marcel Klehr | 2024-08-01 | 1 | -0/+4 |
|\ | | | | | | | | | nextcloud/fix/taskprocessing-speech-to-text-legacy More fixes for task processing | ||||
| * | fix(TaskProcessing): Legacy Speech To Text support needs UserId | Marcel Klehr | 2024-07-31 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(TaskProcessing): Don't break if provider methods throw | Marcel Klehr | 2024-07-30 | 1 | -14/+18 |
|/ | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(taskprocessing): add missing translate default task type | Julien Veyssier | 2024-07-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix: Don't validate input again upon running a task | Marcel Klehr | 2024-07-25 | 1 | -7/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Make sure provider provides enum values | Marcel Klehr | 2024-07-25 | 1 | -1/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(taskprocessing): Update lib/private/TaskProcessing/Manager.php | Marcel Klehr | 2024-07-25 | 1 | -2/+2 |
| | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -17/+17 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -35/+161 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | 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 | 2 | -3/+20 |
| | | | | 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 | 3 | -3/+45 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 2 | -0/+37 |
| | | | | 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 | 2 | -3/+92 |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 1 | -5/+5 |
|\ | | | | | fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions | ||||
| * | 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> | ||||
* | | Merge pull request #46368 from nextcloud/fix/task-processing | Marcel Klehr | 2024-07-19 | 2 | -52/+144 |
|\ \ | |/ |/| | TaskProcessing follow-up | ||||
| * | fix(TaskProcessing): Run cs:fix | Marcel Klehr | 2024-07-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TaskProcessing): Use getScalarType instead of relying on magic integers | Marcel Klehr | 2024-07-17 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TaskProcessingA/Manager): Catch new error | Marcel Klehr | 2024-07-17 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TaskProcessingA/Manager): Use time() along with rand int for file names | Marcel Klehr | 2024-07-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ↵ | Marcel Klehr | 2024-07-17 | 1 | -0/+9 |
| | | | | | | | | | | | | instead of File object Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: do not overwrite the output if NodeID exists | Alexander Piskun | 2024-07-17 | 1 | -6/+1 |
| | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ↵ | Marcel Klehr | 2024-07-17 | 1 | -0/+5 |
| | | | | | | | | | | | | instead of File object Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: Validate output properly | Marcel Klehr | 2024-07-17 | 1 | -4/+33 |
| | | | | | | | | | | | | Differentiate between output with file IDs and output with File data Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | feat(TaskProcessing): Allow setting task results for file slots | Marcel Klehr | 2024-07-17 | 2 | -43/+89 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(settings/admin/ai): fix provider list not being declared | Julien Veyssier | 2024-07-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | feat(settings/admin/ai): Add Task Processing API settings | Marcel Klehr | 2024-07-17 | 1 | -4/+18 |
|/ | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypes | Joas Schilling | 2024-07-04 | 1 | -0/+3 |
|\ | | | | | feat(TaskProcessing): Add more task types | ||||
| * | feat(TaskProcessing): Add more task types | Marcel Klehr | 2024-07-04 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(TaskProcessing): Set task status to running when processing via ↵ | Marcel Klehr | 2024-07-04 | 2 | -0/+13 |
| | | | | | | | | | | | | ISynchronousProvider Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(TaskProcessingApi): Add endpoint for getting the next task | provokateurin | 2024-07-01 | 3 | -24/+53 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(taskprocessing): in removeSuperfluousArrayKeys, don't try to keep ↵ | Julien Veyssier | 2024-07-01 | 1 | -0/+1 |
| | | | | | | | | | | | | input/output keys that are not in the task values Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | fix(taskprocessing): input validation was dropping some optional inputs | Julien Veyssier | 2024-07-01 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): missing GenerateEmoji default task type in ↵ | Julien Veyssier | 2024-06-20 | 1 | -0/+1 |
| | | | | | | manager::_getTaskTypes Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): missing ContextWrite default task type in ↵ | Julien Veyssier | 2024-06-20 | 1 | -0/+1 |
| | | | | | | manager::_getTaskTypes Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 5 | -54/+14 |
| | | | | 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: address review comments | Marcel Klehr | 2024-05-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix pass-through stt provider | Marcel Klehr | 2024-05-14 | 1 | -14/+1 |
| | | | | | | Wasn't able to load File from app data Signed-off-by: Marcel Klehr <mklehr@gmx.net> |