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

[Ingest Manager] Switch DefaultPackage enum to approach from #82188 #82512

Merged

Conversation

jfsiii
Copy link
Contributor

@jfsiii jfsiii commented Nov 3, 2020

Summary

Follow pattern from #82188. Same behavior as now. Stronger type safety.

  • defaultPackages is runtime value (JS object)
  • DefaultPackage is TS type (typeof defaultPackages)
  • ValueOf<DefaultPackage> is TS union type 'system' | 'endpoint'
  • Can access values directly as defaultPackages.System (JS) or DefaultPackage['System'] (TS)

@jfsiii jfsiii requested a review from a team as a code owner November 3, 2020 21:12
@jfsiii jfsiii requested a review from a team November 3, 2020 21:12
@jfsiii jfsiii requested a review from a team as a code owner November 3, 2020 21:12
@botelastic botelastic bot added the Team:Fleet Team label for Observability Data Collection Fleet team label Nov 3, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ingest-management (Team:Ingest Management)

@jfsiii jfsiii self-assigned this Nov 3, 2020
@jfsiii jfsiii added release_note:skip Skip the PR/issue when compiling release notes v7.11.0 v8.0.0 labels Nov 3, 2020
@jfsiii
Copy link
Contributor Author

jfsiii commented Nov 3, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

async chunks size

id before after diff
ingestManager 1.2MB 1.2MB +2.0B

page load bundle size

id before after diff
ingestManager 385.9KB 385.8KB -178.0B

History

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

@jfsiii jfsiii merged commit c3f4024 into elastic:master Nov 4, 2020
jfsiii pushed a commit that referenced this pull request Nov 5, 2020
…82512) (#82684)

## Summary

Follow pattern from #82188. Same behavior as now. Stronger type safety.

 * `defaultPackages` is runtime value (JS object)
 * `DefaultPackage` is TS type (`typeof defaultPackages`)
 * `ValueOf<DefaultPackage>` is TS union type `'system' | 'endpoint'`
 * Can access values directly as `defaultPackages.System` (JS) or `DefaultPackage['System']` (TS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Fleet Team label for Observability Data Collection Fleet team v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants