-
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 search bar into data plugin #35389
Move search bar into data plugin #35389
Conversation
Pinging @elastic/kibana-app-arch |
ac66029
to
2be188f
Compare
💔 Build Failed |
💔 Build Failed |
…plugin/search-bar
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
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.
Overall looks great! Thanks for separating this out into its own PR, makes things much easier :) Added a couple thoughts.
One thing I'm thinking is, if we are actually moving ui/search_bar
in this PR, we should probably add developer documentation for that. I've started this here -- would you mind updating it for any subsequent PRs that remove directories like this?
src/legacy/core_plugins/data/public/index_patterns/index_patterns_service.ts
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/data/public/search_bar/search_bar_service.ts
Outdated
Show resolved
Hide resolved
…plugin/search-bar
…newplatform/data-plugin/search-bar
💔 Build Failed |
retest |
💚 Build Succeeded |
💔 Build Failed |
💔 Build Failed |
…plugin/search-bar
💔 Build Failed |
…plugin/search-bar
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
* Moved filter bar to data plugin (still not working) * Moved filter options from search bar into filter bar
Summary
Moved search bar to data plugin.
Incl. moving FilterOptions to the filter component
FilterOptions:
This is split from #35300
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] This was checked for keyboard-only and screenreader accessibility