-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Transforms: Migrate client plugin to NP. (#59443)
Migrates the client side plugin of transforms to NP. - Gets rid of the last parts of the shim (http, documentation links) - Moves the plugin from x-pack/legacy/plugins/transform/public to x-pack/plugins/transform - Creates a custom mock for appDependencies based on NP services - Fixes jest tests to get rid of all act() related warnings
- Loading branch information
Showing
217 changed files
with
456 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 0 additions & 102 deletions
102
x-pack/legacy/plugins/transform/public/app/hooks/use_api.ts
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
x-pack/legacy/plugins/transform/public/app/hooks/use_api_types.ts
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
.../sections/create_transform/components/source_index_preview/use_source_index_data.test.tsx
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
x-pack/legacy/plugins/transform/public/app/services/http_service.ts
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
x-pack/legacy/plugins/transform/public/app/services/ui_metric/ui_metric.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.