-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Observability AI Assistant Tests Deployment Agnostic #205194
Merged
arturoliduena
merged 24 commits into
elastic:main
from
arturoliduena:obs-ai-assistant-192718-deployment-agnostic-api-integration-tests
Jan 13, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
dad637d
Add ObservabilityAIAssistantApi Client deployment agnostic
arturoliduena 1c77894
Migrating existing conversations.spec.ts test to to deployment-agnost…
arturoliduena 0d9f182
Add CODEOWNERS entry for deployment-agnostic AI Assistant API tests
arturoliduena 57c0ab9
remove duplicated conversations.spec.ts tests between stateful and se…
arturoliduena 0eb1222
Migrating existing connectors.spec.ts test to deployment-agnostic test
arturoliduena cc9781f
Migrating existing chat.spec.ts test to deployment-agnostic test
arturoliduena 0d2acba
Add unauthorized user role handling and migrate conversations tests t…
arturoliduena 47d906b
Add unauthorized user role handling and migrate connectors tests to d…
arturoliduena dce28fe
Add security role checks for AI assistant chat API and remove legacy …
arturoliduena f4d5975
Add complete.spec.ts to AI assistant API integration deployment diagn…
arturoliduena 6514edf
Migrating existing alerts.spec.ts test to deployment-agnostic test
arturoliduena cd3ecf1
Add skipMKI tag to alerts function deployment-agnostic test
arturoliduena c105e67
Migrating existing elasticsearch.spec.ts test to deployment-agnostic …
arturoliduena 3a0f3dc
Add skipMKI tag to elasticsearch.spec.ts function deployment-agnostic…
arturoliduena 6026828
Migrating existing public_complete.spec.ts test to deployment-agnosti…
arturoliduena c672e60
Refactor ai_assistant tests to use viewer role instead of unauthorize…
arturoliduena 1a11519
Migrating existing knowledge_base tests to deployment-agnostic
arturoliduena 459165b
Migrating existing knowledge_base_user_instructions tests to deployme…
arturoliduena 008da3c
Updated skipMKI to failsOnMKI to make it clear that tests are skipped…
arturoliduena c70aca7
Remove duplicated helper functions and clean up test files
arturoliduena 0009746
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine 5906748
Refactor knowledge_base_user_instructions tests to use interceptPromi…
arturoliduena d6b0484
delete publicApi from ObservabilityAIAssistantApiProvider
arturoliduena d2028d2
Update x-pack/test/api_integration/deployment_agnostic/apis/observabi…
arturoliduena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look related to your change but Github complains about errors in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's valid on main which is odd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing that out, @sorenlouv. I checked, and the file is now valid in this branch as well. It might have been a temporary issue or something resolved during recent changes(I did a rebase recently).