-
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
TypeScript project references for Observability plugin #89320
Conversation
References elastic#80508. References elastic#81003.
@elasticmachine merge upstream |
@@ -4,10 +4,10 @@ | |||
* you may not use this file except in compliance with the Elastic License. | |||
*/ | |||
|
|||
import { PromiseValueType } from '../../../apm/typings/common'; | |||
import type { UnwrapPromise } from '@kbn/utility-types'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
x-pack/tsconfig.refs.json
Outdated
@@ -1,8 +1,8 @@ | |||
{ | |||
"include": [], | |||
"references": [ | |||
{ "path": "./plugins/actions/tsconfig.json"}, | |||
{ "path": "./plugins/alerts/tsconfig.json"}, | |||
{ "path": "./plugins/actions/tsconfig.json" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these files have more changes than necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were duplicates, which weren't breaking anything but weren't necessary.
@@ -25,6 +25,7 @@ | |||
"plugins/maps/**/*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been alphabetized and some duplicates have been removed.
@@ -20,36 +20,27 @@ | |||
{ "path": "./plugins/global_search_providers/tsconfig.json" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been alphabetized and some duplicates have been removed.
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
References elastic#80508. References elastic#81003. # Conflicts: # x-pack/tsconfig.refs.json
…-ml-jobs * 'master' of github.com:elastic/kibana: (254 commits) [Security Solution] [Detections] Remove allow_no_indices to prevent error being thrown in response of field capabilities (elastic#89927) Skip test for cloud (elastic#89450) [Fleet] Fix duplicate data streams being shown in UI (elastic#89812) Bump package dependencies (elastic#90034) [App Search] DRY helper for encoding/decoding routes that can have special characters in params (elastic#89811) TypeScript project references for Observability plugin (elastic#89320) [SearchSource] Combine sort and parent fields when serializing (elastic#89808) Made imports static (elastic#89935) [ml] migrate file_data_visualizer/import route to file_upload plugin (elastic#89640) [Discover] Adapt default column behavior (elastic#89826) Round start and end values (elastic#89030) Rename getProxyAgents to getCustomAgents (elastic#89813) [Form lib] UseField `onError` listener (elastic#89895) [APM] use latency sum instead of avg for impact (elastic#89990) migrate more core-owned plugins to tsproject ref (elastic#89975) [Logs UI] Load <LogStream> entries via async searches (elastic#86899) [APM] Abort browser requests when appropriate (elastic#89557) [Alerting] Allow user to select existing connector of same type when fixing broken connector (elastic#89062) [Data Table] Use shared CSV export mechanism (elastic#89702) chore(NA): improve logic check when installing Bazel tools (elastic#89634) ...
References #80508. References #81003.
Also alphabetize tsconfigs where the plugin reference was added.