-
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
Miscellaneous App / Arch items 👉 New Platform #51560
Comments
As far as I can tell, |
@lukeelmers Not sure whether this is the right place, but |
@jasonrhodes Thanks for the tip on @flash1293 I think @ppisljar had planned on moving that into the |
Part of #31968
So far, the bulk of the code we have focused on migrating to the new platform either lives as a plugin or as a
ui/public
module. However, there are a handful of pieces such as utilities and one-off server endpoints which will also need to be migrated.The purpose of this meta issue is to track these miscellaneous, "smaller" items that @elastic/kibana-app-arch will need to migrate to the new platform. This ensures we have a comprehensive list of everything we are aware of that needs to be reviewed.
src/legacy/ui/public
utils/
@lukeelmers @alexwizp [3]base_object
-> unused; delete [ui/public/utils] Delete unused base_object & find_by_param #51854case_conversion
-> used by management, status. copy to each. [ui/public/utils] Copy rarely used items to where they are consumed #52841cidr_mask
-> agg types [ui/public/utils] Move items into agg_types #51855-> tracked by app team in Kibana app migration: Move static code dependencies into kibana_legacy plugin #50670collection
date_range
-> agg types (and update import from pipeline helper) [ui/public/utils] Move items into agg_types #51855decode_geo_hash
-> ui/vis [ui/public/utils] Move items into ui/vis #51856diff_object
-> state management (or leave behind) [ui/public/utils] Copy rarely used items to where they are consumed #52841find_by_param
-> delete. unused. [ui/public/utils] Delete unused base_object & find_by_param #51854function
-> used by state management & watch multi directives. copy to each. [ui/public/utils] Copy rarely used items to where they are consumed #52841geo_utils
-> agg_types [ui/public/utils] Move items into agg_types #51855ip_range
-> agg_types & visualize loader. [ui/public/utils] Move items into agg_types #51855key_map
-> saved object finder directive. [ui/public/utils] Copy rarely used items to where they are consumed #52841legacy_class
-> leave behind. apps using it will need to migrate away or copy.math
-> vis editor config, vislib. copy to each. [ui/public/utils] Copy rarely used items to where they are consumed #52841migrate_legacy_query
-> app team handling in Kibana app migration: Move static code dependencies into kibana_legacy plugin #50670numeric
-> management [ui/public/utils] Copy rarely used items to where they are consumed #52841ordinal_suffix
-> agg_types [ui/public/utils] Move items into agg_types #51855parse_interval
-> tsvb & time_buckets. copy to data/common [ui/public/utils] Copy rarely used items to where they are consumed #52841query_string
-> kibana_utils/url, used by siem, ml, reporting, infra, state management [ui/utils/query_string]: Remove unused methods & migrate apps to querystring lib #56704range
-> default vis editor [ui/public/utils] Move items into ui/vis #51856simple_emitter
-> app team handling in Kibana app migration: Move static code dependencies into kibana_legacy plugin #50670sort_prefix_first
-> kuery autocomplete [ui/public/utils] Copy rarely used items to where they are consumed #52841string_utils
-> used in kibana management & SO loader. [ui/public/utils] Copy rarely used items to where they are consumed #52841subscribe_with_scope
-> leave behind, deprecatedsupports
-> tile map [ui/public/utils] Copy rarely used items to where they are consumed #52841zoom_to_precision
-> ui/vis/map [ui/public/utils] Move items into ui/vis #51856ui/indexed_array
ui/management
ui/filter_manager
ui/timefilter
ui/render_complete
ui/kbn_top_nav
ui/persisted_state
ui/registry
ui/state_management
ui/url
src/legacy/server
src/legacy/server/index_patterns
to data plugin (server) #44190 @alexwizpsrc/legacy/core_plugins
embeddable_api
-> delete Delete legacyembeddable_api
plugin #61545x-pack/legacy/plugins [3]
x-pack/plugins
Move kuery_autocomplete ⇒ NP #51277Other Tasks
fieldFormatServiceFactory
/ FieldFormats exposed on server Expose NP FieldFormats service to server side #54571 @alexwizptest/plugin_functional
Migrate test plugins ⇒ NP #51275 [3] @alexwizp[ ] [Breaking] Update IDs on plugins migrated to the new platform[Breaking] Update IDs on plugins migrated to the new platform #41931 No longer needed for App Arch pluginsBlocked items
These are items which are currently blocked by other work and may need to happen later in
7.x
The text was updated successfully, but these errors were encountered: