Siddharth Gelera
f962a2c04a
chore: reformat
2025-09-25 15:15:14 +05:30
Siddharth Gelera
6188a65b13
chore: reset formatting
2025-09-25 14:57:12 +05:30
Siddharth Gelera
dc6ab16221
fix: use body directly
2025-09-24 18:08:45 +05:30
Siddharth Gelera
0c8c7933c8
Merge branch 'main' into feat/websocket-engine
2025-09-24 15:46:08 +05:30
Siddharth Gelera
6acf38fac1
refactor: replace decoder with type in WebSocket message handling
2025-09-24 15:42:28 +05:30
Siddharth Gelera
a79ad21807
feat: enhance WebSocket message handling with decoder support
...
- Added decoder field to WebSocket messages in various components.
- Updated prettify functionality to handle XML and JSON formats.
- Modified Redux state to include decoder information.
- Adjusted schema validation to accommodate decoder field.
2025-09-23 18:45:23 +05:30
Siddharth Gelera
e40d99e515
feat: add WSRequestBodyMode component and language detection
...
- Introduced a new component for selecting request body modes (JSON, XML, TEXT).
- Implemented auto-detection of language for the request body content.
- Created a styled wrapper for improved UI presentation.
2025-09-22 15:44:22 +05:30
Siddharth Gelera
ec9b321e53
fix: faster queue
2025-09-19 19:36:56 +05:30
Pooja
87d8c5ccb7
fix: env name overflow ( #5598 )
2025-09-19 19:36:37 +05:30
Siddharth Gelera
db9a615c71
feat: inherit timeout from app prefs
2025-09-19 13:09:28 +05:30
Pragadesh-45
17d5629627
refactor: Replace SingleLineEditor with MultiLineEditor in EnvironmentVariables components and add masking functionality ( #5576 )
...
* refactor: Replace SingleLineEditor with MultiLineEditor in EnvironmentVariables components and add masking functionality
- Adjusted related components to support the new editor and its features, including toggling visibility for secret values.
---------
Co-authored-by: lohit-bruno <lohit@usebruno.com >
2025-09-18 22:31:09 +05:30
Siddharth Gelera
39546be3dd
fix(ShareCollection): update non-exportable request types handling
...
Refactor hasGrpcRequests to hasNonExportableRequestTypes,
returning an object with a flag and types of requests that
will not be exported.
2025-09-18 18:07:37 +05:30
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
Pooja
f3d4ac84d8
fix: environment list scroll ( #5585 )
2025-09-18 11:23:49 +05:30
Pooja
65e69e77b3
revamp: collection and global env selector dropdown ( #5542 )
...
* revamp: collection and global env selector dropdown
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Pragadesh-45 <54320162+Pragadesh-45@users.noreply.github.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
Co-authored-by: sanish-bruno <sanish@usebruno.com >
Co-authored-by: bernborgess <bernborgesse@outlook.com >
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: Its-Treason <39559178+Its-treason@users.noreply.github.com >
Co-authored-by: jayakrishnancn <jayakrishnancn@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 19:35:00 +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