david.skrivanek
7cd21636d6
fix: setup file to build bruno-requests package
2025-04-11 23:42:57 +02:00
Anoop M D
921e1af72b
Merge pull request #2958 from lzl0304/fix-2508
...
bugfix/chokidar disables globbing
2025-04-10 20:10:42 +05:30
pooja-bruno
cc905da630
Fix: Prevent --bail option from treating skipped requests as failures ( #4166 )
2025-04-10 19:58:08 +05:30
pooja-bruno
74bbfce8a0
fix: update global env in collection runner ( #4135 )
...
* fix: update global env in collection runner
2025-04-10 19:54:44 +05:30
pooja-bruno
8b67a0423d
fix: header key variables not interpolating with capital letters ( #4264 )
2025-04-10 19:50:17 +05:30
0xflotus
9e45d4d227
chore: updated required node version in german contributing file ( #3875 )
...
* chore: updated required node version in german contributing file
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-04-10 14:59:44 +05:30
Sanjai Kumar
2dd0424d8f
Add @usebruno/requests package with digest authentication support ( #4417 )
...
* Add @usebruno/requests package with digest authentication support
---------
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-04-10 14:49:21 +05:30
ganesh
838f25b9db
added example to readme file ( #4471 )
...
* added example to readme file
* modified example
2025-04-10 03:55:30 +05:30
Anoop M D
8809469f8e
Merge pull request #4465 from pooja-bruno/add/bruno-converters-paclage-in-workflow-file
2025-04-09 14:59:23 +05:30
Pooja Belaramani
289f138c2a
add: bruno converters package in workfow file
2025-04-09 11:35:14 +05:30
lohxt1
3d0dd60f56
added build step for converters package in the tests' gh workflow script
v2.1.0
2025-04-08 20:38:38 +05:30
lohxt1
9bb9a914ac
postman-to-bruno converter package fixes
2025-04-08 20:38:38 +05:30
lohxt1
44cef9999c
clear stored token when refresh call returns an error
2025-04-08 18:49:04 +05:30
lohxt1
3a792a021c
oauth2 refresh token under request pane creates dup network logs
2025-04-08 18:49:04 +05:30
lohit
2e5c63cfb9
improve network error handling, oauth2 logic cleanup, tls settings, and ui/test updates ( #4444 )
...
~ axios error interceptor fixes and timeline network logs ui updates
~ axios instance error interceptor now returns promise rejects instead of plain objects
~ fixed digest_auth regression
~ removed the interceptor logic for the oauth2 token url calls
~ timeline network logs ui updates
~ updated oauth2 test collections
* ssl/tls fixes and error handling
~ set the min allowed tls version to 1.0 (TLSv1)
~ proxy/certs/tls setup error handling
* enhance JSON stringification with circular reference handling
- Add getCircularReplacer to safely handle circular references in objects
- Update safeStringifyJSON to support indentation and handle undefined values
~ we currently support digest auth for bruno-cli
---------
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-04-07 23:03:49 +05:30
Thim
9845363349
Feat: Standalone Package to convert to Bruno collection(Part 2)
...
This contains the bulk of the changes apart from renaming files.
This is a continuation of #2341 .
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: pooja-bruno <pooja@usebruno.com >
2025-04-07 22:24:57 +05:30
Thim
1a6fa7a799
Feat: Standalone Package to convert to Bruno collection(Part 1)
...
This commit just moves the required files to the new destination
using `git mv` to force Git to recognise it as `Renamed`.
This is a continuation of #2341 .
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: pooja-bruno <pooja@usebruno.com >
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-04-07 22:24:57 +05:30
lohxt1
6cd44662a8
removed the dup refresh token checkbox field
2025-04-07 19:14:34 +05:30
lohxt1
9daf418886
pass global env vars to the fetch and refresh oauth2 requests
2025-04-07 19:14:34 +05:30
therealrinku
37ee13353d
fix: user agent header
2025-04-07 17:40:07 +05:30
Daniel Roberto
8439e8871f
fix: Oauth2 toast typo
2025-04-07 13:52:25 +05:30
ramki-bruno
4c1d3b4f3a
Added Playwright-codegen setup
2025-04-04 20:19:26 +05:30
S.M.TALHA
cd3c66cb14
Fix: Matching Brackets pair not highlighting ( #4440 )
...
Co-authored-by: smtalha682 <smtalha682@gmail.com >
2025-04-04 20:17:55 +05:30
sreelakshmi-bruno
265b0114e4
Updating issue template for github to track regression bugs ( #4437 )
...
---------
Co-authored-by: Sreelakshmi Jayarajan <sreelakshmi@Sreelakshmis-MacBook-Air.local >
2025-04-04 20:11:56 +05:30
ganesh-bruno
17a63d599d
capitalize custom and default to follow same theme
2025-04-04 12:59:52 +05:30
ganesh-bruno
d9e87fcd82
updated readme file
2025-04-04 12:59:22 +05:30
Harry.Tao
78c4cb11eb
fix unsupport symbolic link folders
2025-04-03 17:18:13 +05:30
tlaloc911
6feea75e45
fix console error Invalid DOM property stroke-width
...
Invalid DOM property `stroke-width`. Did you mean `strokeWidth`? Error Component Stack
2025-04-03 17:16:09 +05:30
ganesh
2d1f7d0f33
Update contributing.md with contribution guidelines and setup instructions ( #4377 )
...
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-04-03 14:50:57 +05:30
Anoop M D
841facc853
chore: fixed indentation
2025-04-03 12:47:39 +05:30
Pragadesh-45
0e60bd3da7
fix: handle empty script.exec cases in postman collection importer
...
Updated the `importScriptsFromEvents` and `importPostmanV2CollectionItem` functions to properly handle cases where `event.script.exec` is an empty array. Now, if `exec` is empty, `requestObject.script.req` and `requestObject.tests` are set to an empty string instead of being undefined.
2025-04-03 12:47:39 +05:30
sanjai0py
5dc7f1ae2f
Refactoring and fixes in _Mock Variables Interpolation_ feature
2025-04-02 14:24:29 +05:30
Raghav Sethi
6862cb4e58
Feature: Mock Variables Interpolation ( #3609 )
...
Former title: Feature: adding dynamic variable support (#3609 )
2025-04-02 14:24:29 +05:30
Carlos Florêncio
0591530d44
add scripts context to response scripts
2025-04-02 13:22:21 +05:30
sanish-bruno
592679538b
Fix: res.setBody fails for Object in Developer-mode
...
vm2 returns a recursive Proxy for accessing the return value which
cannot be serialized for IPC using `structuredClone`.
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-04-02 13:18:58 +05:30
ramki-bruno
9ef2699372
Update default collection name to 'Untitled Collection'
2025-04-02 13:15:41 +05:30
Pragadesh-45
e4c37b916a
feat: set default names for folders and requests in Postman collection importer
2025-04-02 13:15:41 +05:30
ramki-bruno
7a8a0ae37e
Fix: Remove unwanted transitive devDependencies of electron-store
2025-04-02 13:13:40 +05:30
Anoop M D
bd25097e44
Rename SECURITY.md to security.md
2025-03-31 14:03:06 +05:30
ganesh-bruno
3f140e818f
replace example.com to usebruno website
2025-03-31 14:01:13 +05:30
lohxt1
dbba22131c
fix: proxy and certs not being used for oauth2 calls
v2.0.1
2025-03-27 22:56:00 +05:30
lohit
8908828af0
Merge pull request #4353 from naman-bruno/bugfix/system-proxy-agent
...
Fix: system proxy agent
2025-03-27 19:31:21 +05:30
lohit
20c9e1d406
removed the domain protocol check
2025-03-27 19:28:00 +05:30
naman-bruno
741576526d
Fix: logic and design
2025-03-27 18:24:45 +05:30
naman-bruno
b928ec112e
add: protocol verification for certificate domain
2025-03-27 16:36:42 +05:30
naman-bruno
559026b65c
Fix: right Agent for system proxy
2025-03-27 16:36:22 +05:30
naman-bruno
eb6fef63b3
Removed log
2025-03-26 20:30:39 +05:30
naman-bruno
1b767f8d26
fix: params
2025-03-26 20:30:39 +05:30
naman-bruno
3b061cda89
Fix: agentOptions not passing properly to baseAgent
2025-03-26 20:30:39 +05:30
ganesh
e0d7bb50f3
2025-03-26 16:27:33 +05:30