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: (#3383) openapi yaml req body not importing #3459

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

arshan1019
Copy link
Contributor

@arshan1019 arshan1019 commented Nov 8, 2024

Description

Fix: #3383 Request body not imported from OpenAPI YAML

  • It was happening because of the shared Sets. hence used independent Sets for each recursive reference resolution to prevent skipping references.

Fix reference resolution by using independent Sets for recursion

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Before:
image
After:
image

@bricht
Copy link

bricht commented Nov 20, 2024

Waiting for this to be merged 🤞

@helloanoop helloanoop merged commit 56c3bf0 into usebruno:main Nov 20, 2024
1 of 2 checks passed
Its-treason pushed a commit to Its-treason/bruno that referenced this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PUT body does not get imported from openapi yaml file
3 participants