Siddharth Gelera
1a33f2e83f
feat: enhance WebSocket message handling and styling
2025-09-18 15:14:08 +05:30
Siddharth Gelera
875060155a
fix: make the view a lot more compact
2025-09-18 14:52:37 +05:30
Siddharth Gelera
2bf9983448
fix: hexdump on sent messages
2025-09-18 14:48:50 +05:30
Siddharth Gelera
d209272e16
feat(websockets): add websocket tests
2025-09-18 14:10:04 +05:30
Siddharth Gelera
11a967ef50
feat: beautify the code editor in each message
2025-09-17 19:11:05 +05:30
Siddharth Gelera
daa1ab60cb
fix: avoid duplicate messages
...
avoid message getting queued and sent twice
2025-09-17 17:48:38 +05:30
Siddharth Gelera
f2cdf8d595
fix: remove unused content-type check in WebSocket request preparation
2025-09-17 17:00:11 +05:30
Siddharth Gelera
ae448be951
Merge branch 'main' into feat/websocket-engine
2025-09-17 16:17:33 +05:30
Siddharth Gelera
835771d007
fix: visually simplify the message list
2025-09-17 16:13:57 +05:30
Siddharth Gelera
a6b19fc8bf
fix: imports for ws files
2025-09-17 16:04:50 +05:30
Siddharth Gelera
1f28f6a8eb
fix: adjust styling for message display
2025-09-17 14:42:07 +05:30
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
Sanjai Kumar
fb2ca8937e
feat: add environment variable DISABLE_SAMPLE_COLLECTION_IMPORT to control sample collection import behavior ( #5567 )
...
* feat: add environment variable DISABLE_SAMPLE_COLLECTION_IMPORT to control sample collection import behavior
2025-09-17 13:57:10 +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
lohit-bruno
90492d6e79
fix crypto-js in safe mode
2025-09-16 15:39:06 +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
Sanjai Kumar
5393e3b496
feat: Add default sample collection on first app launch ( #5536 )
...
* feat: Add Default Sample Collection On First Launch
* feat(initial-load): add attribute for app readiness
---------
Co-authored-by: Bijin Bruno <bijin@usebruno.com >
2025-09-15 15:00:39 +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
9fc885839f
ca certs function updates ( #5555 )
2025-09-12 21:49:49 +05:30
Pragadesh-45
dbfbde43cf
refactor: Replace MultiLineEditor with SingleLineEditor in EnvironmentVariables components ( #5554 )
2025-09-12 21:49:33 +05:30
lohit
1aa4e27ab5
use node:tls library for ca certs ( #5552 )
2025-09-12 20:29:28 +05:30
Siddharth Gelera (reaper)
2b6da56c3c
fix(electron): avoid double encoding urls params. Fixes #5380 . ( #5507 )
...
* fix(common): avoid double encoding urls params
2025-09-12 19:08:53 +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
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
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
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