-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
decouple agg configs from vis #21827
decouple agg configs from vis #21827
Conversation
💔 Build Failed |
b8414c8
to
2613035
Compare
💔 Build Failed |
💔 Build Failed |
c1625bf
to
a181260
Compare
💔 Build Failed |
a181260
to
19a5fd0
Compare
💔 Build Failed |
💚 Build Succeeded |
retest |
💔 Build Failed |
x-pack tests failled to start, other completed ok |
retest |
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. Tested on few visualization. Approved the merge after few successful build
💔 Build Failed |
x-pack tests still don't start, other passed agian jenkins, test this |
💚 Build Succeeded |
36000e0
to
a1b87bf
Compare
retest |
💔 Build Failed |
a1b87bf
to
4f02bf0
Compare
💚 Build Succeeded |
💔 Build Failed |
jenkins, test this |
💔 Build Failed |
jenkins, test this |
💔 Build Failed |
} | ||
return value === 'number'; | ||
}, | ||
filterFieldTypes: '*', |
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.
This change looks like top_hit is now different. Before, you could only see number fields if the vis wasn't a table or a metric.
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.
addressed in #22756
retest |
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
removes vis dependency from AggConfigs, AggConfig and AggTypes
The above classes are used to construct elasticsearch requests and should not have any dependency on the visualization.
preparation for #19813
this also resolves #22879
QA: No functionality has changed