Pragadesh-45

Results 10 issues of Pragadesh-45

Fixes: #2903 The bug (issue #2903) is fixed by checking ```isFolderSettingsOpenedInTabs``` before opening a new tab ### Contribution Checklist: - [x] **The pull request only addresses one issue or adds...

size/M

### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...

bug

Fixes: #2327 #870 #1789 I created a React component named `ToolHint`, using React Tooltip to display tool hints for the tools in the collection toolbar and sidebar, respectively. Additionally, I...

size/L

fixes: #3248 # Description This PR implements a conditional check for the existence of the key in `v.name` to confirm that the key exists. It then calls `bru.setVar(v.name, value);` to...

size/XS

### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...

bug

fixes: #678 #3235 # Description This PR implements the feature to gracefully handle recursive folder renaming/moving by using a temporary directory in memory. Since this fix is needed only for...

size/M

### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add: Existing issues: #678...

enhancement

fixes: #4480 ## Description This PR removes the logic that checks for the presence of `dataBuffer` content, allowing support for empty `dataBuffer` when Content-Length is 0. ### Contribution Checklist: -...

size/XS

**Describe the bug** There is an issue with ignored folders when WSL paths are accessed from Windows. I suspect the issue lies in the `normalizePathToUnix(sp.isAbsolute(path) ? path : sp.join(cwd, path))`...

fixes: #1724 # Description This PR implements the feature of adding the process environment variable context for scripting. - Added process environment variable support in ScriptRuntime and TestRuntime. - Updated...

size/S