-
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
[Lens] Rename datasources #142553
[Lens] Rename datasources #142553
Conversation
@stratoula I went through all the changes and it looks fine to me. |
Pinging @elastic/uptime (Team:uptime) |
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.
ML changes LGTM
@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 ❤️ |
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.
Changes to SO types LGTM
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.
Asset management LGTM
x-pack/plugins/lens/server/embeddable/make_lens_embeddable_factory.ts
Outdated
Show resolved
Hide resolved
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.
infra
plugin changes LGTM
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.
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.