Commit Graph

1510 Commits

Author SHA1 Message Date
276c9ce1b0 added possibility to save response to file 2023-10-24 17:08:43 +02:00
3687594cc4 feat(#762): Add menu entry for preferences and add shortcut fora it 2023-10-24 13:17:47 +02:00
ba3db06ac6 fix prettier error 2023-10-24 09:16:30 +06:00
2f9762da0e fix OpenAPI method filtering predicate 2023-10-24 08:02:21 +06:00
766d103e20 Fix some typo in documentation 2023-10-23 21:24:42 -04:00
e0afbdbb74 chore: release v0.27.2 2023-10-24 03:53:31 +05:30
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
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
ecf849b207 Merge pull request #753 from survivant/feature/add-comment-by-line
Postman import : Each line will start by a comment
2023-10-24 03:49:51 +05:30
973f8e036d Can import Insomnia Yaml file 2023-10-23 17:32:04 -04:00
da9afcabe8 Each line will start by a comment 2023-10-23 17:21:52 -04:00
177f23e19f update @usebruno/js version 2023-10-23 15:59:20 -05:00
e77a9adebd handle non-methods on OpenAPI import 2023-10-24 00:20:30 +06:00
e8156c5611 fix misleading message 2023-10-23 20:19:05 +02:00
471e1780a0 bumped version to v0.27.1 2023-10-23 23:14:41 +05:30
6c52263c3c Update openapi v3 import handle no operationId and no security 2023-10-23 11:35:07 -05:00
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
73062472b7 Add scripts in comments 2023-10-23 07:07:25 -04:00
a46e8851c6 Merge branch 'main' into feature/openapi-add-yaml-support
# Conflicts:
#	package-lock.json
2023-10-23 06:56:38 -04:00
45126c99ab feat: add loading local graphql schema file 2023-10-23 11:22:21 +02:00
5ba3903c31 fix(#701): fix bru cli issue 2023-10-23 14:09:24 +05:30
03460c592a Changed Presets Tab positioning 2023-10-23 11:13:27 +03:00
e658629482 removed custom ipc event 2023-10-23 11:11:31 +03:00
07dd409acd English message 2023-10-22 18:41:45 -04:00
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
d06d28b7fc Cam import Yaml OpenApi file 2023-10-22 18:28:28 -04:00
b35596bb59 chore: updated monorepo package versions 2023-10-23 03:28:22 +05:30
9d9e4b5065 chore: bumped version to v0.26.0 2023-10-23 01:57:00 +05:30
296e067222 chore(#684): renamed use to enabled in collection proxy config 2023-10-23 01:37:30 +05:30
49ea7f33e6 Merge pull request #578 from bplatta/feature/import-openapi-v3
feat: openapi v3 import
2023-10-23 01:25:02 +05:30
7267ba6485 feat(#682): Enforce environment variable strictness 2023-10-22 21:54:17 +02:00
59c5c24752 Merge pull request #664 from cardonator/bugfix/#661
adjust styles on environment dropdown and modal
2023-10-23 01:18:20 +05:30
64b46caacd Merge pull request #705 from cwilper/feature/gql-schema-prerequest-postresponse
feat: run prerequest/postresponse actions when fetching gql schema
2023-10-23 01:15:35 +05:30
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
ffa4708ea8 Merge pull request #694 from janmonschke/bugfix/overflowing-code-editor
fix: overflowing code editor
2023-10-23 00:19:53 +05:30
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
f22e975d90 Merge pull request #725 from cwilper/fix/https-proxy-agent-opts
fix: respect rejectUnauthorized and ca opts when proxying https
2023-10-23 00:01:55 +05:30
1d58bdab59 fix: respect rejectUnauthorized and ca opts when proxying https 2023-10-22 11:29:49 -04:00
cbfd7fa5f4 Added presets to collection settings 2023-10-22 15:32:27 +03:00
e8199f102a Merge pull request #697 from aliasgar55/main
fixed: #686
2023-10-22 16:50:44 +05:30
82c6e83d56 Merge pull request #711 from survivant/feature/pre-req-and-test
Added pre-request and tests scripts support from Postman Collection
2023-10-22 16:23:19 +05:30
9fd937bfbc fix: #692 2023-10-22 02:49:10 +05:30
bbb904437f chore: re-sync proxy-util.js copies 2023-10-21 14:32:41 -04:00
36d6d115d4 Added properties to collections 2023-10-21 20:51:13 +03:00
fe59cd3223 Added pre-request and tests scripts support from Postman Collection 2023-10-20 19:02:04 -04:00
a6ddf12ee1 feat: run postrequest code after gql schema fetch 2023-10-20 12:13:35 -04:00
7e8073cbdb chore: consolidate postresponse-related code 2023-10-20 12:08:04 -04:00
846ac66ca3 feat: run prerequest code before gql schema fetch 2023-10-20 10:57:26 -04:00
c2bdddaa59 chore: consolidate prerequest-related code 2023-10-20 10:42:53 -04:00
55c52971d6 bug(#699): fixed crashing app on clicking on request result in runner 2023-10-20 14:34:04 +02:00