[Unified Search] Move autocomplete logic to unified search plugin#129977
[Unified Search] Move autocomplete logic to unified search plugin#129977nlatipov merged 28 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
azasypkin
left a comment
There was a problem hiding this comment.
Changes in expectedExposedConfigKeys LGTM (from security perspective).
|
@elasticmachine merge upstream |
|
merge conflict between base and head |
…lete-to-unified-search
|
@banderror thanks for your review, attentiveness and comment regarding the tests. We will also take into account your recommendations in other PRs. |
|
@elasticmachine merge upstream |
ashokaditya
left a comment
There was a problem hiding this comment.
plugins/security_solution changes look good.
…lete-to-unified-search
…lete-to-unified-search
|
@pzl, @elastic/infra-monitoring-ui, @elastic/security-threat-hunting-investigations we need your 👀 here. Please review |
michaelolo24
left a comment
There was a problem hiding this comment.
Threat Hunting Investigations changes LGTM! Thanks for doing this work
jasonrhodes
left a comment
There was a problem hiding this comment.
LGTM! (I hate when prettier just decides to reorder imports while you're doing other things lol)
…lete-to-unified-search
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
expected head sha didn’t match current head ref. |
💛 Build succeeded, but was flakyTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Any counts in public APIs
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled line counts
References to deprecated APIs
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @nlatipov |
…astic#129977) * feat: move autocomplete logic from data plugin to unified search * minor fix after comments * updated Documentation: data.autocomplete -> unifiedSearch.autocomplete * changed renameFromRoot order for autocomplete * removed extra renameFromRoot in config deprecations, updated test * added configPath for unified search plugin * Update kibana.json * updated path to autocomplete * fix conflict * fix conflict * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' * fix Linting * fix functional_with_es_ssl test
Closes: #128383
Summary
Motivation:
After PR #127651 is merged, next step is move the autocomplete folder to the unified_search plugin. No extra functionality is going to be added (or cleanups or improvements).
What was done:
data/plugin/autocompletefolder was moved intounified_search;data/plugin/server/autocompletefolder was moved intounified_search;Data Pluginruntime contract toUnifiedSearch PluginStaticandRuntimeimports were updateddata/server/config_deprecations.tsfile was moved intounified_search/serverand added renameFromRoot for autocomplete;Data pluginserver toUnifiedSearchserver folder