Pragadesh-45
db35e7059c
Merge pull request #5438 from Pragadesh-45/feat/multiline-values-for-env-vars
...
Feat/ Add Multiline Support for Enviroment Variables
2025-09-06 17:17:51 +05:30
Pooja
de4674dcc4
add: playwright test for import collection modal ( #5487 )
...
* add: playwright test for import collection modal
2025-09-03 19:14:08 +05:30
Pooja
985b5ed20c
add: global search modal ( #5400 )
...
* add: global search modal
2025-09-03 15:32:18 +05:30
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
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
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
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
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
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
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
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
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
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
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
naman-bruno
ec51ebba45
Add Select/Deselect and Reorder Capabilities to Collection Runner ( #5195 )
2025-07-31 00:00:23 +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
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
ganesh-bruno
b3a0234ec3
rename query table value from path to value
2025-07-18 13:33:29 +05:30
naman-bruno
8e7bdc2bfd
fix: status bar & dev tools z-index issue ( #5132 )
2025-07-17 14:36:36 +05:30
lohit
d5cb051f19
enable/disable collection/folder run buttons based on the filtered requests ( #5131 )
2025-07-17 14:21:00 +05:30
naman-bruno
ba5eb53548
Merge pull request #5110 from naman-bruno/bugfix/devtools-timeline-scroll
2025-07-16 17:41:27 +05:30
lohit
5512ec1c6d
Merge pull request #5108 from naman-bruno/bugfix/devtools-error
2025-07-15 18:11:56 +05:30