bruno/packages
Anil Tallam 0d3fde5efd
Handling request name conflicts while importing postman V2 collections (#1298)
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.
2024-09-15 23:34:14 +05:30
..
bruno-app Handling request name conflicts while importing postman V2 collections (#1298) 2024-09-15 23:34:14 +05:30
bruno-cli chore(#673): remove obsolete mustache.js library (#674) 2024-09-05 00:24:09 +05:30
bruno-common fix: interpolation of multiple interdependent variables (#2899) 2024-08-23 16:13:00 +05:30
bruno-docs chore: initial commit for bruno docs package 2023-05-19 19:57:58 +05:30
bruno-electron bugfix(#1320):Now the form-url-encoded params in the body can contain multiple values with same name. (#2964) 2024-09-15 23:27:16 +05:30
bruno-graphql-docs Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-js feat(usebruno#2441): Set response body function (#3076) 2024-09-13 11:48:05 +05:30
bruno-lang fix: type error in jsonToBru during import collection (#2761) 2024-08-06 12:43:47 +05:30
bruno-query Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-schema Add TRACE to allowed import methods (#2783) 2024-08-08 17:28:17 +05:30
bruno-tests chore: removed collection vars test as cli support is not yet ready 2024-09-04 11:20:03 +05:30
bruno-toml fix: params test (#2395) 2024-05-31 15:55:23 +05:30