Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TaskProcessing] Use taskprocessing in TextProcessing and STT managers #47601

Merged
merged 11 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. feat(textprocessing): TextProcessingManager::runTask calls TaskProces…

    …singManager::runTask
    
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5ab0866 View commit details
    Browse the repository at this point in the history
  2. feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskP…

    …rocessingManager::runTask
    
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    04edeb5 View commit details
    Browse the repository at this point in the history
  3. fix(taskprocessing): fix tests

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    03b3d03 View commit details
    Browse the repository at this point in the history
  4. fix(TaskProcessing): Use OCP\Server::get instead of copying methods

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7be3a18 View commit details
    Browse the repository at this point in the history
  5. fix(SpeechToTextManager): Throw TaskProcessing Task failed

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    de117d4 View commit details
    Browse the repository at this point in the history
  6. fix(settings): Remove STT admin settings

    taskprocessing is transparent to STT providers so specific STT settings are obsolete
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b06302e View commit details
    Browse the repository at this point in the history
  7. fix(settings): Don't show built-in textprocessing task types in textp…

    …rocessing settings
    
    TaskProcessing is transparent to textprocessing providers and TextProcessing can use Taskprocessing providers so these are unnecessary
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a2b0874 View commit details
    Browse the repository at this point in the history
  8. fix(TextProcessing): Don't run taskProcessing if task type is not ava…

    …ilable
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1e896a7 View commit details
    Browse the repository at this point in the history
  9. fix(TaskProcessing): Fix namespace of TaskProcessingTest.php

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    41e3bde View commit details
    Browse the repository at this point in the history
  10. Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying m…

    …ethods"
    
    This reverts commit d624c8d.
    
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    marcelklehr authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    95006d2 View commit details
    Browse the repository at this point in the history
  11. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    122cb80 View commit details
    Browse the repository at this point in the history