lohit
14ecc09cde
Merge pull request #3719 from lohxt1/feat/bru-runner-fns
...
feat: bru util fns -- skipRequest, stopExecution, getTestResults, getAssertionResults, runRequest
2025-01-02 18:02:42 +05:30
lohxt1
2a6f6704c3
feat: update skipRequest and stopExecution logic
2025-01-01 15:01:26 +05:30
Pooja Belaramani
54d8fbc478
rm: json stringfy from json string data res
2024-12-27 11:16:26 +05:30
Pooja Belaramani
9a2d8bfff3
adding quotes in text response
2024-12-27 11:12:46 +05:30
Pooja Belaramani
582e8e5eac
fix: condition
2024-12-23 13:36:58 +05:30
Pooja Belaramani
236bc48d98
fix: null data response
2024-12-23 12:11:46 +05:30
Pooja Belaramani
aea25842ce
fix: string json response error
2024-12-18 15:01:06 +05:30
lohxt1
916f28633e
fix: video preview comp memo import
2024-11-20 19:20:43 +05:30
Sanjai Kumar
77d3fa7e1e
bugfix / Update video preview functionality ( #3433 )
...
* Add video preview functionality and update dependencies
* Refactor video preview component to use Buffer for base64 decoding and update muted prop syntax
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-11-20 17:34:00 +05:30
lohit
cc8f3de8be
feat: upgrade libraries for dependabot alerts ( #3300 )
...
* feat: upgrade libraries and code cleanup
2024-10-17 11:04:47 +05:30
lohit
f5a4525161
fix: stringify response data is not a string ( #3155 )
2024-09-21 11:26:38 +05:30
Théo D
938e0560a2
fix: handle case of text when invalid JSON ( #3119 ) ( #3120 )
...
* fix: handle case of text when invalid JSON (#3119 )
* don't stringify if json is invalid, and maintain indentation if stringified
* stringify check
---------
Co-authored-by: lohit <lohxt.space@gmail.com >
2024-09-18 15:24:33 +05:30
lohit
4f7cefe41d
Feat/support for multiple preview modes of same response type ( #2606 )
...
* pr review changes
* collection root object in export json
* import environment updates
* tests run execution order fix for collection runs
* support for multiple preview modes of same type
2024-09-16 16:46:47 +05:30
Dawood F.K Morris
087bab6fb4
feat: display raw query response unformatted for readability ( #2272 )
...
* feat: display raw query response unformatted for readability
* chore: improved response json parsing
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-11 11:19:17 +05:30
lohit
b102898709
fix: multipart timeline ( #3008 )
...
* Update package.json
* Update package.json
* Update package.json
* Update package.json
* fix: multipart timeline
* revert jest command
2024-09-03 17:29:51 +05:30
Pragadesh-45
600940226c
Feat/icon tooltip ( #2812 )
...
* comp-rename Tooltip to InfoTip (fbu)
* fix: additional func InfoTip
* ToolHint component
* toolhint intg collectiontoolbar
* toolhint intg notifications
* toolhint intg sidebar
* chore: update infotip for path params
* chore: update infotip for path params
2024-08-27 18:36:59 +05:30
Max Bauer
ee7f886c03
feat: adjust code editor font size ( #2204 )
...
* add font-size setting for code editor
* add code font size to remaining editors
* align font-size after font-family
* changed default font size to 14
* fixed className typo
* set inherit mode if unset
* add code font size schema validation
* add font size to folder settings
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-08-27 18:26:58 +05:30
Anoop M D
9e5148f032
fix( #2767 ): Fix serilization issues of bigint in json body ( #2773 )
...
Fix serilization issues of bigint in json body
---------
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-27 14:12:56 +05:30
Rinku Chaudhari
c7f0335d96
fix: response headers count logic update ( #1488 )
2024-08-24 01:25:49 +05:30
Santiago Chiabotto
8f58235e17
added tailwind pointer-events classes to query result filter ( #2535 )
2024-08-24 00:44:12 +05:30
Anoop M D
753a576c3c
Feat/safe mode quickjs ( #2848 )
...
Safe Mode Sandbox using QuickJS
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-21 12:52:49 +05:30
ialloyd
24e58168e0
Cannot cancel request on preview (zIndex issue) #1501 ( #1786 )
...
* [Feature request] Keyboard shortcut to duplicate and rename request/collection. #1610
* Cannot cancel request on preview (zIndex issue) #1501
* changes
This reverts commit a3ce8aa691 .
2024-04-10 03:01:36 +05:30
Bobby
7741a3e4ee
feat( #1839 ): Add Audio and Video Preview ( #1840 )
...
Any audio and video response can be now be previewed.
2024-03-22 18:29:39 +05:30
lohit
95b59b06e8
feat(#BRU-26): json filter button with expandable input bar ( #1699 )
...
* feat(#BRU-26): JSON filter UI
* feat(#BRU-22): prettify graphql toast
2024-03-11 02:06:27 +05:30
lohit
e2d754702a
feat(#BRU-10) - codeeditor syntax colors for system theme ( #1595 )
2024-02-19 17:30:49 +05:30
Anoop M D
3843cf8ee3
fix: fixed prettier issue
2024-01-30 00:05:55 +05:30
Tuyen Pham
acc646a05d
feat: add response filter placeholder ( #1293 )
2024-01-29 20:25:36 +05:30
Anoop M D
4917f24b7c
fix( #1436 ): fixed inconsistent beheviour of res.getHeaders() api
2024-01-29 19:46:41 +05:30
Anoop M D
ee2295aec1
pr #1184 : addressed review comments
2023-12-15 00:55:21 +05:30
Scott Mebberson
08935c64bb
You can now clear a response.
2023-12-08 08:35:35 +10:30
André Glüpker
77cdc2179d
Merge branch 'main' into feature/always-indent-json-in-queryresult
2023-12-06 17:41:17 +01:00
Matias Crivolotti
9246bf4fcb
fix: remove debug console.logs
2023-12-03 15:25:33 +02:00
Anoop M D
64bdda6f90
Merge branch 'main' into feature/jsonpath-filtering
2023-11-30 00:18:45 +05:30
Adarsh Lilha
fb8277f03e
fix falsy check of response
2023-11-25 14:20:27 +05:30
therealrinku
4c83dff96c
feat: added response headers count
2023-11-22 08:50:30 +05:45
n00o
52baa69b70
Fix formatting
...
Pass prettier tests
2023-11-16 18:55:43 -05:00
n00o
b68e622695
feat( #970 ): Add PDF Preview
...
Any PDF response can be now be previewed. There is no UI fancy UI interface for it for simplicity. This makes it look very similar to Postman.
2023-11-16 18:19:25 -05:00
Boris Baskovec
bab12d7894
Changes from review
2023-11-08 22:45:45 +01:00
Boris Baskovec
04aa921099
Add jsonpath response filtering
2023-11-07 13:35:48 +01:00
André Glüpker
631e436079
Revert "JSON in QueryResult should always be indented"
...
This reverts commit 76a26b634d .
2023-11-01 17:32:57 +01:00
André Glüpker
dc32d7246c
Use the body to check for a json content type
2023-11-01 16:32:20 +01:00
André Glüpker
76a26b634d
JSON in QueryResult should always be indented
...
Some APIs return the wrong Content-Type 'application/html', but valid
JSON as payload. In this cases the data is still typeof object and a
indented JSON makes it easier to work with.
However JSON folding and highlighting will still be off in this case.
2023-10-31 11:58:09 +01:00
André Glüpker
820e3033ea
Remove unused conditions in QueryResult
...
The mode is returned by getCodeMirrorModeBasedOnContentType(),
which always prefixes the returned values with 'application/'.
However returning data on those application/html or application/text
break Bruno.
2023-10-31 11:55:45 +01:00
Anoop M D
1f0bde4a12
feat: nudge users how to disable ssl cert vaidation
2023-10-26 00:12:38 +05:30
Anoop M D
32b696da57
chore: pr #766 ux polish
2023-10-25 23:29:59 +05:30
Martin Sefcik
276c9ce1b0
added possibility to save response to file
2023-10-24 17:08:43 +02:00
Martin Sefcik
55c52971d6
bug( #699 ): fixed crashing app on clicking on request result in runner
2023-10-20 14:34:04 +02:00
Anoop M D
16137a8189
fix: fixed issue in cmd+r inside query result viewer
2023-10-19 23:39:45 +05:30
Its-treason
623ac0bac6
Merge branch 'main' into feature/better-image-preview
2023-10-19 19:43:31 +02:00
Its-treason
b3ee0af226
feat: Use real content size, fix runner, use the correct content charset
2023-10-17 23:03:10 +02:00