-
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
Move ui/field_formats to src/plugins/data #44883
Conversation
*/ | ||
|
||
// @ts-ignore | ||
export * from '../../../../../legacy/core_plugins/kibana/common/utils/as_pretty_string'; |
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.
temporary reference. as_pretty_string will be moved to this file in a sepate PR.
*/ | ||
|
||
// @ts-ignore | ||
export { getHighlightHtml } from '../../../../../legacy/core_plugins/kibana/common/highlight'; |
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.
temporary reference. getHighlightHtml will be moved to this file in a sepate PR.
Not sure if this is a timely question, but why are we putting this into data? |
💔 Build Failed |
37bf735
to
a895070
Compare
Could you please comment it. |
a895070
to
3247ddb
Compare
💚 Build Succeeded |
@elastic/ml-ui can you please take a look? |
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 edit LGTM
💚 Build Succeeded |
💚 Build Succeeded |
lets wait with this (Alex is on vacation) we need to spend some more time thinking about what exactly to do with field_formats |
💚 Build Succeeded |
💚 Build Succeeded |
@ppisljar While Alex is on vacation I'm able to lead the PR and take a part of thinking if you've some proposals. |
|
we are moving it into data plugin, as at the moment it seems to be only consumed from there. as part of the move we should also: (not all need to be in this PR, we should rather break it down)
|
2caa39e
to
dda9f0b
Compare
dda9f0b
to
a582d36
Compare
💔 Build Failed |
💚 Build Succeeded |
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.
code LGTM
Summary
Part of #43439 Moving src/legacy/ui/field_formats/ to src/plugins/data
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers