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

Move SearchBar back to data plugin. #42449

Conversation

lizozom
Copy link
Contributor

@lizozom lizozom commented Aug 1, 2019

Summary

Reverts some of the changes in #41636
Move SearchBar back to data plugin.
Also restored an empty service for Saved Queries to use.

Checklist

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

For maintainers

Restored an empty service for Saved Queries to use
@lizozom lizozom added Feature:New Platform v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.4.0 :AppArch labels Aug 1, 2019
@lizozom lizozom requested review from Bargs, TinaHeiligers and a team August 1, 2019 15:52
@lizozom lizozom self-assigned this Aug 1, 2019
@lizozom lizozom mentioned this pull request Aug 1, 2019
27 tasks
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@@ -23,7 +23,7 @@ import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui';
import { I18nProvider } from '@kbn/i18n/react';
import { TopNavMenuData } from './top_nav_menu_data';
import { TopNavMenuItem } from './top_nav_menu_item';
import { SearchBar, SearchBarProps } from '../search_bar';
import { SearchBar, SearchBarProps } from '../../../../core_plugins/data/public';
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we expose the UI component via the search service, or is the best practice to statically import like this now? Asking mainly so I know what to do in our saved query PR.

Copy link
Contributor

@Bargs Bargs left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@TinaHeiligers TinaHeiligers left a comment

Choose a reason for hiding this comment

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

Tested in Chrome.
LGTM

@Bargs Bargs merged commit 1b465de into elastic:master Aug 1, 2019
@Bargs
Copy link
Contributor

Bargs commented Aug 1, 2019

@lizozom I went ahead and merged since tests passed and it looked good to us. Thanks for submitting this, now we are unblocked :) I tried to backport for you but there were some conflicts that I wasn't sure how best to resolve, so I will leave that to you.

lizozom pushed a commit to lizozom/kibana that referenced this pull request Aug 1, 2019
Restored an empty service for Saved Queries to use
lizozom pushed a commit that referenced this pull request Aug 2, 2019
Restored an empty service for Saved Queries to use
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:New Platform release_note:skip Skip the PR/issue when compiling release notes v7.4.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants