-
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
visualizations plugin np_ready #59149
visualizations plugin np_ready #59149
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@elasticmachine merge upstream |
import { Vis, VisParams } from '../types'; | ||
import { IAggConfig, isDateHistogramBucketAggConfig, setBounds } from '../../../../../data/public'; |
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.
setBounds is not static
, but I decided to leave it as, because it is properly addressed by #58805
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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.
KibanaAppCodeOwnerFiles changes LGTM, didn't test.
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/transform changes LGTM.
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 #44121
Minor remaining clean-ups before cutting of
The only dependency for cut off is #42639
In this pr:
Remove
legacy_imports
andlegacy_mocks
:SavedSearch
interfaces. This is needed to make surevisualizations
are at least importing from np discover instead of legacy discover.SetBounds
is exception and will be resolved by Clean up date histogram agg type. #58805. UsecreateAggConfig
from the contract and temporary import data plugin from legacy for this.defaultFeedbackMessage
into visualizationsChecklist
Delete any items that are not applicable to this PR.
For maintainers