Siddharth Gelera
58917aa97e
feat: enhance WebSocket message handling and styling
...
- Add new styling for incoming messages in StyledWrapper.
- Update WSMessagesList to handle message sorting and focus.
- Refactor response sort order handling in WSResponseSortOrder.
- Improve WebSocket connection management in ws-client.
2025-09-17 14:01:25 +05:30
Siddharth Gelera
1bbfa40ae4
fix: correct fallback for URL retrieval in bruRequestToJson
2025-09-17 13:19:18 +05:30
Siddharth Gelera
3b9f6bc809
feat: enhance WebSocket handling with redirect and upgrade events
...
- Added support for 'ws:redirect' and 'ws:upgrade' events in the WebSocket client.
- Updated WSResponseHeaders to format headers correctly.
- Modified WSResponsePane to display headers in the response.
- Improved message handling in the Redux slice for WebSocket events.
2025-09-17 13:07:15 +05:30
Siddharth Gelera
1a1bfdce4c
feat: implement WebSocket response sorting and enhance message handling
...
- Added WSResponseSortOrder component for toggling message sort order.
- Updated WSMessagesList to accept and utilize sort order.
- Refactored message handling to use 'type' instead of 'direction'.
- Enhanced response state management to include sort order.
2025-09-16 19:34:27 +05:30
Siddharth Gelera
8eefe7c68b
fix: restyle web ui
2025-09-16 15:30:59 +05:30
Siddharth Gelera
95d801ac07
chore: revert to original
2025-09-16 15:30:42 +05:30
Siddharth Gelera
cf3e50f084
fix: only add to settings if they were added
2025-09-16 12:47:45 +05:30
Siddharth Gelera
cb86d6aeed
feat: simplify query URL rendering
2025-09-16 12:25:30 +05:30
Siddharth Gelera
d2a029f3af
chore: remove unused icon
2025-09-16 12:20:28 +05:30
Siddharth Gelera
1fc53bdeb8
feat: ws tab specific additions
...
close tab should close connection
`ws` shown in the tab
2025-09-16 12:16:16 +05:30
Siddharth Gelera
2d7bd54e24
refactor: faster flushing
2025-09-16 11:52:49 +05:30
Siddharth Gelera
8435239099
fix: message queue
2025-09-16 11:24:05 +05:30
Siddharth Gelera
1bf47039d1
fix: fix header movement and minor cleanup
2025-09-15 18:56:44 +05:30
Siddharth Gelera
5955a15d18
fix: send initial message
2025-09-15 16:24:28 +05:30
Siddharth Gelera
70f8305354
fix: handle run handling on url
2025-09-15 15:15:48 +05:30
Siddharth Gelera
c473755593
feat: pass down options/settings for ws
2025-09-15 15:12:38 +05:30
Siddharth Gelera
e08341d704
fix: text for inherited auth
2025-09-15 13:54:56 +05:30
Siddharth Gelera
8425f9f37b
feat: ws settings
2025-09-15 13:49:17 +05:30
Siddharth Gelera
44cea985ac
fix: retrieve auth value correctly
2025-09-15 11:05:25 +05:30
Siddharth Gelera
1edfa87d5d
fix: header saving in ws
2025-09-15 10:57:56 +05:30
Siddharth Gelera
fe95452c13
Merge branch 'main' into feat/websocket-engine
2025-09-15 10:53:09 +05:30
lohit
c08827b0c0
ca certs updates and fixes ( #5549 )
2025-09-12 16:03:27 +05:30
Anoop M D
841d977725
Merge pull request #5547 from lohit-bruno/ca_certs_fixes_system_ca
...
use system-ca library for ca certs
2025-09-12 01:11:25 +05:30
Anoop M D
56629663dc
Remove flaky header size test from getSize
...
Removed test for header size from getSize tests.
2025-09-12 01:05:24 +05:30
lohit-bruno
27cbb194bf
use system-ca library for ca certs
2025-09-12 00:33:22 +05:30
Anoop M D
cfec4a9e1b
Merge pull request #5531 from helloanoop/chore/update-digest-tests
...
Update digest authentication test cases with new URLs and credentials
2025-09-08 22:58:57 +05:30
Anoop M D
a7f6d669af
Update digest authentication test cases with new URLs and credentials
2025-09-08 22:50:11 +05:30
Anoop M D
03abbc585f
Remove body size test from getSize tests
2025-09-08 22:36:22 +05:30
Anoop M D
be730a8c4f
Merge pull request #5529 from usebruno/dependabot/github_actions/actions/setup-node-5
...
chore(deps): bump actions/setup-node from 4 to 5
2025-09-08 22:29:25 +05:30
dependabot[bot]
194d904284
chore(deps): bump actions/setup-node from 4 to 5
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 16:21:53 +00:00
Anoop M D
86b3c65dcd
Merge pull request #5525 from sanish-bruno/feat/moving-requests-cross-collection
...
Feature: moving requests cross collection
2025-09-08 20:05:04 +05:30
sanish chirayath
c9fe9813db
Merge pull request #5526 from sanish-bruno/fix/tags-removed-while-moving-request
...
Fix: tags removed while moving request
2025-09-08 20:03:36 +05:30
sanish-bruno
70d65d87c5
move: test cases to new folder
2025-09-08 16:32:13 +05:30
jayakrishnancn
0bce203851
feat: Move requests between collections #3320
...
test: update e2e test case for moving request from one collection to another
test: updated the tests
test: added more test cases
test: e2e test updated
test: fixed test case
test: fixed test cause for folder
fix: add grpc-request to clone-folder
fix: removed handleCrossCollectionItemMove method
test: updated e2e test cases
fix: removed cross-collection gurard statement
format: revert format
fix: UX changes for collection drag and drop
2025-09-08 16:29:46 +05:30
lohit
5b716cbe60
node vm fixes ( #5519 )
2025-09-08 06:39:18 +05:30
lohit
a6b0b6c117
node vm support ( #5518 )
...
Co-authored-by: Its-Treason <39559178+Its-treason@users.noreply.github.com >
2025-09-08 06:09:25 +05:30
lohit
3c656270b3
ca certs fixes and tests ( #5429 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-09-07 23:06:44 +05:30
Anoop M D
1bc7a1f655
Modify body size test to check for > 1MB
2025-09-07 21:49:11 +05:30
Anoop M D
5a10322608
Merge pull request #5490 from bernborgess/bugfix/global-shortcut-unfocused
...
Bugfix/global shortcut unfocused
2025-09-07 21:24:29 +05:30
Anoop M D
2864ddaa72
Merge pull request #5262 from sanish-bruno/add/playwright-testing-guide
...
Add Playwright testing guide for Bruno application
2025-09-07 04:59:23 +05:30
Anoop M D
c2f3d8e7da
Merge pull request #5238 from helloanoop/feat/loc-count-script
...
feat: script to calculate locs of repo
2025-09-07 04:48:52 +05:30
Anoop M D
1fd61f0601
Merge pull request #5517 from helloanoop/refactor-tests
...
Refactor tests
2025-09-07 03:23:01 +05:30
Anoop M D
033c5cc0f7
Refactor tests
2025-09-07 03:05:11 +05:30
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
Siddharth Gelera
f3ee67bb3d
Merge branch 'main' into feat/websocket-engine
2025-09-04 19:38:07 +05:30
bernborgess
cd80332de9
fix: Make globalShortcut only active when app is focused
2025-09-03 14:02:01 -03:00
Anoop M D
1902329226
Merge pull request #5491 from naman-bruno/add/vscode-image
...
add: vscode image
2025-09-03 22:09:25 +05:30
naman-bruno
b25569d29a
add: vscode image
2025-09-03 22:08:24 +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
naman-bruno
457a2f83e7
fix: Bruno GUI hangs on 308 redirect ( #5445 )
...
* fix: 308 redirect
2025-09-03 17:52:12 +05:30