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
Jose Bolivar Ibz
c526eacd6b
Add z-index to CodeMirror hint box
2025-08-29 20:32:14 +00:00
Pragadesh-45
ba56e87375
Feat: Collapsable Sidebar ( #5302 )
2025-08-29 21:03:46 +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
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
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
Pooja
5f938d77b4
feat: new import modal ( #5050 )
2025-08-26 18:32:02 +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
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
e74c78ea8b
fix: large response
2025-08-21 01:59:39 +05:30
lohit-bruno
e0b3b1ad4b
Merge remote-tracking branch 'origin/main' into oauth2_additional_params
2025-08-20 20:00:58 +05:30
lohit-bruno
311a232968
updates
2025-08-20 16:57:07 +05:30
lohit-bruno
ef12401d2e
fetch/refresh token - collection/request variables usage fix
2025-08-20 16:34:03 +05:30
lohit-bruno
8dde2701f4
ui updates
2025-08-20 16:32:52 +05:30
sanish chirayath
efb2e83ad9
Add gRPC support ( #5148 )
2025-08-20 16:24:49 +05:30
Sanjai Kumar
e5a608f962
feat: add persistent environment variable handling in IPC events and Bru class ( #5172 )
2025-08-19 23:05:22 +05:30
lohit-bruno
953024dae7
Merge remote-tracking branch 'origin/main' into oauth2_additional_params
2025-08-19 17:39:02 +05:30
lohit
146c8462ea
option to parse large bru files using a regex based approach ( #5324 )
2025-08-19 15:24:23 +05:30
naman-bruno
77c96c4821
fix: consider delay when running again ( #5349 )
2025-08-19 15:24:05 +05:30
Pragadesh-45
ce0fc08500
Feat/ Add Global Shortcuts for Zoom, Minimize, and Close on Windows ( fixes : #4108 ) ( #4110 )
...
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-08-14 20:48:15 +05:30
Bijin A B
c2063ce71b
fix(security): patch CVE-2025-7783 by forcing form-data@4.0.4 ( #5329 )
2025-08-14 15:58:31 +05:30
lohit-bruno
ceab0b4dc1
additional params updates
2025-08-13 21:42:04 +05:30
lohit-bruno
7ccbea7ced
Merge remote-tracking branch 'origin/main' into oauth2_additional_params
2025-08-13 21:16:16 +05:30
Pooja
84cca6f92b
add: bulk edit for collection and folder header ( #5279 )
2025-08-08 19:44:47 +05:30
Pooja
d031687ee9
fix: url interpolation in code gen ( #5187 )
2025-08-07 20:25:28 +05:30
naman-bruno
7cb80abdfc
fix: scrollbar visible in tables ( #5270 )
2025-08-06 16:22:30 +05:30
naman-bruno
99c8fd5240
fix: request order reset on select all ( #5261 )
2025-08-05 17:11:49 +05:30
jokj624
8bd2216bf0
fix: check running status in runner results
2025-08-04 19:26:06 +09:00
jokj624
4cfc28cd73
fix: incorrectly counts running/in-progress requests
2025-08-04 18:44:23 +09:00
Sanjai Kumar
0e81c14b96
fix: correct password field binding in DigestAuth component ( #5242 )
...
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-08-01 21:00:19 +05:30
naman-bruno
e2ecd7bfa9
fix: request tab opening unintentionally ( #5240 )
2025-08-01 20:59:37 +05:30
Sanjai Kumar
98c09db820
fix: enable sensitive field warnings for collection and folder auth ( #5230 )
...
- Fix sensitive field warnings not showing for collection-level and folder-level auth
- Use consistent object structure approach across all auth levels (collection, folder, request)
- Replace manual object property access with lodash get() for better readability and robustness
- Extract variable usage checking logic into reusable helper function
- Eliminate code duplication by using single sensitive fields definition
- Improve maintainability and performance by reducing regex pattern recreation
feat: add sensitive field warnings to collection-level auth components
refactor: streamline sensitive field checks in environment variables
refactor: remove unused imports in EnvironmentVariables component
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-07-31 22:32:37 +05:30
lohit
8938b04faf
added res url api hint words, updated test ( #5234 )
2025-07-31 22:31:30 +05:30
naman-bruno
ec51ebba45
Add Select/Deselect and Reorder Capabilities to Collection Runner ( #5195 )
2025-07-31 00:00:23 +05:30
Pooja
31027cb2e0
feat: adding cookie apis ( #5117 )
2025-07-30 19:35:54 +05:30
naman-bruno
5150251698
fix: params while involking renderer:remove-collection ( #5218 )
2025-07-30 00:27:24 +05:30
Sanjai Kumar
b571c1a1a5
Feat/add warnings for sensitive fields other auths ( #5100 )
2025-07-30 00:26:45 +05:30
naman-bruno
62151330f2
Fix: Loading state while collection mount ( #5138 )
2025-07-29 17:15:30 +05:30
Anoop M D
78b8b7f6e4
Revert "disable ssl/tls & enable system proxy ( #5125 )" ( #5196 )
...
This reverts commit 36e3554d5f .
2025-07-25 17:13:58 +05:30
Anoop M D
6daaf90667
feat: update statusbar styling, enhance cookie button accessibility, and adjust theme colors ( #5185 )
...
Co-authored-by: Maintainer Bruno <code@usebruno.com >
2025-07-25 14:05:28 +05:30
naman-bruno
0fec0003f2
fix: always showing scrollbar ( #5184 )
2025-07-24 20:44:13 +05:30
lohit
e5d30c2920
Merge branch 'main' into oauth2_additional_params
2025-07-23 15:05:17 +05:30
naman-bruno
a36f33746d
comment debug tab and error boundry ( #5161 )
2025-07-22 18:33:02 +05:30
sanish chirayath
9ea7659f61
fix: crash double-click handling for collection and collection item ( #5151 )
2025-07-22 12:51:41 +05:30