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

[stable27] fix: missing argument for TextProcessing Manager #39774

Closed
wants to merge 101 commits into from

Commits on Aug 9, 2023

  1. Initial work on lm OCP API

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 70d5bf7)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2e9dea2 View commit details
    Browse the repository at this point in the history
  2. LLM OCP API: Rework to use Task objects

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 01dd1a8)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    457f1eb View commit details
    Browse the repository at this point in the history
  3. LLM OCP API: Implement private backend code + add ILanguageModelTask

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 3413873)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d20ee42 View commit details
    Browse the repository at this point in the history
  4. LLM OCP API: Add db migration

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 6fc4cb6)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7031072 View commit details
    Browse the repository at this point in the history
  5. LLM OCP API: Add to RegistrationContext

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 82d3b00)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ed3672a View commit details
    Browse the repository at this point in the history
  6. Fix Copyright

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 9e9fc1d)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    33f3379 View commit details
    Browse the repository at this point in the history
  7. LLM OCP API: ADd topics and headline tasks

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 9d5717d)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5807c43 View commit details
    Browse the repository at this point in the history
  8. LLM OCP API: Implement ocs API

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    
    (cherry picked from commit 795b097)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    236c32b View commit details
    Browse the repository at this point in the history
  9. LLM OCP API: cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit b6941aa)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    76a5db8 View commit details
    Browse the repository at this point in the history
  10. LLM OCP API: Make linters happy

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit b8a9f08)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    01db2cf View commit details
    Browse the repository at this point in the history
  11. LLM OCP API: Fix type errors

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit b6a95e3)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dbd9420 View commit details
    Browse the repository at this point in the history
  12. LLM OCP API: Add @SInCE

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 9935034)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0024f0d View commit details
    Browse the repository at this point in the history
  13. LLM OCP API: Fix static analysis

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit fac83ce)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    02c78be View commit details
    Browse the repository at this point in the history
  14. LLM OCP API: cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 75d7af8)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    612af73 View commit details
    Browse the repository at this point in the history
  15. LLM OCP API: Fix coding style and psalm

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 72ea761)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dd7eafa View commit details
    Browse the repository at this point in the history
  16. Update lib/public/LanguageModel/ITopicsProvider.php

    Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 249dd5c)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6320c68 View commit details
    Browse the repository at this point in the history
  17. LLM OCP API: Add task definitions

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit fb4de16)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ecda18b View commit details
    Browse the repository at this point in the history
  18. LLM OCP API: Commit autoloaders

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 5bc6180)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1ac86d2 View commit details
    Browse the repository at this point in the history
  19. Update lib/public/AppFramework/Bootstrap/IRegistrationContext.php

    Co-authored-by: Daniel <mail@danielkesselberg.de>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit fb55afc)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4e3ca11 View commit details
    Browse the repository at this point in the history
  20. Apply suggestions from code review

    Co-authored-by: Daniel <mail@danielkesselberg.de>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 8e4aa92)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4405027 View commit details
    Browse the repository at this point in the history
  21. LLM OCP API: Type shenanigans for Visitor pattern

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 906e9b7)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c8bbe8f View commit details
    Browse the repository at this point in the history
  22. LLM OCP API: strict types and copyright

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 83db23e)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ddeaaea View commit details
    Browse the repository at this point in the history
  23. OCP: Introduce OCP\Common\Exception\NotFoundException

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit a7cd6bf)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d203e3a View commit details
    Browse the repository at this point in the history
  24. LLM OCP API: Use OCP\Common\Exception\NotFoundException

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit b00a9a6)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fb9262e View commit details
    Browse the repository at this point in the history
  25. LLM OCP API: Fix copyright

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 94fcf88)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e90dd4a View commit details
    Browse the repository at this point in the history
  26. cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 1d3661d)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    44ce285 View commit details
    Browse the repository at this point in the history
  27. Add tasks::last_updated column and vacate tasks after a week

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit cb0f918)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    91325ef View commit details
    Browse the repository at this point in the history
  28. TaskMapper#update: Use time factory

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 1623ad9)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2234497 View commit details
    Browse the repository at this point in the history
  29. ILanguageModelManager: Add docblock description

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 0a94525)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    970d688 View commit details
    Browse the repository at this point in the history
  30. ILanguageModelTask: Use php type checking along with psalm parameteri…

    …zed types
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 27e1c86)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c1085bf View commit details
    Browse the repository at this point in the history
  31. Add preliminary tests

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit ebc7631)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a462750 View commit details
    Browse the repository at this point in the history
  32. Fix tests

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 20cb993)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d21f7bf View commit details
    Browse the repository at this point in the history
  33. Make tests pass

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 66c0e6b)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e717959 View commit details
    Browse the repository at this point in the history
  34. Add test for task cleanup

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit c568c4a)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    09a8541 View commit details
    Browse the repository at this point in the history
  35. Fix LanguageModelManager#runTask: Insert task into db if it doesn't e…

    …xist
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 1747068)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8197403 View commit details
    Browse the repository at this point in the history
  36. cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit fb657bf)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4447d59 View commit details
    Browse the repository at this point in the history
  37. Apply suggestions from code review

    Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 5b77246)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    97a4a06 View commit details
    Browse the repository at this point in the history
  38. LLM OCP API: Add identifier param

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit f6f8cb4)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ffedceb View commit details
    Browse the repository at this point in the history
  39. LLM OCP API: Fix psalm error

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 62b19e0)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8f0618d View commit details
    Browse the repository at this point in the history
  40. LLM OCP API: Fix security issue

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit f7e1e79)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    445b72a View commit details
    Browse the repository at this point in the history
  41. LLM OCP API: Fix psam errors

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit d6d4e0f)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7320011 View commit details
    Browse the repository at this point in the history
  42. LLM OCP API: Fix psam error

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 0a0e812)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d9f2aaf View commit details
    Browse the repository at this point in the history
  43. LLM OCS API: s/tasks/tasktypes/

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit d33b7a8)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8567315 View commit details
    Browse the repository at this point in the history
  44. LLM OCS API: Add OpenAPI docs

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 61b9b4f)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e312b2b View commit details
    Browse the repository at this point in the history
  45. Apply suggestions from code review

    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 95d2bd5)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    22a93bf View commit details
    Browse the repository at this point in the history
  46. Update lib/public/LanguageModel/ILanguageModelProvider.php

    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit ba950f7)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7a423e4 View commit details
    Browse the repository at this point in the history
  47. Update lib/public/LanguageModel/Events/TaskFailedEvent.php

    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit bad124c)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9a36bb4 View commit details
    Browse the repository at this point in the history
  48. LLM Migration: Return null if nothing changed

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 0909657)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b0cb5a4 View commit details
    Browse the repository at this point in the history
  49. LLM OCP API: Add missing copyright and strict types

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit a28d8fa)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3350811 View commit details
    Browse the repository at this point in the history
  50. LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit d56286b)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    70e65ff View commit details
    Browse the repository at this point in the history
  51. LLM OCP API: Simplify LanguageModelManager#canHandleTask

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 9455227)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    39bc710 View commit details
    Browse the repository at this point in the history
  52. LLM OCP API: Don't lose trace of wrapped exceptions

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 05fcf31)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ddb2726 View commit details
    Browse the repository at this point in the history
  53. LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRuns

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit e810a8b)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4ce77b9 View commit details
    Browse the repository at this point in the history
  54. LLM OCP API: Simplify TaskBackgroundJob#run catch block

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 9ccc65d)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d578974 View commit details
    Browse the repository at this point in the history
  55. OCP\Common\NotFoundException: Add param type

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 3974953)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    413a4f6 View commit details
    Browse the repository at this point in the history
  56. LLM OCP API: Avoid using OC in OCP

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 8f1a4f4)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5e86054 View commit details
    Browse the repository at this point in the history
  57. LLM OCP API: Fix psalm issues

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit de1cfaa)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    17351b6 View commit details
    Browse the repository at this point in the history
  58. LLM OCP API: Fix OpenApi docs

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit ea4dc4c)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    39d59a1 View commit details
    Browse the repository at this point in the history
  59. LLM OCP API: Improve scheduleTask docblock

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 9f405a1)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    15f08a7 View commit details
    Browse the repository at this point in the history
  60. LLM OCP API: Change Tests to use EventDispatcher mock

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit bf2dcd6)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6b2687e View commit details
    Browse the repository at this point in the history
  61. cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit a4578cd)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a39e3c9 View commit details
    Browse the repository at this point in the history
  62. LanguageModelApiController: Use jsonSerialize method to help psalm

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 49ea56b)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1ad0a29 View commit details
    Browse the repository at this point in the history
  63. Since 27.1.0

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 069962d)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8acb1dc View commit details
    Browse the repository at this point in the history
  64. Update core/Controller/LanguageModelApiController.php

    Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit b7c3b50)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fbd178a View commit details
    Browse the repository at this point in the history
  65. Fix openapi docs

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 48c8206)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6f5119c View commit details
    Browse the repository at this point in the history
  66. Update core/Controller/LanguageModelApiController.php

    Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit d430cbb)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5d975b9 View commit details
    Browse the repository at this point in the history
  67. Update core/Controller/LanguageModelApiController.php

    Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit bd45c43)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    696a45d View commit details
    Browse the repository at this point in the history
  68. Massive refactoring: Turn LanguageModel OCP API into TextProcessing API

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    
    (cherry picked from commit ffe27ce)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cf2c42a View commit details
    Browse the repository at this point in the history
  69. Fix psalm errors

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 95d2d3a)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d8c44da View commit details
    Browse the repository at this point in the history
  70. Fix psalm errors

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit df1cf18)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    87ac995 View commit details
    Browse the repository at this point in the history
  71. Apply suggestions from code review

    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 590eefe)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    322bb97 View commit details
    Browse the repository at this point in the history
  72. Update autoloaders

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit add5962)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4118baa View commit details
    Browse the repository at this point in the history
  73. cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 2811932)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2d296ce View commit details
    Browse the repository at this point in the history
  74. Fix psalm errors

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit d63c122)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    96ec6ff View commit details
    Browse the repository at this point in the history
  75. Remove Task::factory method

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 7389567)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    00e3fb1 View commit details
    Browse the repository at this point in the history
  76. Fix tests: Adjust constructor signature

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit fd0fd97)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cac5171 View commit details
    Browse the repository at this point in the history
  77. Fix tests: Adjust constructor signature

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 6d568b0)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ad645c9 View commit details
    Browse the repository at this point in the history
  78. First pass at ai admin settings

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit fc9780a)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cc5818f View commit details
    Browse the repository at this point in the history
  79. AI Admin settings: Implement mt settings, stt settings and tp settings

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 4e33d04)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    43926a2 View commit details
    Browse the repository at this point in the history
  80. fix(TextProcessing): Inject L10N\IFactory instead of IL10N

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 8ec1926)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d4b2012 View commit details
    Browse the repository at this point in the history
  81. AI admin settings: Add save mechanism

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit a840e8c)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    674fd35 View commit details
    Browse the repository at this point in the history
  82. AI admin settings: Use config values in AI feature managers

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 2a3ef10)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7fd0b1b View commit details
    Browse the repository at this point in the history
  83. AI admin settings: Add a draggable icon in UI for translation provide…

    …r precedence
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 2d29413)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    850a92e View commit details
    Browse the repository at this point in the history
  84. AI admin settings: Update composer autoloaders

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit aa74d6f)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    40d4da1 View commit details
    Browse the repository at this point in the history
  85. AI admin settings: strict_types

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit f72f3f7)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6c8c047 View commit details
    Browse the repository at this point in the history
  86. AI admin settings: cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 4ec150c)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    832e0d3 View commit details
    Browse the repository at this point in the history
  87. AI admin settings: lint:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    
    (cherry picked from commit 112268a)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8507112 View commit details
    Browse the repository at this point in the history
  88. AI admin settings: lint:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit a193458)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9e6a864 View commit details
    Browse the repository at this point in the history
  89. AI admin settings: lint:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit be7487b)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4b97ec7 View commit details
    Browse the repository at this point in the history
  90. Migration: Drop llm_tasks table and add textprocessing_tasks

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit ad3f353)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    50adc8c View commit details
    Browse the repository at this point in the history
  91. Fix typo

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit a0eaed0)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f4160e0 View commit details
    Browse the repository at this point in the history
  92. Update apps/settings/src/components/AdminAI.vue

    Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 3ca4428)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d13ceb3 View commit details
    Browse the repository at this point in the history
  93. Update apps/settings/src/components/AdminAI.vue

    Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit ff39466)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dbcfef1 View commit details
    Browse the repository at this point in the history
  94. Admin AI settings: Improve a11y of machine translation precendence

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 830692c)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3d9a588 View commit details
    Browse the repository at this point in the history
  95. Admin AI settings: Use ContainerInterface instead of IServerContainer

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    (cherry picked from commit 7adb2ce)
    marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8dee7d0 View commit details
    Browse the repository at this point in the history
  96. move long click handlers into methods

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    (cherry picked from commit 5776406)
    julien-nc authored and marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    52a1748 View commit details
    Browse the repository at this point in the history
  97. use DB type constants

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    (cherry picked from commit 601679b)
    julien-nc authored and marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f95cf63 View commit details
    Browse the repository at this point in the history
  98. polish AI admin settings UI

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    (cherry picked from commit 0ace67c)
    julien-nc authored and marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    67fa798 View commit details
    Browse the repository at this point in the history
  99. fix wrong NcSelect event in AI admin settings

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    (cherry picked from commit a877865)
    julien-nc authored and marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0029171 View commit details
    Browse the repository at this point in the history
  100. fix composer autoload files

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    (cherry picked from commit 8d6a6e5)
    julien-nc authored and marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2d9a064 View commit details
    Browse the repository at this point in the history
  101. fix: missing argument for TextProcessing Manager

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and marcelklehr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4bae251 View commit details
    Browse the repository at this point in the history