-
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
[osquery] Migrate all usages of EuiPage*_Deprecated
#161420
Comments
Pinging @elastic/eui-team (EUI) |
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
The above is our boilerplate guidance for all teams across Kibana still using deprecated page templates, but I notice specifically for OSQuery that your usage is actually within your main If it makes any sense to do so, it might be worth investigating moving towards If it doesn't make sense to use the full template, no worries, a basic |
@cee-chen Thanks, I'll take care of this 👍 |
Hey @tomsonpl! It looks like osquery no longer has any deprecated usages remaining 🎉 Should I go ahead and close this issue out? |
@cee-chen Yeah sure, sorry I forgot about closing it, but it's done :) |
DONE :osquery: |
👋 Hello from your friendly neighborhood EUI team! It's been almost a year since EUI's new
EuiPageTemplate
came out (if you can believe it), which means we're about a month away from the old deprecated EUI page template components being permanently removed.Your team is being pinged in this issue because you have a usages of
EuiPageContent_Deprecated
in theosquery
plugin, which you are listed in a codeowner of:https://github.com/search?q=repo%3Aelastic%2Fkibana+%2FEuiPage%5Ba-zA-Z%5D%2B_Deprecated%2F+path%3A%2F%5Ex-pack%5C%2Fplugins%5C%2Fosquery%2F&type=code
How
[Feature] EuiPage and EuiPageTemplate Updates eui#5768
EuiPageTemplate_Deprecated
->EuiPageTemplate
EuiPageSideBar_Deprecated
->EuiPageSidebar
orEuiPageTemplate.Sidebar
EuiPageContent_Deprecated
->EuiPageSection
orEuiPageTemplate.Section
EuiPageContentBody_Deprecated
-> UseEuiPageSection
insteadEuiPageContentHeader_Deprecated
-> UseEuiPageHeader
insteadEuiPageContentHeaderSection_Deprecated
-> UseEuiPageHeader
insteadWhen
We'd really appreciate it if you could migrate your component usages over before or during August if possible.
If your team does not have the ability or bandwidth to perform this work by that time, please let us know. While we'd really appreciate as many teams as possible taking on this work so we're not having to touch hundreds of files by ourselves and in one go, the EUI team can potentially help you out - but we will need you to help QA that work and ensure your layouts look the same as before.
Thanks, and please feel free to reach out anytime with questions or help with migration!
The text was updated successfully, but these errors were encountered: