Commit Graph

3342 Commits

Author SHA1 Message Date
Siddharth Gelera
b61bcacabf test(websocket): update BRU_FILE_NAME to use regex
Changed BRU_FILE_NAME from a string to a regex pattern for better matching.
2025-09-18 17:42:41 +05:30
Siddharth Gelera
a99087b671 test(websocket): refactor to use constant for BRU_FILE_NAME
Updated the test cases to utilize a constant for the BRU_FILE_NAME regex pattern for better maintainability and readability.
2025-09-18 17:41:31 +05:30
Siddharth Gelera
9b1019bb3a chore: cleanup 2025-09-18 17:37:17 +05:30
Siddharth Gelera
2a674786e2 test(websocket): add headers handling in tests
- Implemented logic to send headers in websocket messages.
- Added tests for websocket connections and message handling.
- Created locators for common elements in websocket tests.
2025-09-18 17:21:53 +05:30
Siddharth Gelera
c0b2cc914d chore: formatting changes batch 6 2025-09-18 17:01:40 +05:30
Siddharth Gelera
b1f7b8ec6c chore: for now avoid oauth2 2025-09-18 16:38:00 +05:30
Siddharth Gelera
aee294e271 chore: clean up 2025-09-18 16:32:39 +05:30
Siddharth Gelera
419bb436c3 chore: format settings batch 4 2025-09-18 16:26:01 +05:30
Siddharth Gelera
0ab9c927e7 chore: format changes batch 3 2025-09-18 16:10:58 +05:30
Siddharth Gelera
f077d0f861 chore: formatting fixes batch 2 2025-09-18 15:59:35 +05:30
Siddharth Gelera
ee3543535d formatting fixes - batch 1 2025-09-18 15:45:31 +05:30
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
3fc2fa2d57 tests(websockets): move it a folder up 2025-09-18 14:16:53 +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
400d494f45 chore: pkg updates 2025-09-17 16:47:33 +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
Anoop M D
e2da072e8b Merge pull request #5566 from lohit-bruno/crypto_safe_mode_support
fix crypto-js in safe mode
2025-09-16 16:11:05 +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