-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Telemetry] Migrate public to NP #56285
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
Merged
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
4602235
NP telemetry plugin barebones
Bamieh 45d39de
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh cc39460
fully migrate telemetry sender
Bamieh 9438a19
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 4841c72
license plugin to use NP telemetry
Bamieh 8cf5605
merge master
Bamieh 04b496b
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 980fae1
fully migrated public to NP
Bamieh 2da7f87
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh f16ef88
finish components testing
Bamieh 7bdb667
fix all tests
Bamieh 48b572c
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 9f7e69b
self code review
Bamieh b7ef413
remove commented code
Bamieh ad2afa1
bracket notication for private methods
Bamieh 569c404
bracket notication for private methods
Bamieh b393639
update license management tests
Bamieh e0f417f
afharo code review fixes
Bamieh 75b4b29
type safe private method access in tests
Bamieh 5bdb6a3
fix typecheck
Bamieh b62011c
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 39584c1
more type check fixes
Bamieh ba34fde
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh becd967
i18n check
Bamieh c8cd3d9
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 93cbe84
fix welcome page tests
Bamieh 91e1882
i18n optedInNoticeBanner title
Bamieh 4ec632d
fix advanced settings field settings
Bamieh f0a1c47
field name
Bamieh d0f4da0
fix home snapshots
Bamieh 336f0c5
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh b4c95f9
merge master
Bamieh e9285a9
listen to app id change
Bamieh aac057e
NP code review fixes
Bamieh e1d95e0
NP code review fixes
Bamieh e968825
update telemetry configs with np deprecations
Bamieh 5136e28
pass telemetry from setup instead of npStart
Bamieh 02a5412
type check
Bamieh aa459f3
merge master
Bamieh c0c4ab1
update core snapshots with new api exposed
Bamieh bb3055f
remove debugging logs
Bamieh e296a9d
merge master and continue debugging
Bamieh 6a2fd40
merge master
Bamieh 7f544ff
update home contract
Bamieh 8b7ebbe
update home contract
Bamieh 9945f67
fix test eslint import
Bamieh d62567f
navigate back to dashboard before start of next case for reporting
Bamieh 3e0cc95
gitignore reporting failure_debug generated dir
Bamieh cb24627
use gotoDashboardEditMode instead of switch
Bamieh 1fcd139
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 50f3cca
= instead of :
Bamieh 3420be7
merge master
Bamieh 6b021b0
merge master
Bamieh 1f7593c
escape unused forced types in Field
Bamieh d872f94
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh 6ac8b4e
Merge branch 'master' of github.com:elastic/kibana into telemetry/mig…
Bamieh d1238c4
rename mock to mocks for eslint
Bamieh cd70972
Update src/plugins/telemetry/public/components/telemetry_management_s…
Bamieh aaae6c5
fix save/clear type
Bamieh 55a797c
Merge branch 'master' into telemetry/migrate_public
elasticmachine d5847da
Merge branch 'master' into telemetry/migrate_public
elasticmachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
13 changes: 13 additions & 0 deletions
13
.../development/core/public/kibana-plugin-public.applicationstart.currentappid_.md
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
|
||
| [Home](./index.md) > [kibana-plugin-public](./kibana-plugin-public.md) > [ApplicationStart](./kibana-plugin-public.applicationstart.md) > [currentAppId$](./kibana-plugin-public.applicationstart.currentappid_.md) | ||
|
|
||
| ## ApplicationStart.currentAppId$ property | ||
|
|
||
| An observable that emits the current application id and each subsequent id update. | ||
|
|
||
| <b>Signature:</b> | ||
|
|
||
| ```typescript | ||
| currentAppId$: Observable<string | undefined>; | ||
| ``` |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
1 change: 0 additions & 1 deletion
1
...egacy/core_plugins/kibana/public/home/np_ready/components/__snapshots__/home.test.js.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
46 changes: 4 additions & 42 deletions
46
...y/core_plugins/kibana/public/home/np_ready/components/__snapshots__/welcome.test.tsx.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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.