-
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
move visualizations plugin to new platform #60403
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
5565f6c
to
ab81927
Compare
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.
Sass changes are just file moves. Didn't test functionality.
db229ab
to
ece6ccf
Compare
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.
legacy maps changes lgtm w/ green CI!
- code review
- tested locally in chrome
# Conflicts: # src/legacy/core_plugins/vis_type_metric/public/components/metric_vis_component.test.tsx # src/legacy/core_plugins/vis_type_metric/public/components/metric_vis_component.tsx # src/legacy/core_plugins/vis_type_metric/public/metric_vis_type.test.ts # src/legacy/core_plugins/vis_type_tagcloud/public/services.ts # src/legacy/core_plugins/vis_type_vislib/public/legacy.ts # src/legacy/core_plugins/vis_type_vislib/public/legacy_imports.ts # src/plugins/visualizations/public/embeddable/visualize_embeddable.ts # x-pack/legacy/plugins/lens/public/legacy_imports.ts # x-pack/legacy/plugins/lens/public/xy_visualization/xy_expression.tsx
I could confirm that this reproduces for me on master, so this is an issue (wasn't caused by this PR) |
44b73bc
to
0da04d0
Compare
# Conflicts: # src/legacy/core_plugins/vis_type_vislib/public/legacy.ts # src/legacy/core_plugins/vis_type_vislib/public/plugin.ts
@elasticmachine merge upstream |
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.
Kibana app changes LGTM 👍
@@ -23,3 +23,5 @@ import { DataPublicPluginStart } from '../../../../plugins/data/public'; | |||
export const [getFormatService, setFormatService] = createGetterSetter< | |||
DataPublicPluginStart['fieldFormats'] | |||
>('data.fieldFormats'); | |||
|
|||
export { npStart } from 'ui/new_platform'; |
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.
Seems to be unused
@pgayvallet could this be related to #59291 or #59044 ? I cannot reproduce it locally, but @flash1293 is not only one who faced with that issue |
0a6fe0d
to
5ed93d4
Compare
# Conflicts: # src/legacy/ui/public/new_platform/__mocks__/helpers.ts # src/legacy/ui/public/new_platform/new_platform.ts # x-pack/legacy/plugins/canvas/canvas_plugin_src/expression_types/embeddable_types.ts
# Conflicts: # src/legacy/ui/public/new_platform/new_platform.karma_mock.js
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Summary
Moves
visualizations
plugin over to new platform