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

feat(utils): custom serialization that allows for non self ref #6836

Merged
merged 8 commits into from
Mar 27, 2024

Conversation

adrien2p
Copy link
Member

What
Allow to specify a new option for the serialize utils which is preventCircularRef, by default this options is set to true and you have to opt out if you want. The result of the serialized data will be the following:

  • service_zone
    • geo_zones[]

instead of

  • service_zone
    • geo_zones[]
      • service_zone

I suggest that we live with it and if everything is fine, and we are ready to upgrade, I can open a pr on mikro repo

Copy link

changeset-bot bot commented Mar 27, 2024

🦋 Changeset detected

Latest commit: 6bb7947

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@medusajs/utils Patch
@medusajs/promotion Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@adrien2p adrien2p marked this pull request as ready for review March 27, 2024 09:12
@adrien2p adrien2p requested a review from a team as a code owner March 27, 2024 09:12
Copy link

vercel bot commented Mar 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 11:05am
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Mar 27, 2024 11:05am
docs-ui ⬜️ Ignored (Inspect) Visit Preview Mar 27, 2024 11:05am
medusa-docs ⬜️ Ignored (Inspect) Visit Preview Mar 27, 2024 11:05am

Copy link
Member

@sradevski sradevski left a comment

Choose a reason for hiding this comment

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

I won't lie, there is a lot going on here and it's quite difficult to review it properly. Can we maybe at least add few tests for the more common scenarios?

packages/utils/src/dal/mikro-orm/utils.ts Outdated Show resolved Hide resolved
@adrien2p
Copy link
Member Author

@olivermrbl can I merge this one?

@adrien2p adrien2p merged commit e0b02a1 into develop Mar 27, 2024
24 checks passed
@github-actions github-actions bot mentioned this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants