Anoop M D
188a2e63e3
Add HttpMethodSelector component tests ( #5481 )
2025-09-03 10:33:54 +05:30
Anoop M D
01839c8e5f
Merge pull request #5435 from notKvS/theme-fix
...
fix: graphQL documentation theme
2025-09-03 01:18:11 +05:30
Sanjai Kumar
648581ded5
feat: custom HTTP method ( #4841 )
2025-09-02 23:09:48 +05:30
sreelakshmi-bruno
bf38cc0f51
adding metadata to report ( #5360 )
2025-09-02 15:11:23 +05:30
sanish chirayath
abddc98767
feat: add WSSE authentication support to gRPC requests ( #5455 )
...
* feat: add WSSE authentication support to gRPC requests
- Introduced WSSE authentication mode in GrpcAuth component.
- Updated supported authentication modes to include WSSE.
- Refactored gRPC event handlers to streamline authentication header setting.
- Added notes regarding limitations of complex auth modes in gRPC.
* fix: update authentication header retrieval in setAuthHeaders function
- Refactored the setAuthHeaders function to correctly retrieve WSSE and OAuth2 refresh token URLs from the request object instead of the collectionAuth object.
- Added comprehensive tests for various authentication modes, ensuring proper inheritance and request-level overrides for AWS v4, basic, bearer, digest, NTLM, WSSE, API key, and OAuth2 authentication methods.
* chore: remove outdated comments on gRPC authentication limitations
2025-09-01 19:19:14 +05:30
Pooja
3fa05d32cb
fix: openapi auth import in bruno ( #5354 )
...
* fix: openapi auth import in bruno
2025-09-01 15:15:30 +05:30
Pragadesh-45
eb0accdf21
Update Bruno's Age 🎉 ( #5328 )
...
* feat: Update Bruno's age calculation in tests and specs to use a dynamic function instead of a static value.
2025-09-01 12:13:27 +05:30
Anoop M D
6f57633572
Merge pull request #5466 from helloanoop/footer-playwright-tests
2025-09-01 10:47:14 +05:30
Anoop M D
e7c33f7eef
Add playwright tests for Notifications Modal and Sidebar Toggle functionality
2025-08-30 20:24:52 +05:30
ganesh
1620c24557
update the grpc tagline ( #5449 )
...
* updated grpc tagline
* add share feeback hyperlink
2025-08-30 13:05:30 +05:30
Bijin A B
bd9d2eabe1
fix: upgrade @faker-js/faker from 8.4.0 to 8.4.1 ( #5347 )
...
Snyk has created this PR to upgrade @faker-js/faker from 8.4.0 to 8.4.1.
See this package in npm:
@faker-js/faker
See this project in Snyk:
https://app.snyk.io/org/bruno-8a2f42NP3GxXppW5covrLX/project/dfa3b6f8-996e-40e0-85d9-2df8ec62bdbd?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-08-30 10:16:23 +05:30
Anoop M D
990bbdb813
Merge pull request #5458 from Pragadesh-45/fix/keybinding-issues-with-global-shortcut
...
Refactor: Remove use of `globalShortcut` for minimize/hide to avoid hijacking system shortcuts
2025-08-30 02:42:36 +05:30
Anoop M D
00636a5a31
Merge pull request #5459 from josbiz/fix/suggestion-box-behind-modal
...
Add z-index to CodeMirror hint box
2025-08-30 02:27:46 +05:30
Jose Bolivar Ibz
c526eacd6b
Add z-index to CodeMirror hint box
2025-08-29 20:32:14 +00:00
Anoop M D
9a2836129f
Merge pull request #3178 from pietrygamat/bugfix/571
...
fix: unable to set request bodies with colon characters in their names
2025-08-30 01:57:54 +05:30
Anoop M D
b8d67d9232
Merge branch 'main' into bugfix/571
2025-08-30 01:52:46 +05:30
Anoop M D
bcf4673a64
chore: Update Bruno grammar and tests to support keys with spaces, braces, and nested escaped quotes in headers and query parameters
2025-08-30 01:44:33 +05:30
Pragadesh-45
6c52c07494
refactor: remove use of globalShortcut for minimize/hide to avoid hijacking system shortcuts
2025-08-30 00:42:32 +05:45
Jose Bolivar Ibz
1de9203dd5
Merge branch 'main' into fix--dot-on-proxy-options-when-unused
2025-08-29 08:45:44 -07:00
Pooja
de48c93e8d
fix: store redirect cookies under initial request domain ( #5387 )
2025-08-29 21:05:18 +05:30
Pragadesh-45
ba56e87375
Feat: Collapsable Sidebar ( #5302 )
2025-08-29 21:03:46 +05:30
sanish chirayath
cb7f61ee4b
Implement legacy Postman global API transformations ( #5403 )
2025-08-29 21:01:06 +05:30
Pragadesh-45
6bcb850b6e
fix: resolve URL and method handling in digest auth interceptor ( #5317 )
2025-08-29 21:00:17 +05:30
ganesh
dc56c00309
changed example to cjs syntax ( #4526 )
...
* changed example to cjs syntax
2025-08-29 14:46:25 +05:30
Bijin A B
1220a5f159
Merge pull request #5253 from jokj624/bugfix/running-test-filtering
...
fix: incorrectly counts running/in-progress requests
2025-08-29 14:34:26 +05:30
Bijin A B
3046327fa7
Merge pull request #5139 from ganesh-bruno/fix/rename-path-value
...
rename query table value from path to value
2025-08-29 14:17:30 +05:30
Anoop M D
c1c617bfeb
Merge pull request #5436 from ganesh-bruno/fix/bruno-readme
...
change landing page of Bruno
2025-08-28 18:14:47 +05:30
lohit
6632407a34
include oauth2 additional parameters in bruno collection exports ( #5422 )
2025-08-28 18:10:08 +05:30
Sanjai Kumar
447b3046b3
fix: environment persistence and UI ( #5404 )
2025-08-28 18:09:37 +05:30
Anoop M D
2666e7fee0
Merge pull request #5412 from jbraconig/fix/debian-trixie-install
...
Update: readme.md installation instructions via Apt (#5411 )
2025-08-28 17:57:27 +05:30
ganesh-bruno
f9ca0e2f5a
change landing page of Bruno
2025-08-28 14:59:39 +05:30
notKvS
5dd90e1386
fix: graphQL documentation theme
2025-08-27 20:47:16 +05:30
Bijin A B
5e9cec38f0
Merge pull request #5385 from naman-bruno/bugfix/large-response
...
fix: Large response crash bruno
2025-08-26 20:10:34 +05:30
lohit
ed1a072ba1
chore: eslint updates and fixes ( #5402 )
2025-08-26 18:49:50 +05:30
Pooja
5f938d77b4
feat: new import modal ( #5050 )
2025-08-26 18:32:02 +05:30
lohit
f5b4dbd1a1
electron builder updates ( #5425 )
2025-08-26 15:13:56 +05:30
Bijin A B
8c72a6094b
Update contributing.md ( #5407 )
2025-08-26 14:44:50 +05:30
Coel Aspey
325d03b92f
feat: Persist response body scroll position across tabs ( #3902 )
2025-08-25 17:21:34 +05:30
tlaloc911
54c41c861e
Show request body in devtools ( #5337 )
2025-08-25 16:46:26 +05:30
sanish chirayath
22a77b90f9
Enhance gRPC request handling in collection transformation functions by conditionally including methodType and protoPath, and removing params for gRPC requests. ( #5399 )
2025-08-25 15:17:15 +05:30
Martin Braconi
af894b5bbb
Update: readme.md installation instructions via Apt ( #5411 )
2025-08-23 14:12:50 -05:00
sreelakshmi-bruno
48934ef74a
Add type field to env when not present ( #5401 )
2025-08-22 18:27:33 +05:30
Pooja
9c16ebcda3
add: global env var in codegen url interpolation ( #5397 )
2025-08-22 14:15:52 +05:30
sreelakshmi-bruno
2ed51bb984
Fix global env issue on bulk import ( #5396 )
2025-08-22 14:05:41 +05:30
naman-bruno
aec9ee6265
fix: bru import command fix ( #5393 )
2025-08-22 13:07:34 +05:30
Pooja
04d1e50f98
Merge pull request #5384 from pooja-bruno/move/common-cookie-file-in-buno-request-package
2025-08-21 21:15:35 +05:30
naman-bruno
e74c78ea8b
fix: large response
2025-08-21 01:59:39 +05:30
lohit
e71ee3eff5
Merge pull request #4447 from usebruno/oauth2_additional_params
2025-08-20 21:31:16 +05:30
lohit-bruno
e0b3b1ad4b
Merge remote-tracking branch 'origin/main' into oauth2_additional_params
2025-08-20 20:00:58 +05:30
lohit
f9d29f821c
Merge pull request #5377 from naman-bruno/bugfix/oauth2-cli
2025-08-20 17:34:03 +05:30