Commit Graph

81 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
provokateurin 2c65d0c0d1
fix(QBMapper): Fix findEntities() return type to be list<T> 1 year ago
provokateurin 54ec472d9a
fix(BackgroundJobs): Adjust intervals and time sensitivities 1 year ago
Marcel Klehr d2df0f42f1 fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Anupam Kumar bb94b17959 fix(TaskProcessing): increase error_message column length 1 year ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 1 year ago
Marcel Klehr 95006d2b8e
Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods" 1 year ago
Marcel Klehr 7be3a18f13
fix(TaskProcessing): Use OCP\Server::get instead of copying methods 1 year ago
Julien Veyssier 04edeb510d
feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessingManager::runTask 1 year ago
Julien Veyssier 5ab0866341
feat(textprocessing): TextProcessingManager::runTask calls TaskProcessingManager::runTask 1 year ago
Julien Veyssier 396b8f52f1
fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJob 1 year ago
Julien Veyssier c1ed256d50
feat(taskprocessing): add IManager::runTask method to run task synchronously 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Julien Veyssier dbab2a825d
fix(taskprocessing): select preferred provider when running sync task, fix task type values according to preferred provider 1 year ago
Marcel Klehr 5e4200853f fix(TaskProcessing): Legacy Speech To Text support needs UserId 1 year ago
Marcel Klehr 1205379f5a fix(TaskProcessing): Don't break if provider methods throw 1 year ago
Julien Veyssier 9a3a27f856
fix(taskprocessing): add missing translate default task type 1 year ago
Marcel Klehr 46c518f712 fix: Don't validate input again upon running a task 1 year ago
Marcel Klehr aaa8af4b49 fix: Make sure provider provides enum values 1 year ago
Marcel Klehr 6363437ccb
fix(taskprocessing): Update lib/private/TaskProcessing/Manager.php 1 year ago
Julien Veyssier 060fb26686
fix(taskprocessing): run cs:fix 1 year ago
Marcel Klehr 799ee8fd51
feat(TaskProcessing): Implement enums and default values 1 year ago
Julien Veyssier c004f5376f
fix(taskprocessing): build autoloader files and fix psalm issue 1 year ago
Julien Veyssier df11aa9efc
feat(taskprocessing): add appId filter to taskprocessing occ commands 1 year ago
Julien Veyssier c120a64ba2
feat(taskprocessing): add occ commands to list tasks and compute stats 1 year ago
Julien Veyssier df086a8c20
feat(taskprocessing): add start, stop and schedule time to tasks 1 year ago
Julien Veyssier fffc784769
feat(taskprocessing): add support for webhooks (http or AppAPI) in the task processing API 1 year ago
Joas Schilling eeb6ddb176
fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters 1 year ago
Julien Veyssier 183726a299
feat(settings/admin/ai): fix provider list not being declared 1 year ago
Marcel Klehr 9dca5ae0e0
feat(settings/admin/ai): Add Task Processing API settings 1 year ago
Marcel Klehr 969cc52851 fix(TaskProcessing): Run cs:fix 1 year ago
Marcel Klehr ba33e6220c fix(TaskProcessing): Use getScalarType instead of relying on magic integers 1 year ago
Marcel Klehr fb34b13439 fix(TaskProcessingA/Manager): Catch new error 1 year ago
Marcel Klehr 2fed2fc433 fix(TaskProcessingA/Manager): Use time() along with rand int for file names 1 year ago
Marcel Klehr ee7502ab1c fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID instead of File object 1 year ago
Alexander Piskun c1f2c76f44 fix: do not overwrite the output if NodeID exists 1 year ago
Marcel Klehr 3937cccd4b fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID instead of File object 1 year ago
Marcel Klehr 5c457c64e8 fix: Validate output properly 1 year ago
Marcel Klehr 4ac7f8275b feat(TaskProcessing): Allow setting task results for file slots 1 year ago
Marcel Klehr d9cf6e61c8 feat(TaskProcessing): Add more task types 2 years ago
Marcel Klehr 1b2c8d5030 fix(TaskProcessing): Set task status to running when processing via ISynchronousProvider 2 years ago
provokateurin f5ff8136ac
feat(TaskProcessingApi): Add endpoint for getting the next task 2 years ago
Julien Veyssier 42cf03d73d
fix(taskprocessing): in removeSuperfluousArrayKeys, don't try to keep input/output keys that are not in the task values 2 years ago
Julien Veyssier 7e1dd0b25e
fix(taskprocessing): input validation was dropping some optional inputs 2 years ago
Julien Veyssier 7e904aea92
fix(taskprocessing): missing GenerateEmoji default task type in manager::_getTaskTypes 2 years ago
Julien Veyssier de81dac82e
fix(taskprocessing): missing ContextWrite default task type in manager::_getTaskTypes 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Marcel Klehr 6c4992de54 fix: expose lastUpdated in OCS API 2 years ago
Marcel Klehr cac812dc58 fix: address review comments 2 years ago
Marcel Klehr 8d063386d2 fix: Fix pass-through stt provider 2 years ago