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

fix: serialize remote_data setting #1705

Merged
merged 2 commits into from
Mar 4, 2025
Merged

fix: serialize remote_data setting #1705

merged 2 commits into from
Mar 4, 2025

Conversation

hugocaillard
Copy link
Collaborator

@hugocaillard hugocaillard commented Mar 4, 2025

Description

skip_serializing_if was used to avoid adding the remote data setting to every project manifest when we released it.

We should also have hnadled the deserialization if the field wasn't set, especially for devnet-api.
there are multiple way of handling it (we could also handl deserialisation if the field wasn't set), let's just keep it simple and remove skip_serializing

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@hugocaillard hugocaillard marked this pull request as ready for review March 4, 2025 11:19
@hugocaillard hugocaillard merged commit ae03553 into main Mar 4, 2025
25 checks passed
@hugocaillard hugocaillard deleted the fix/manifest-setting branch March 4, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant