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

[Obs AI Assistant] Add uuid to knowledge base entries to avoid overwriting accidentally #191043

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    e627b85 View commit details
    Browse the repository at this point in the history
  2. Fix issues

    sorenlouv committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ede9593 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix user instruction test

    sorenlouv committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4f5cb94 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    bafa18b View commit details
    Browse the repository at this point in the history
  2. Fix test

    sorenlouv committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    14854d2 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    sorenlouv committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f6b8303 View commit details
    Browse the repository at this point in the history
  4. Improve types

    sorenlouv committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f88d826 View commit details
    Browse the repository at this point in the history
  5. i18n

    sorenlouv committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f42f1ec View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Remove unused imports

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b718ae5 View commit details
    Browse the repository at this point in the history
  2. Re-add ShortIdTable

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    59a9362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51cb688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51495d2 View commit details
    Browse the repository at this point in the history
  5. Add test for shortIdTable

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5fdcc4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d470e39 View commit details
    Browse the repository at this point in the history
  7. Keep original id

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fb7370b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c63a8f9 View commit details
    Browse the repository at this point in the history
  9. Type fix

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a6d55ed View commit details
    Browse the repository at this point in the history
  10. Fix categorization bug

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b3f7d3a View commit details
    Browse the repository at this point in the history
  11. Revert changes to files

    sorenlouv committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b20bd1b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add functional test

    sorenlouv committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0f531e4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:elastic/kibana into add-uuid-to-kb-…

    …entries-to-avoid-overwriting
    sorenlouv committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    63b171d View commit details
    Browse the repository at this point in the history
  3. i18n

    sorenlouv committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    08aa578 View commit details
    Browse the repository at this point in the history
  4. Revert tsconfig changes

    sorenlouv committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ad425be View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of github.com:elastic/kibana into add-uuid-to-kb-…

    …entries-to-avoid-overwriting
    sorenlouv committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6da17f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90b5484 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    923681c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fix tsc and jest

    sorenlouv committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    03e8fe6 View commit details
    Browse the repository at this point in the history
  2. Improve functional test

    sorenlouv committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9b2cf9b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    5ea4ac2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    91c84d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge branch 'main' of github.com:elastic/kibana into add-uuid-to-kb-…

    …entries-to-avoid-overwriting
    
    # Conflicts:
    #	x-pack/plugins/observability_solution/observability_ai_assistant/server/service/client/index.ts
    #	x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts
    #	x-pack/plugins/observability_solution/observability_ai_assistant/server/service/knowledge_base_service/index.ts
    sorenlouv committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b7d2f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge branch 'main' of github.com:elastic/kibana into add-uuid-to-kb-…

    …entries-to-avoid-overwriting
    
    # Conflicts:
    #	x-pack/plugins/observability_solution/observability_ai_assistant/server/service/client/index.ts
    #	x-pack/plugins/observability_solution/observability_ai_assistant/server/service/types.ts
    #	x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/get_system_message_from_instructions.ts
    sorenlouv committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1d6beef View commit details
    Browse the repository at this point in the history
  2. Fix tsc

    sorenlouv committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fc0a970 View commit details
    Browse the repository at this point in the history
  3. Fix serverless test

    sorenlouv committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0aaf657 View commit details
    Browse the repository at this point in the history