Anoop M D
32b696da57
chore: pr #766 ux polish
2023-10-25 23:29:59 +05:30
Anoop M D
36f19ec7bc
Merge pull request #766 from martinsefcik/feature/save-response-to-file
...
Added possibility to save response to file
2023-10-25 23:12:38 +05:30
Anoop M D
53e85f4568
chore: added styles to "ipcRenderer not found" error notification
2023-10-25 23:08:05 +05:30
Anoop M D
4607814c09
Merge pull request #768 from Its-treason/feat/dev-hints
...
feat(#740 ): Add hints for local bruno setup
2023-10-25 22:57:50 +05:30
Anoop M D
c40f8e654c
Merge pull request #771 from n00o/feature/Tree-View
...
Add better CodeMirror folding options
2023-10-25 22:52:19 +05:30
Matthias Vöpel
7cd46c3a6c
Make Tabs closable by mouseclick.
...
Make Tabs closable by mouseclick.
2023-10-25 10:59:53 +02:00
Its-treason
7b1223d2c5
feat( #740 ): Add hints for local bruno setup
...
- Custom error when opening bruno in the browser
- Custom error when starting electron without the web server running
- Force Next dev server to use port 3000
2023-10-24 18:59:35 +02:00
n00o
a3e6ecddbb
Add better CodeMirror folding options
...
Add XML fold to Response and Body. Add count of object directly inside of fold. Include hotkeys Ctrl-Y to fold and Ctrl-I to unfold all XML/JSON data.
2023-10-24 11:21:47 -04:00
Martin Sefcik
276c9ce1b0
added possibility to save response to file
2023-10-24 17:08:43 +02:00
Yuliya Bagriy
ba3db06ac6
fix prettier error
2023-10-24 09:16:30 +06:00
Yuliya Bagriy
2f9762da0e
fix OpenAPI method filtering predicate
2023-10-24 08:02:21 +06:00
Anoop M D
e0afbdbb74
chore: release v0.27.2
2023-10-24 03:53:31 +05:30
Anoop M D
d90cb91a19
Merge pull request #754 from survivant/feature/add-yaml-support-insomnia
...
[feature] Can import Insomnia Yaml file
2023-10-24 03:51:46 +05:30
Anoop M D
1026addc8f
Merge pull request #745 from aviskase/main
...
OpenAPI import - filter out non-methods on path item objects parsing
2023-10-24 03:50:53 +05:30
Sebastien Dionne
973f8e036d
Can import Insomnia Yaml file
2023-10-23 17:32:04 -04:00
Sebastien Dionne
da9afcabe8
Each line will start by a comment
2023-10-23 17:21:52 -04:00
Yuliya Bagriy
e77a9adebd
handle non-methods on OpenAPI import
2023-10-24 00:20:30 +06:00
Florian Fankhauser
e8156c5611
fix misleading message
2023-10-23 20:19:05 +02:00
Anoop M D
471e1780a0
bumped version to v0.27.1
2023-10-23 23:14:41 +05:30
bplatta
6c52263c3c
Update openapi v3 import handle no operationId and no security
2023-10-23 11:35:07 -05:00
Anoop M D
76787b4080
Merge pull request #730 from survivant/feature/openapi-add-yaml-support
...
Feature/openapi add yaml support
2023-10-23 17:10:09 +05:30
Sebastien Dionne
73062472b7
Add scripts in comments
2023-10-23 07:07:25 -04:00
Sebastien Dionne
07dd409acd
English message
2023-10-22 18:41:45 -04:00
Sebastien Dionne
ddc2740b31
Merge remote-tracking branch 'origin/feature/openapi-add-yaml-support' into feature/openapi-add-yaml-support
2023-10-22 18:28:47 -04:00
Sebastien Dionne
d06d28b7fc
Cam import Yaml OpenApi file
2023-10-22 18:28:28 -04:00
Anoop M D
b35596bb59
chore: updated monorepo package versions
2023-10-23 03:28:22 +05:30
Anoop M D
9d9e4b5065
chore: bumped version to v0.26.0
2023-10-23 01:57:00 +05:30
Anoop M D
296e067222
chore( #684 ): renamed use to enabled in collection proxy config
2023-10-23 01:37:30 +05:30
Anoop M D
49ea7f33e6
Merge pull request #578 from bplatta/feature/import-openapi-v3
...
feat: openapi v3 import
2023-10-23 01:25:02 +05:30
Anoop M D
59c5c24752
Merge pull request #664 from cardonator/bugfix/#661
...
adjust styles on environment dropdown and modal
2023-10-23 01:18:20 +05:30
Anoop M D
861604075a
Merge pull request #683 from SoulKa/fix/571-url-encoded-with-colon
...
fix #571 - allow newlines and encode uri form data
2023-10-23 00:25:17 +05:30
Anoop M D
ffa4708ea8
Merge pull request #694 from janmonschke/bugfix/overflowing-code-editor
...
fix: overflowing code editor
2023-10-23 00:19:53 +05:30
Anoop M D
6b85323d1f
Merge pull request #700 from martinsefcik/bug/699
...
bug(#699 ): fixed crashing app on clicking on request result in runner
2023-10-23 00:14:45 +05:30
Anoop M D
e8199f102a
Merge pull request #697 from aliasgar55/main
...
fixed : #686
2023-10-22 16:50:44 +05:30
Sebastien Dionne
fe59cd3223
Added pre-request and tests scripts support from Postman Collection
2023-10-20 19:02:04 -04:00
Martin Sefcik
55c52971d6
bug( #699 ): fixed crashing app on clicking on request result in runner
2023-10-20 14:34:04 +02:00
Ali Asgar
3ed7dd3893
fixed : #686
2023-10-20 15:59:36 +05:30
Jan Monschke
16cf654e57
fix: overflowing code editor
2023-10-20 10:59:00 +02:00
Louis Wilke
ddddab8112
571 - allow and encode multiline uri form data
2023-10-19 21:29:17 +02:00
Anoop M D
fc25ea597c
chore: bumped version to 0.26.0
2023-10-20 00:15:41 +05:30
Anoop M D
72df4419ff
fix( #679 ): fixed issue while removing client certs
2023-10-20 00:13:10 +05:30
Anoop M D
a1d54eacf6
Merge pull request #672 from therealrinku/fix
...
feat: scroll to the active tab on click
2023-10-19 23:49:02 +05:30
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
therealrinku
7dc09faa9b
feat: scroll to the active tab on click
2023-10-19 09:39:23 +05:45
cardonator
232027ff4e
adjust styles on environment dropdown and modal
2023-10-18 12:42:39 -06:00
Anoop M D
f08871d491
chore: pr #465 polish
2023-10-18 23:36:44 +05:30
Anoop M D
31c4d7ecfd
Merge pull request #465 from Scotsoo/bugfix/fixes-251
...
Bugfix/fixes 251
2023-10-18 23:34:47 +05:30
Anoop M D
1f6366f262
fix: allow empty values to be stored as timeout
2023-10-18 23:13:50 +05:30
Anoop M D
0ca035f492
Merge branch 'main' into bugfix/negative-timeout
2023-10-18 22:56:29 +05:30