-
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
[FieldFormatters] Remove aggs format decorator from fieldFormats.deserialize()
#106755
Conversation
fieldFormats.deserialize()
Pinging @elastic/kibana-app-services (Team:AppServices) |
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 lgtm, but I'm pretty new to aggs. do you want to get the opinion of someone with more aggs experience?
@mattkime I think this one is pretty safe because the plan was laid out by @lukeelmers and I followed it 90% 🙏 #71967 @ppisljar, but could you please take another look for a piece of mind? |
This change will also help to fix #106839 |
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. didn't test it out
…-deps-on-aggs # Conflicts: # src/plugins/data/public/public.api.md
…-deps-on-aggs # Conflicts: # src/plugins/data/common/field_formats/field_formats_registry.ts
💚 Build SucceededMetrics [docs]Module Count
Page load bundle
History
To update your PR or re-run it, just comment with: |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…erialize()` (#106755) (#107031) Co-authored-by: Anton Dosov <[email protected]>
Summary
Remove dependency field formatters dependency on aggs, this will hopefully allow moving field formatters from
data
pluginand help tackle #104367
Closes #71967 (see issue description for more implementation details):
hidden: true
.Checklist