Commit Graph

227 Commits

Author SHA1 Message Date
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
7b04195e8d Fixed issue where genberated collection contained response code as null 2021-09-18 00:22:59 +05:30
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
6af0b8c039 Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers. 2021-09-06 14:36:16 +02:00
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
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
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
Tim
2706789cd9 Added option to manage implicit headers 2021-06-30 14:18:08 +02:00
Tim
f7ca6c5fb4 Added option to manage implicit headers 2021-06-29 23:53:19 +02:00
Vishal Shingala
e5039e962e Fixed all reported type errors 2021-06-23 11:07:20 +05:30
Vishal Shingala
23c2456914 Merge pull request #349 from pcgamer1/no_auth_for_empty_obj
Added a check for an empty object for no authorization
2021-05-11 20:46:34 +05:30
Vishal Shingala
a4175720a0 Fixed issue where nested objects present in parameters caused validation mismatches 2021-04-26 19:07:38 +05:30
sarthak_saxena_72
91d5ca55c2 change in the check and added test case 2021-03-31 14:47:44 +05:30
sarthak_saxena_72
6d094504bc changed type to noauth 2021-03-29 01:10:51 +05:30
sarthak_saxena_72
2bf429c146 fixed lint 2021-03-28 23:32:22 +05:30
sarthak_saxena_72
d5d911c08e added a check for an empty object in security 2021-03-28 23:18:48 +05:30
Vishal Shingala
fe7a22cff0 Fixed wrongly defined maxLength option for schemaFaker 2021-03-19 15:47:10 +05:30
Vishal Shingala
2a23baf8ee Fixed issue where certain parameter were not converted to variables in conversion 2021-03-17 20:05:43 +05:30
Vishal Shingala
86627b952c Merge pull request #344 from postmanlabs/feature/fix-urlencoded-required-properties
Fixed issue where non-required params were not disbled for urlencoded body.
2021-03-17 20:01:57 +05:30
Vishal Shingala
168e66ee4c Updated way required is defined for property 2021-03-17 19:44:39 +05:30
Vishal Shingala
e81e5e8555 Fixed issue where required params were not disbled for urlencoded body 2021-03-16 09:33:12 +05:30
Vishal Shingala
bd3dd588d4 Fixed issue where exmples which had non-truthy value were not present in converted collection 2021-03-15 11:47:25 +05:30
Vishal Shingala
872e3bfcea Fixed issue where implicit headers generation and validation 2021-03-08 15:56:15 +05:30
Vishal Shingala
90b5d4d3e0 Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/fix-invalid-path-match 2021-02-19 15:42:58 +05:30
Vishal Shingala
6d55e6bbd4 Merge pull request #335 from postmanlabs/feature/fix-inconsistent-id-usage
Fixed incorrect usage of id field in sdk.variable and used key.
2021-02-19 15:36:06 +05:30
Vishal Shingala
757b1a9797 Merge pull request #320 from postmanlabs/feature/other-bodytype-validation
Added support for urlencoded body validation.
2021-02-19 12:44:59 +05:30
Vishal Shingala
8017a8a923 Fixed incorrect usage of id field in sdk.variable and used key 2021-02-19 11:07:44 +05:30
Vishal Shingala
f95435749c Added handling to report missing in collection mismatch only for required properties 2021-02-19 10:34:55 +05:30
Vishal Shingala
245ff95d39 Fixed validation issue where result returned were in incorrect order 2021-02-17 16:47:06 +05:30
Vishal Shingala
3c082c6873 Fixed validation issue where content type header was reported missing even if present 2021-02-17 15:02:25 +05:30
Vishal Shingala
373c3aba5f Fixed incorrect transaction path provided in result 2021-02-15 23:25:05 +05:30
Vishal Shingala
8c718247a4 Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/other-bodytype-validation 2021-02-01 21:56:02 +05:30
Vishal Shingala
c2ec1d416e Merge branch 'develop' into feature/disable-optional-parameters 2021-01-27 22:10:12 +05:30
Vishal Shingala
664c30b6d5 Merge pull request #322 from postmanlabs/feature/fix-incorrect-pathvar-mismatches
Fixed issue where incorrect mismatches were reported for valid path variables.
2021-01-27 16:38:58 +05:30
Vishal Shingala
6dd22d6841 Merge pull request #321 from postmanlabs/feature/fix-wrong-pathvar-index
Fixed issue where validation result contained incorrect path variable indices.
2021-01-25 17:47:37 +05:30
Vishal Shingala
32ec69289d Merge pull request #314 from postmanlabs/feature/fix-explode-params
Fixed incorrect handling for explodable parameters for resolution schema.
2021-01-25 17:45:54 +05:30
Vishal Shingala
9ce60474f8 Merge pull request #317 from postmanlabs/feature/parameter-example-fix
Fixed issue where parameter examples were not used in faked data.
2021-01-25 17:42:23 +05:30
Vishal Shingala
a6f84df31b Fixed validation issue where incorrect mismatches were reported for path variables 2021-01-07 11:49:18 +05:30
Vishal Shingala
a3748c57e2 Updated handling for existing urlencoded body conversion and to suggest serialised value according to spec 2021-01-06 10:49:21 +05:30
Vishal Shingala
a3088b6017 Fixed issue where result contained incorrect path variable indices 2021-01-05 00:12:23 +05:30
Vishal Shingala
45869abdfc Added support for urlencoded body validation 2021-01-04 12:55:55 +05:30
Vishal Shingala
f6b45ca0a2 Fixed issue where parameter examples were not used in conversion 2020-12-27 23:57:39 +05:30
Vishal Shingala
5ea2c0820c Fixed issue where for type array examples with more than 2 elements were not used in faking 2020-12-21 11:37:23 +05:30
Vishal Shingala
d3ac1261d0 Fixed incorrect handling for explodable parameters for resolution schema 2020-12-04 00:41:51 +05:30
Ed Clements
fe90adf833 Fix lint errors 2020-09-18 16:06:06 +01:00
Ed Clements
1bde5d603a Disable optional parameters
Adds a new option disableOptionalParameters to mark optional parameters
(required is false) as disabled.
2020-09-18 15:10:59 +01:00