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

shim visualizations plugin #50624

Merged
merged 10 commits into from
Nov 27, 2019
Merged

shim visualizations plugin #50624

merged 10 commits into from
Nov 27, 2019

Conversation

ppisljar
Copy link
Member

@ppisljar ppisljar commented Nov 14, 2019

Summary

updates visualizations plugin shim and moves most of relevant code inside it

closes #46707

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

Dev Docs

most of the relevant code has been moved to visualizations plugin.

before:

import { defaultFeedbackMessage } from 'ui/vis/default_feedback_message';
import { visFactory } from 'ui/vis/vis_factory';
import { Status } from 'ui/vis/update_status';
import { buildPipeline, buildVislibDimensions } from 'ui/visualize/loader/pipeline_helpers';
import { updateOldState } from 'ui/vis/vis_update_state';
import { VisType } from 'ui/vis/vis_types';
import { createFilter } from 'ui/vis/vis_filters';
import { Vis } from 'ui/vis/vis';

after:

import { defaultFeedbackMessage, visFactory, Status, buildPipeline, buildVislibDimensions, updateOldState, VisType, createFilter, Vis } from 'src/legacy/core_plugins/visualizations/public';

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

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

@ppisljar ppisljar marked this pull request as ready for review November 18, 2019 11:37
@ppisljar ppisljar requested a review from a team as a code owner November 18, 2019 11:37
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@ppisljar
Copy link
Member Author

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

💔 Build Failed

@ppisljar ppisljar force-pushed the vis/shim branch 2 times, most recently from 79ff296 to a6f4f03 Compare November 21, 2019 12:25
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

Copy link
Contributor

@cchaos cchaos left a comment

Choose a reason for hiding this comment

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

SASS files were just moved

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

createFormat,
} from '../../../legacy_imports';
// eslint-disable-next-line
import { SearchSourceContract } from '../../../../../../ui/public/courier/search_source/search_source';
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not import from ui/public?

Copy link
Member Author

Choose a reason for hiding this comment

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

to limit it to only this type ... else i was getting weird tests failiures

return {
createBaseVisualization: (config: any) => {
const vis = new BaseVisType(config);
registerVisualization(() => vis);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does the interface require a function?

Copy link
Member Author

Choose a reason for hiding this comment

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

its the leftover from VisType registry, needs to be cleaned up in followup

@@ -107,13 +107,13 @@ export default function({ getService, getPageObjects }: PluginFunctionalProvider
expect(await testSubjects.exists('headerGlobalNav')).to.be(true);
});

it('can navigate from NP apps to legacy apps', async () => {
it.skip('can navigate from NP apps to legacy apps', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

What happened to the tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

for some reason this tests are still breaking, skipping them for now and will try to address in a follow up

Copy link
Contributor

@lizozom lizozom left a comment

Choose a reason for hiding this comment

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

Reviewed and tested
Changes include:

  • Changing VisProviders to VisDefinitions
  • Changing registerVisualization to createBaseVisualization
  • Removal of remaining pushfilters code
  • Import updates and removing old dependencies
  • Introducing services (ui settings, types etc)
  • Skipping two functional tests

LGTM

@ppisljar ppisljar removed the request for review from lukeelmers November 27, 2019 06:07
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.

Code LGTM, from Kibana app perspective, tested locally in Chrome

@ppisljar ppisljar merged commit 0cc4060 into elastic:master Nov 27, 2019
ppisljar added a commit to ppisljar/kibana that referenced this pull request Nov 27, 2019
ppisljar added a commit that referenced this pull request Nov 28, 2019
jloleysens added a commit to jloleysens/kibana that referenced this pull request Nov 28, 2019
* upstream/7.x:
  Move saved queries service + language switcher ⇒ NP (elastic#51812) (elastic#51863)
  [Dependencies]: upgrade react to latest v16.12.0 (elastic#51145) (elastic#51868)
  Allow routes to define some payload config values (elastic#50783) (elastic#51864)
  [ML] Re-activate after method in transform test (elastic#51815) (elastic#51858)
  fixes pagination tests (elastic#51822) (elastic#51830)
  shim visualizations plugin (elastic#50624) (elastic#51801)
  [SIEM][Detection Engine] Change security model to use SIEM permissions (elastic#51848)
mbondyra added a commit to mbondyra/kibana that referenced this pull request Nov 28, 2019
…ra/kibana into IS-46410_remove-@kbn/ui-framework

* 'IS-46410_remove-@kbn/ui-framework' of github.com:mbondyra/kibana: (49 commits)
  [ML] Re-activate after method in transform test (elastic#51815)
  [SIEM] [Detection Engine] Add edit on rule creation (elastic#51670)
  De-angularize visLegend (elastic#50613)
  [SIEM][Detection Engine] Change security model to use SIEM permissions
  [Monitoring] Sass cleanup (elastic#51100)
  Move errors and validate index pattern ⇒ NP (elastic#51805)
  fixes pagination tests (elastic#51822)
  Split legacy plugin discovery, expose SavedObjects scopedClient, wrappers, repository (elastic#48882)
  [SIEM][Detection Engine] Adds ecs threat properties to rules (elastic#51782)
  [Lens] Remove client-side reference to server source code (elastic#51763)
  Fix infinite redirect loop when multiple cookies are sent (elastic#50452)
  fixes drag and drop in tests (elastic#51806)
  [Console] Proxy fallback (elastic#50185)
  Query String(Bar) Input - cleanup (elastic#51598)
  shim visualizations plugin (elastic#50624)
  Expressions service fixes: better error and loading states handling (elastic#51183)
  fixes url state tests (elastic#51746)
  fixes browser field tests (elastic#51738)
  [ML] Fix anomaly detection test suite (elastic#51712)
  [SIEM] Fix Timeline drag and drop behavior (elastic#51558)
  ...
timductive pushed a commit to timductive/kibana that referenced this pull request Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

visualizations plugin shimming
5 participants