Commit Graph

1600 Commits

Author SHA1 Message Date
Siddharth Gelera
9b1019bb3a chore: cleanup 2025-09-18 17:37:17 +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
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
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
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
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
fe95452c13 Merge branch 'main' into feat/websocket-engine 2025-09-15 10:53:09 +05:30
Pragadesh-45
dbfbde43cf refactor: Replace MultiLineEditor with SingleLineEditor in EnvironmentVariables components (#5554) 2025-09-12 21:49:33 +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
lohit-bruno
27cbb194bf use system-ca library for ca certs 2025-09-12 00:33:22 +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
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
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
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
Bijin A B
3b74e0da86 fix(curl-parser): curl commands with url without protocol (#5453) 2025-09-03 16:05:19 +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
Siddharth Gelera
892feccb97 Merge branch 'main' into feat/websocket-engine 2025-09-02 23:45:06 +05:30
Sanjai Kumar
648581ded5 feat: custom HTTP method (#4841) 2025-09-02 23:09:48 +05:30