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

Add missing type defaults to RouteDependencies #182078

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

delanni
Copy link
Contributor

@delanni delanni commented Apr 30, 2024

Summary

Typescript was temporarily out, so some type issues snuck in.
This PR attempts to fix it, by adding missed field enableTogglingDataRetention on type RouteDependencies

@delanni delanni requested a review from a team as a code owner April 30, 2024 07:42
@delanni delanni added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting labels Apr 30, 2024
Copy link
Member

@sabarasaba sabarasaba left a comment

Choose a reason for hiding this comment

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

Thanks for patching this up @delanni! Changes lgtm, but we need to set the config to true in all these cases as its meant to be disabled by config only (for serverless) and enabled by default.

Use `true` as default

Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
@delanni delanni enabled auto-merge (squash) April 30, 2024 07:51
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

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

@delanni delanni merged commit fa5211e into elastic:main Apr 30, 2024
17 checks passed
@delanni delanni deleted the fix-missing-config-values branch April 30, 2024 09:11
yuliacech pushed a commit to yuliacech/kibana that referenced this pull request May 3, 2024
## Summary
Typescript was temporarily out, so some type issues snuck in.
This PR attempts to fix it, by adding missed field
`enableTogglingDataRetention` on type `RouteDependencies`

---------

Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants