Move kuery_autocomplete ⇒ NP#56607
Conversation
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
There was a problem hiding this comment.
Code LGTM once green, but please consider naming issues.
@lukeelmers - lets get this decided!
@jasonrhodes - FYI
lukeelmers
left a comment
There was a problem hiding this comment.
Code LGTM pending comments on Liza's review -- my only question is whether we should also be calling the directory data_enhanced instead of just data. Pretty much every other plugin has a directory name matching its plugin name/ID, so IMO developers would expect this to live in data_enhanced.
lizozom
left a comment
There was a problem hiding this comment.
Added one more comment about plugin naming, but overall LGTM
| */ | ||
| import { PluginInitializer } from 'kibana/public'; | ||
| import { | ||
| DataEnhancedPublicPlugin as Plugin, |
There was a problem hiding this comment.
No need to add Public to everything anymore
DataEnhancedPlugin is the way to go.
FYI #55281 was merged, generating all the right shapes, for refernce.
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Move kuery_autocomplete ⇒ NP Closes: elastic#51277 * fix i18n keys * update translations * data_xpack -> data_enhanced * data -> data_enhanced * fix i18nrc * fix PR comments
* master: (42 commits) Move kuery_autocomplete ⇒ NP (elastic#56607) [ML] Functional tests - stabilize job row and analytics result view assertions (elastic#56595) [Discover] Inline angular directives only used in this plugin (elastic#56119) [Discover] Migrate get_sort.js test from mocha to TypeScript (elastic#56011) [SIEM] Enable flow_target_select_connected unit tests (elastic#55618) Start consuming np logging config (elastic#56480) [SIEM] Add eslint-plugin-react-perf (elastic#55960) Mention changed SAML ACS endpoint URL in breaking changes doc. (elastic#56613) Add `getServerInfo` API to http setup contract (elastic#56636) Updates Monitoring alert Jest snapshots Kibana property config migrations (elastic#55937) Vislib replacement toggle (elastic#56439) [Uptime] Add unit tests for QueryContext time calculation (elastic#56671) [SIEM][Detection Engine] Critical blocker, fixes pre-packaged rule miscounts Upgrade EUI to v18.3.0 (elastic#56228) [Maps] Fix server log (elastic#56679) [SIEM] Fixes FTUE when APM node is present (elastic#56574) [Reporting/FieldFormats] expose `setFieldFormats` and call from ReportingPlugin.start (elastic#56563) Update EMS API urls for production (elastic#56657) Ability to delete alerts even when AAD is out of sync (elastic#56543) ...
* Move kuery_autocomplete ⇒ NP Closes: #51277 * fix i18n keys * update translations * data_xpack -> data_enhanced * data -> data_enhanced * fix i18nrc * fix PR comments Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Closes: #51277
Summary
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers