Skip to content
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

Kibana usage collection to ts project refs #81265

Conversation

TinaHeiligers
Copy link
Contributor

Extracts kibana_usage_collection plugin to a separate ts project.
Part of #81017

Condensed output from node --max-old-space-size=4096 ./node_modules/.bin/tsc -p tsconfig.json --extendedDiagnostics --noEmit given in the after section for each plugin.

Before:
Files: 5289
Lines: 707035

After:
Files: 5255
Lines: 704116

@TinaHeiligers TinaHeiligers requested a review from a team as a code owner October 20, 2020 23:57
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry)

"../src/plugins/usage_collection/**/*",
"../src/plugins/telemetry_collection_manager/**/*",
"../src/plugins/telemetry/**/*"
"plugins/global_search/**/*"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self-review: I deleted the usage_collection, telemetry_collection_manager and telemetry plugin paths from "exclude" because they're not referenced in the "include" array. "exclude" only applies to directories listed in the "include" array and there isn't a path to "../src/plugins".

@kibanamachine
Copy link
Contributor

⏳ Build in-progress, with failures

Failed CI Steps

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@TinaHeiligers TinaHeiligers merged commit f42f767 into elastic:master Oct 21, 2020
@TinaHeiligers TinaHeiligers deleted the kibana_usage_collection-to-ts-project-refs branch October 21, 2020 17:33
@lukeelmers lukeelmers added Feature:Telemetry Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Oct 1, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Feature:Telemetry release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants