bruno/packages/bruno-app
Art051 f39d985877 Problem: Issue relates to OpenAPI specs which have self referencing components, resulting in infinite loops being made within resolveRefs.
Solution: Added basic use of Set to store already-traversed items within the OpenAPI spec.
Linked to personal use having import problems as well as this issue raised: https://github.com/usebruno/bruno/issues/939#issue-1986513743

Tested against the API Spec mentioned in the issue both as JSON and YAML.
2023-11-14 18:28:35 +00:00
..
public release: v0.2.0 2022-10-23 13:43:12 +05:30
src Problem: Issue relates to OpenAPI specs which have self referencing components, resulting in infinite loops being made within resolveRefs. 2023-11-14 18:28:35 +00:00
.babelrc feat: moved next app to its own package (resolves #21) 2022-10-09 16:13:11 +05:30
.env.prod chore: updated readme 2022-10-16 13:51:10 +05:30
.gitignore chore: added package-lock.json to gitignore 2022-10-20 15:16:33 +05:30
.prettierrc.json feat(#197): prettier formatting on all files in packages/bruno-app 2023-09-18 13:37:00 +05:30
jsconfig.json feat: darkmode (sidebar, menubar and welcome page #23) 2022-10-21 04:20:23 +05:30
next.config.js feat: skipping telemetry in dev env 2023-01-24 17:28:31 +05:30
package.json feat(#338): curl parser based in curlconverter 2023-11-08 01:36:37 +05:30