You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the Deprecations service/domain (src/core/server/deprecations) to packages.
Depends on:
http
saved_objects (route handler context, for the scoped client)
elasticsearch (route handler context, for the scoped client)
New packages:
@kbn/core-deprecations-common (public types shared between server & browser) @kbn/core-deprecations-server @kbn/core-deprecations-server-internal @kbn/core-deprecations-server-mocks
?? @kbn/core-deprecations-common-internal (Only needed if we need to share internal implementations between browser and server)
TinaHeiligers
changed the title
Migrate types to packages: Server-side deprecations service
Migrate core domain services to packages: Server-side deprecations service
Jul 8, 2022
Part of #134112
See #134137 for more context
Extract the
Deprecations
service/domain (src/core/server/deprecations
) to packages.Depends on:
http
saved_objects
(route handler context, for the scoped client)elasticsearch
(route handler context, for the scoped client)New packages:
@kbn/core-deprecations-common
(public types shared between server & browser)@kbn/core-deprecations-server
@kbn/core-deprecations-server-internal
@kbn/core-deprecations-server-mocks
??
@kbn/core-deprecations-common-internal
(Only needed if we need to share internal implementations between browser and server)Dependency analysis:
Core-services:
http
:kibana/src/core/server/deprecations/deprecations_service.ts
Line 18 in 05b5c91
saved_objects
(client contract)kibana/src/core/server/deprecations/deprecations_service.ts
Line 20 in 05b5c91
elasticsearch
(client)kibana/src/core/server/deprecations/deprecations_service.ts
Line 19 in 05b5c91
Other:
@kbn/i18n
@kbn/logging
@kbn/config
@kbn/core-base-server-internal
@kbn/utility-types
(mocks)@kbn/std
The text was updated successfully, but these errors were encountered: