Pooja Belaramani
08139a8f3e
fix
2025-01-30 09:58:38 +05:30
Pooja Belaramani
51e087efba
add: hint word for runRequest, sendNextRequest, skipRequest, getTestResults
2025-01-30 09:58:38 +05:30
lohxt1
ff5683f19f
add runRequest and runner utils functions to cli
...
~ add bru.runRequest support for cli
~ add bru.runner.skipRequest, bru.runner.stopExecution support for cli
2025-01-29 11:53:02 +05:30
lohxt1
d13e4b3b54
ensure variables set in scripts/tests during bru.runRequest
reflect in original request scripts/tests
2025-01-29 11:53:02 +05:30
Jarod Gowgiel
2d08567d8d
Add an npm script to run the Electron app for debugging ( #3616 )
...
This allows for developers to attach Dev Tools, e.g. the Chrome
"dedicated DevTools for node", to the main Electron process
for debugging operations that occur on the main process.
2025-01-29 11:25:41 +05:30
ramki-bruno
b51f8109a2
Review changes and minor-refactoring in Reveal in Finder
feature
2025-01-29 11:18:57 +05:30
Naman
8f241a32ae
Feature: Reveal in Finder ( #3698 )
...
* feat: Reveal in Finder
* added support for linux
2025-01-29 11:18:57 +05:30
Sanjai Kumar
b7fda331dc
Fix: Comment toggling for JSON modes in CodeEditor
2025-01-29 11:16:15 +05:30
lohxt1
10e0fde2a8
use lowercase header keys while making requests
2025-01-29 08:34:01 +05:30
Anoop M D
9f5f975f70
feat: async parser workers ( #3834 ) ( #3887 )
...
feat: async parser workers (#3834 )
Co-authored-by: lohit <lohit.jiddimani@gmail.com>
2025-01-29 02:53:53 +05:30
Pragadesh-45
b5bd259a1b
fix: handle Windows paths in cloneItem and getDirectoryName functions ( fixes : #3401 ) ( #3646 )
...
* fix: handle Windows paths in cloneItem and getDirectoryName functions
* chore: removed commented lines
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-01-28 21:32:51 +05:30
lohit
0633d45a10
upgraded axios libarary ( #3899 )
2025-01-28 18:55:59 +05:30
Pragadesh-45
16e27d2ca4
feat: make BrunoResponse
callable to access body data using expressions fixes ( #481 ) ( #3710 )
...
* feat: make `BrunoResponse` callable to access body data using expressions
2025-01-28 14:57:00 +05:30
Alex
956d5a38e9
fix: bump axios version to handle ivp6 ( #3878 )
...
Co-authored-by: alex.chua <alex.chua@bytedance.com>
2025-01-28 14:36:29 +05:30
Sanjai Kumar
bfc1101371
refactor: update GitHub Actions workflow to add permissions for checks and pull requests for the cli-tests
job ( #3844 )
2025-01-28 14:13:14 +05:30
sanish chirayath
05be59f00c
style: update StyledWrapper to use flex layout and adjust dialog positioning ( #3888 )
2025-01-27 18:49:05 +05:30
tlaloc911
fee631d496
passing defaults instead of axiosInstance to NTLMClient ( #3841 )
2025-01-18 21:34:19 +05:30
Bobby Bonestell
d03de2b622
fix: Inherited apikey auth mapping for bruno-cli ( #3512 )
...
* Added bruno-cli support for mapping inherited apikey auth from collection
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-01-17 20:33:53 +05:30
sanish chirayath
31b2818821
fix: modal - provide default handleConfirm function and update dependencies in useEffect ( #3830 )
2025-01-17 14:52:06 +05:30
naman-bruno
8a71dfc022
enhancement: moved collection click area from name to div ( #3813 )
2025-01-17 13:20:53 +05:30
naman-bruno
3e6204e49b
Fix: Horizontal Rules missing in markdown docs preview ( #3814 )
2025-01-17 13:10:16 +05:30
naman-bruno
dab4bb6a1c
fix: hide env dropdown on configure ( #3826 )
2025-01-17 13:07:39 +05:30
Anoop M D
3c8cb702f5
feat: added icons to env modal buttons
2025-01-17 02:46:06 +05:30
Hadi
2df7fd6588
Added activate button to environment window. ( #1531 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-01-17 02:12:33 +05:30
Sanjai Kumar
e5d7cd1be9
feat: add rspack dynamic import configuration to rsbuild ( #3819 )
2025-01-16 20:11:49 +05:30
pooja-bruno
2bce9b3716
add: document save button for folder and collection settings ( #3742 )
2025-01-16 20:09:51 +05:30
naman-bruno
5bfcc9b6e7
Fix: Path table is removed when we rearrange items ( #3804 )
2025-01-16 20:08:30 +05:30
naman-bruno
472b5452f7
Allow rearrangement of table items in params, body, vars, headers, etc… ( #3801 )
...
* Allow rearrangement of table items in params, body, vars, headers, and assert
* updated drag function name
2025-01-16 20:06:53 +05:30
pooja-bruno
5b04e0c189
fix: renaming first collection env ( #3735 )
2025-01-16 20:04:34 +05:30
pooja-bruno
3da12a05db
fix: body formurl value disappearing ( #3803 )
2025-01-16 20:01:48 +05:30
naman-bruno
a73d2a02cf
fix: Request vars displayed in red color in body even if they are valid ( #3812 )
...
* fix: Request vars displayed in red color in body
* chore: removing index import
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-01-16 19:59:14 +05:30
lohit
63d3cb380d
Merge pull request #3806 from Pragadesh-45/fix/handle-assert-results
...
Chore/ Remove Unused `RemoveQuotes` function
2025-01-15 20:47:31 +05:30
Pragadesh-45
10a5935a12
Merge branch 'usebruno:main' into fix/handle-assert-results
2025-01-15 20:43:10 +05:30
Pragadesh-45
cf2cb0736e
fix: remove commented-out removeQuotes()
function
2025-01-15 20:42:02 +05:30
lohit
6abd063749
Merge pull request #3805 from Pragadesh-45/fix/handle-assert-results
...
Refactor: Improve expression handling across different runtimes (Fix : #3758 )
2025-01-15 20:36:07 +05:30
Pragadesh-45
dbf1cad124
fix: remove removeQuotes()
2025-01-15 19:57:06 +05:30
lohit
00c5298b7d
Merge pull request #3798 from Pragadesh-45/main
...
chore: version bump
2025-01-15 15:12:03 +05:30
Pragadesh-45
27ef28ae9b
chore: version bump
2025-01-15 13:15:21 +05:30
Pragadesh-45
abb0a7b0db
chore: version bump
2025-01-15 13:08:44 +05:30
Anoop M D
d2d7638a54
chore: updated package-lock
2025-01-13 18:49:45 +05:30
tlaloc911
5500070b49
ntlm auth ( #3329 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-01-13 18:48:26 +05:30
Tim Nikischin
72b8c547b2
Order Variables alphabetically ( #2982 )
...
Order variables in Variables Tab alphabetically by name
2025-01-13 18:36:08 +05:30
lohit
15b870996d
fix: cli - missing iconv-lite import, removed other unused imports ( #3767 )
2025-01-09 12:09:43 +05:30
lohit
3cb15fc001
fix: cli -- collection run -- clone request item at start ( #3760 )
2025-01-08 21:26:01 +05:30
Pragadesh-45
96d6bf1664
fix: remove redundant error logging in JSON parsing ( #3759 )
2025-01-08 21:24:15 +05:30
lohit
f5ff40abfa
fix: file input element - missing path property ( #3757 )
2025-01-08 17:01:57 +05:30
ramki-bruno
c5de2343e9
Added Redux DevTools
and React Developer Tools
in dev build ( #3750 )
...
* Checkin `npm install --package-lock-only` changes
* Added `Redux DevTools` and `React Developer Tools` in dev build
2025-01-08 15:33:13 +05:30
lohit
39e8b66135
Merge pull request #3728 from ganesh-bruno/patch-1
...
Update package.json with keywords
2025-01-08 12:23:25 +05:30
lohit
9f9294d161
fix: indentation for package json
2025-01-08 12:22:23 +05:30
pooja-bruno
5f63cc4ab4
fix: collection/folder docs when importing postman collection ( #3745 )
...
* fix: collection/folder docs when importing postman collection
* fix
2025-01-07 14:27:13 +05:30