-
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
[Vis Editor] Fix fields filtering in top hit agg #56367
Conversation
# Conflicts: # src/legacy/core_plugins/vis_default_editor/public/components/agg_params_helper.test.ts # src/legacy/ui/public/agg_types/metrics/top_hit.ts # src/legacy/ui/public/agg_types/param_types/field.ts
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.
LGTM, tested and works. @maryia-lapata please have a second look, I'm not super familiar with that area of the code :)
@elasticmachine merge upstream |
@sulemanof In some case it happens that |
Pinging @elastic/kibana-app (Team:KibanaApp) |
Hey @maryia-lapata |
This makes sense to me, but I'd like @ppisljar to confirm too. Also wanted to note there are a few places in this PR which will conflict with #56353, which I expect to merge any time now (waiting on one last LGTM). |
# Conflicts: # src/legacy/core_plugins/data/public/search/aggs/metrics/metric_agg_type.ts # src/legacy/core_plugins/data/public/search/aggs/param_types/field.test.ts # src/legacy/core_plugins/data/public/search/aggs/param_types/field.ts # src/legacy/core_plugins/vis_default_editor/public/components/agg_params_helper.test.ts # src/legacy/core_plugins/vis_default_editor/public/components/agg_params_helper.ts
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
# Conflicts: # src/legacy/core_plugins/vis_default_editor/public/components/agg_params_helper.test.ts
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Fix top hit agg * Add unit tests * Fix fields filtering in table vis * Resolve merge conflicts Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Summary
Is a part of #54460 . Fix is only acceptable for
master
&7.x
.Fix field types filtering in
Sort on
param inside theTop Hit
aggregation.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers