-
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
[SecuritySolutions][Lens][Embeddable] Use the correct Lens typeguard for the new embeddable #204189
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12391836168 |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Why was this not backported to 8.x? |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…for the new embeddable (elastic#204189) ## Summary Fixes elastic#180726 Use the new `isLensApi` helper in place of the previous system. Co-authored-by: Angela Chuang <[email protected]> (cherry picked from commit 9b0879c) # Conflicts: # x-pack/solutions/security/plugins/security_solution/public/app/actions/copy_to_clipboard/lens/copy_to_clipboard.ts # x-pack/solutions/security/plugins/security_solution/public/app/actions/filter/lens/create_action.ts # x-pack/solutions/security/plugins/security_solution/public/app/actions/utils.ts
…for the new embeddable (elastic#204189) ## Summary Fixes elastic#180726 Use the new `isLensApi` helper in place of the previous system. Co-authored-by: Angela Chuang <[email protected]>
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
5 similar comments
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
2 similar comments
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…for the new embeddable (elastic#204189) ## Summary Fixes elastic#180726 Use the new `isLensApi` helper in place of the previous system. Co-authored-by: Angela Chuang <[email protected]>
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
2 similar comments
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
Fixes #180726
Use the new
isLensApi
helper in place of the previous system.