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

[stable30] [TaskProcessing] Use taskprocessing in TextProcessing and STT managers #47633

Merged
merged 12 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
    17e48ee 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
    aa64204 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
    d2ec025 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
    f54eb30 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
    578e576 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
    64468b8 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
    b1dd7ff 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
    0bd839f 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
    77464a4 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
    133b396 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>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    nextcloud-command authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1979e8e View commit details
    Browse the repository at this point in the history
  12. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    nextcloud-command authored and julien-nc committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c8b1756 View commit details
    Browse the repository at this point in the history