forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Upgrade Assistant] Deletes telemetry saved object type (elastic#151116)
## Summary Fixes elastic#64547 Follow up to elastic#150878 and elastic#151014 This PR removes the saved object type `upgrade-assistant-telemetry` from the Upgrade Assistant plugin because it seems to not be used for telemetry or UA functionality. There is a telemetry object to track UA deprecation logging in this [file](https://github.com/elastic/kibana/blob/main/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json#L13628), I don't think that a saved object is needed for that. --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
325630b
commit 1c738c9
Showing
11 changed files
with
38 additions
and
134 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
...-migration-server-internal/src/__snapshots__/migrations_state_action_machine.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
8 changes: 0 additions & 8 deletions
8
x-pack/plugins/upgrade_assistant/server/saved_object_types/migrations/index.ts
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
..._assistant/server/saved_object_types/migrations/telemetry_saved_object_migrations.test.ts
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...grade_assistant/server/saved_object_types/migrations/telemetry_saved_object_migrations.ts
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
x-pack/plugins/upgrade_assistant/server/saved_object_types/telemetry_saved_object_type.ts
This file was deleted.
Oops, something went wrong.