[Entity Analytics] Integration tests: Kibana spaces support in Entity Store #194130
Merged
tiansivive merged 10 commits intoelastic:mainfrom Oct 8, 2024
Merged
[Entity Analytics] Integration tests: Kibana spaces support in Entity Store #194130tiansivive merged 10 commits intoelastic:mainfrom
tiansivive merged 10 commits intoelastic:mainfrom
Conversation
f361cdd to
5367f29
Compare
Contributor
|
Pinging @elastic/security-entity-analytics (Team:Entity Analytics) |
Contributor
Author
|
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
CAWilson94
reviewed
Oct 8, 2024
Contributor
CAWilson94
left a comment
There was a problem hiding this comment.
Looks good - just left one question.
|
|
||
| "entity_analytics:server:serverless": "npm run initialize-server:ea:trial_complete risk_engine serverless", | ||
| "entity_analytics:runner:serverless": "npm run run-tests:ea:trial_complete risk_engine serverless serverlessEnv", | ||
| "entity_analytics:runner:serverless": "npm run run-tests:ea:trial_complete risk_engine serverless serverlessEnv --", |
Contributor
There was a problem hiding this comment.
Is the -- at the end a leftover or are we good to keep it version control for general use?
Contributor
Author
There was a problem hiding this comment.
i guess we're keeping it 😅
hop-dev
approved these changes
Oct 8, 2024
Contributor
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11236479061 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 8, 2024
… Store (elastic#194130) ### Summary This PR adds integration tests for Kibana spaces support in the Entity Store --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit ca1d375)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
1 task
kibanamachine
added a commit
that referenced
this pull request
Oct 8, 2024
…Entity Store (#194130) (#195413) # Backport This will backport the following commits from `main` to `8.x`: - [[Entity Analytics] Integration tests: Kibana spaces support in Entity Store (#194130)](#194130) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tiago Vila Verde","email":"tiago.vilaverde@elastic.co"},"sourceCommit":{"committedDate":"2024-10-08T13:27:09Z","message":"[Entity Analytics] Integration tests: Kibana spaces support in Entity Store (#194130)\n\n### Summary\r\n\r\nThis PR adds integration tests for Kibana spaces support in the Entity\r\nStore\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"ca1d375348ef17721372612b408d9c31ac5d2494","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Team:Entity Analytics","v8.16.0"],"title":"[Entity Analytics] Integration tests: Kibana spaces support in Entity Store ","number":194130,"url":"https://github.com/elastic/kibana/pull/194130","mergeCommit":{"message":"[Entity Analytics] Integration tests: Kibana spaces support in Entity Store (#194130)\n\n### Summary\r\n\r\nThis PR adds integration tests for Kibana spaces support in the Entity\r\nStore\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"ca1d375348ef17721372612b408d9c31ac5d2494"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194130","number":194130,"mergeCommit":{"message":"[Entity Analytics] Integration tests: Kibana spaces support in Entity Store (#194130)\n\n### Summary\r\n\r\nThis PR adds integration tests for Kibana spaces support in the Entity\r\nStore\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"ca1d375348ef17721372612b408d9c31ac5d2494"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tiago Vila Verde <tiago.vilaverde@elastic.co>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds integration tests for Kibana spaces support in the Entity Store