Skip to content
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

Merged
merged 6 commits into from
Mar 4, 2020

Conversation

Dosant
Copy link
Contributor

@Dosant Dosant commented Mar 3, 2020

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 and legacy_mocks:

  1. Follow up on [Discover] Move discover/saved_searches to Kibana platform #58476 by also moving related SavedSearch interfaces. This is needed to make sure visualizations are at least importing from np discover instead of legacy discover.
  2. Import static stuff from agg types directly. SetBounds is exception and will be resolved by Clean up date histogram agg type. #58805. Use createAggConfig from the contract and temporary import data plugin from legacy for this.
  3. Move static defaultFeedbackMessage into visualizations

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@Dosant Dosant added this to In progress in kibana-app-arch via automation Mar 3, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@Dosant Dosant changed the title [wip] visualizations plugin np_ready visualizations plugin np_ready Mar 3, 2020
@Dosant Dosant marked this pull request as ready for review March 3, 2020 19:45
@Dosant Dosant requested a review from a team March 3, 2020 19:45
@Dosant Dosant requested review from a team as code owners March 3, 2020 19:45
@Dosant
Copy link
Contributor Author

Dosant commented Mar 3, 2020

@elasticmachine merge upstream

import { Vis, VisParams } from '../types';
import { IAggConfig, isDateHistogramBucketAggConfig, setBounds } from '../../../../../data/public';
Copy link
Contributor Author

@Dosant Dosant Mar 3, 2020

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

@Dosant
Copy link
Contributor Author

Dosant commented Mar 4, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@kertal kertal left a 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.

Copy link
Contributor

@walterra walterra left a 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.

Copy link
Member

@ppisljar ppisljar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code LGTM

kibana-app-arch automation moved this from In progress to Review in progress Mar 4, 2020
@ppisljar ppisljar removed the request for review from lukeelmers March 4, 2020 10:29
@Dosant Dosant merged commit be43518 into elastic:master Mar 4, 2020
kibana-app-arch automation moved this from Review in progress to Done in current release Mar 4, 2020
Dosant added a commit to Dosant/kibana that referenced this pull request Mar 4, 2020
Dosant added a commit that referenced this pull request Mar 4, 2020
@lukeelmers lukeelmers moved this from Done in current release to Done in previous release in kibana-app-arch Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
kibana-app-arch
  
Done in previous release
Development

Successfully merging this pull request may close these issues.

None yet

6 participants