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 #1300 : Handling request name conflicts while importing postman V2 collections #1298

Merged
merged 1 commit into from
Sep 15, 2024

Commits on Dec 29, 2023

  1. Handling request name conflicts while importing postman V2 collections

    Issue: In Postman, multiple requests in same folder can have same name. current import code is creating bruneRequestItems with same name which is causing only one of the original requests to be actaully created. 
    Looks like bruno doesn't allow multiple requests with same name in a given folder.
    
    Fix:
    Append _<duplicate_count> to conflicting request names within same folder.
    aniltallam authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0e4bbec View commit details
    Browse the repository at this point in the history