Conversation
|
@stratoula I went through all the changes and it looks fine to me. |
|
Pinging @elastic/uptime (Team:uptime) |
|
@elastic/security-solution can you help me with these test failures? I don't get why they started failing today after I merged with main. I don't see how they are relevant with my changes but maybe I am wrong, I would appreciate some help here! Thanx |
|
@stratoula Checking the CI for the security solution failure, it looks like you updated this in some places where it shouldn't be updated because it's saved objects running through migration: I think it's x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts and x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts |
|
aaah thanx @flash1293, I think you are right! Reverted ❤️ |
pgayvallet
left a comment
There was a problem hiding this comment.
Changes to SO types LGTM
patrykkopycinski
left a comment
There was a problem hiding this comment.
Asset management LGTM
x-pack/plugins/lens/server/embeddable/make_lens_embeddable_factory.ts
Outdated
Show resolved
Hide resolved
jonathan-buttner
left a comment
There was a problem hiding this comment.
Cases changes look good.
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |

Summary
Closes #137723
This PR does the following things:
Note1: I havent renamed css classes or data subjects. We could do it on a followup PR
Note2: If you have SOs with the text based language will fail because this PR also changes the id of this datasource. This is ok as we are introducing text based languages in Lens on this minor.
Note 3: This PR introduces a migration script.
How to test
The functional tests run successfully which is a great indicator that everything works as expected but I would appreciate a manual testing to ensure that everything works fine.