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

AI admin settings #39567

Merged
merged 24 commits into from
Aug 2, 2023
Merged

AI admin settings #39567

merged 24 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. First pass at ai admin settings

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fc9780a View commit details
    Browse the repository at this point in the history
  2. AI Admin settings: Implement mt settings, stt settings and tp settings

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4e33d04 View commit details
    Browse the repository at this point in the history
  3. fix(TextProcessing): Inject L10N\IFactory instead of IL10N

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8ec1926 View commit details
    Browse the repository at this point in the history
  4. AI admin settings: Add save mechanism

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a840e8c View commit details
    Browse the repository at this point in the history
  5. AI admin settings: Use config values in AI feature managers

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2a3ef10 View commit details
    Browse the repository at this point in the history
  6. AI admin settings: Add a draggable icon in UI for translation provide…

    …r precedence
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2d29413 View commit details
    Browse the repository at this point in the history
  7. AI admin settings: Update composer autoloaders

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aa74d6f View commit details
    Browse the repository at this point in the history
  8. AI admin settings: strict_types

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f72f3f7 View commit details
    Browse the repository at this point in the history
  9. AI admin settings: cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4ec150c View commit details
    Browse the repository at this point in the history
  10. AI admin settings: lint:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    112268a View commit details
    Browse the repository at this point in the history
  11. AI admin settings: lint:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a193458 View commit details
    Browse the repository at this point in the history
  12. AI admin settings: lint:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    be7487b View commit details
    Browse the repository at this point in the history
  13. Migration: Drop llm_tasks table and add textprocessing_tasks

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ad3f353 View commit details
    Browse the repository at this point in the history
  14. Fix typo

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a0eaed0 View commit details
    Browse the repository at this point in the history
  15. Update apps/settings/src/components/AdminAI.vue

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

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

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    830692c View commit details
    Browse the repository at this point in the history
  18. Admin AI settings: Use ContainerInterface instead of IServerContainer

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr authored and julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7adb2ce View commit details
    Browse the repository at this point in the history
  19. move long click handlers into methods

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5776406 View commit details
    Browse the repository at this point in the history
  20. use DB type constants

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    601679b View commit details
    Browse the repository at this point in the history
  21. polish AI admin settings UI

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0ace67c View commit details
    Browse the repository at this point in the history
  22. fix wrong NcSelect event in AI admin settings

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a877865 View commit details
    Browse the repository at this point in the history
  23. fix composer autoload files

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8d6a6e5 View commit details
    Browse the repository at this point in the history
  24. compile assets

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b13ca86 View commit details
    Browse the repository at this point in the history