Ankit Saini
1d52cfdca8
Fix failing test
2021-10-03 17:35:13 +05:30
Ankit Saini
733e9735b7
Add unit test
2021-10-01 10:01:38 +05:30
Ankit Saini
c3382897ea
Use 'file' mode if request schema type is 'string' and format is 'binary'
2021-09-30 09:52:24 +05:30
Vishal Shingala
c3647394fd
Merge branch 'release/2.11.0' into develop
2021-09-28 18:47:18 +05:30
Vishal Shingala
3faba3e730
Released v2.11.0
2021-09-28 18:47:18 +05:30
Vishal Shingala
f19aa23be0
Merge pull request #383 from thim81/pr-implicit-headers-option
...
Added option to manage implicit headers
2021-09-28 18:42:32 +05:30
Vishal Shingala
2718ef1e61
Merge pull request #402 from postmanlabs/snyk-upgrade-ac3d8bec799c3df7efd83309cc4a64c2
...
[Snyk] Upgrade async from 3.2.0 to 3.2.1
2021-09-28 18:41:27 +05:30
Vishal Shingala
09f8300d94
Merge pull request #404 from thim81/patch-2
...
Add NPM badges
2021-09-28 18:08:34 +05:30
Vishal Shingala
dcdb948491
Merge pull request #409 from postmanlabs/feature/fix-response-code-null
...
Fixed issue where genberated collection contained response code as null.
2021-09-28 18:08:01 +05:30
Vishal Shingala
7b04195e8d
Fixed issue where genberated collection contained response code as null
2021-09-18 00:22:59 +05:30
thim81
b51d152169
Update README.md
2021-09-13 13:55:10 +02:00
thim81
a8a8bbafb5
Update README.md
...
Added badges for NPM version & total downloads.
If you land on the Github page of openapi-to-postman, it is confusing to find out what is now the latest version at first glance.
Adding the NPM version badge will make it easier. The total downloads badge indicates how widely used the package is.
2021-09-13 13:51:44 +02:00
Tim
d58e892f55
Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers.
2021-09-07 15:43:59 +02:00
Tim
91aaff36d8
Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers.
2021-09-07 15:41:37 +02:00
Tim
e4e30d755c
Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers.
2021-09-07 13:14:14 +02:00
Tim
3420f02049
Skip automatic header addition when "keepImplicitHeaders" is active, to prevent duplicate headers.
2021-09-06 14:49:14 +02:00
Tim
a629c3f31c
Added additional tests for "keepImplicitHeaders" option
2021-09-06 14:36:35 +02:00
Tim
6af0b8c039
Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers.
2021-09-06 14:36:16 +02:00
snyk-bot
84f8702511
fix: upgrade async from 3.2.0 to 3.2.1
...
Snyk has created this PR to upgrade async from 3.2.0 to 3.2.1.
See this package in npm:
https://www.npmjs.com/package/async
See this project in Snyk:
https://app.snyk.io/org/postman/project/a5c111c7-1bc9-4d89-849d-6732a81fc539?utm_source=github&utm_medium=upgrade-pr
2021-08-27 20:09:41 +00:00
Tim
081215259e
Added option to manage implicit headers
2021-08-20 17:51:29 +02:00
Tim
171f52c109
Fixed incorrect check from "bearer" to "apikey"
2021-08-20 17:41:52 +02:00
Tim
dcf2a3c71e
Added tests for IMPLICIT_HEADERS behaviour
2021-08-20 17:36:15 +02:00
Vishal Shingala
717074eb57
Merge branch 'release/2.10.1' into develop
2021-08-18 16:44:15 +05:30
Vishal Shingala
a935fbe4d0
Released v2.10.1
2021-08-18 16:44:15 +05:30
Vishal Shingala
f1177835ec
Merge pull request #398 from postmanlabs/feature/stacklimit-option
...
Added support for stackLimit option to customize schema resolution level.
2021-08-18 16:42:09 +05:30
Vishal Shingala
ef95782d53
Updated system tests with addition of new option stackLimit
2021-08-17 17:36:22 +05:30
Vishal Shingala
2d46525717
Updated readme.md to include usage and description of option
2021-08-17 17:27:47 +05:30
Vishal Shingala
1716c4cdc3
Added support for stackLimit option to customize schema resolution level
2021-08-17 17:11:00 +05:30
Vishal Shingala
8f7a6be09d
Merge branch 'release/2.10.0' into develop
2021-08-06 14:22:58 +05:30
Vishal Shingala
4a5933cceb
Released v2.10.0
2021-08-06 14:22:58 +05:30
Vishal Shingala
9ee7055e61
Merge pull request #331 from postmanlabs/feature/automate-release-script
...
Added script for automating release process
2021-08-06 14:18:43 +05:30
Vishal Shingala
0de131c354
Merge pull request #396 from postmanlabs/feature/fix-schema-caching
...
Fixed issue where invalid cached schemas were being used for resolution.
2021-08-05 19:54:24 +05:30
Vishal Shingala
66df6a3617
Merge pull request #393 from raghavgarg1257/fix/apiKey-securityScheme-value
...
Fixes the value format for apiKey security scheme.
2021-08-05 19:54:04 +05:30
Vishal Shingala
6832a1de11
Merge pull request #395 from postmanlabs/feature/fix-pmvar-faker
...
Fixed issue where example values with pm variable syntax were not picked up in conversion.
2021-08-05 19:52:50 +05:30
Vishal Shingala
446ca77444
Added more comments to understand added fields correctly
2021-08-05 14:53:41 +05:30
Vishal Shingala
25b2ee0831
Updated code to be more readable as suggested in comment
2021-08-05 12:26:00 +05:30
Vishal Shingala
a14cc2a4de
Merge pull request #388 from postmanlabs/feature/update-dependencies
...
Updated vulnerable dependencies.
2021-08-05 11:57:02 +05:30
Vishal Shingala
a79c1e9458
Merge pull request #389 from postmanlabs/feature/fix-missing-description-validation
...
Fixed issue where description was missing from suggested fix from mismatches.
2021-08-05 11:56:39 +05:30
Vishal Shingala
3cbbf4f320
Added tests to validate failing case currently to be fixed
2021-08-04 19:35:30 +05:30
Vishal Shingala
19b0e1db9e
Fixed issue where invalid cached schema was being used
2021-08-02 18:12:43 +05:30
Vishal Shingala
f27caece5c
Fixed issue where example values with pm variable syntax were not picked up in conversion
2021-08-02 15:39:47 +05:30
raghav
7dc00a2894
Fixes the value format for apiKey security scheme.
...
The apiKey is applied either in query param or header, currently the
value is a boolean whereas the value in header or query should always be
a string.
2021-07-29 20:00:48 +05:30
thim81
e512bcc383
Merge branch 'postmanlabs:develop' into pr-implicit-headers-option
2021-07-24 17:46:42 +02:00
Vishal Shingala
4c57b5e75a
Fixed issue where description was missing from suggested fix for missing_in_request type of mismatches
2021-07-22 17:05:41 +05:30
Vishal Shingala
70a3905c58
Updated vulnerable dependencies
2021-07-22 12:03:12 +05:30
Vishal Shingala
bb35217f3f
Merge branch 'release/2.9.0' into develop
2021-07-16 14:09:32 +05:30
Vishal Shingala
1dcf08addb
Released v2.9.0
2021-07-16 14:09:32 +05:30
Vishal Shingala
5571296cca
Merge pull request #386 from postmanlabs/feature/fix-deepobject-conversion
...
Fixed issue where params with style deepObject were converted to only one level of key-value pair.
2021-07-16 14:03:39 +05:30
Vishal Shingala
13ebc2599e
Added support for validation of deepObject styled parameters
2021-07-15 23:25:58 +05:30
Vishal Shingala
aeeae466e8
Fixed issue where params with style deepObject were only converted to only one level of key-value pair
2021-07-14 16:50:06 +05:30