Commit Graph

299 Commits

Author SHA1 Message Date
Erik Mendoza
24eee98b49 Changing the format of the body.raw when the requestBody is not an object 2022-07-12 17:24:49 -05:00
Luis Tejeda
6bb435bd75 avoid using example.value
use the whole object for example instead of example.value
2022-05-13 13:29:40 -05:00
Luis Tejeda
9410b6dcc1 Search for value prop in schema
Search for value prop in schema
2022-05-12 15:51:34 -05:00
Luis Tejeda
04419abe2c Update schemaUtils.js
Use of existing getRefObject
2022-04-22 10:05:03 -05:00
Luis Tejeda
8c657f3184 Update schemaUtils.js
Fix issue
2022-04-13 16:04:21 -05:00
Luis Tejeda
2b6a1b7637 Add test and code improvements
Add test and code improvements
2022-04-13 12:03:50 -05:00
Luis Tejeda
0d59e40b3a support for value prop in example
Add support for value prop in example
2022-04-12 16:51:58 -05:00
Luis Tejeda
a34abfd649 Change deepObject generation
Change deepObject generation
2022-04-12 11:31:34 -05:00
Vishal Shingala
df174ebe5f Merge pull request #481 from postmanlabs/fix479/valueTypes
values like <integer> in validation
2022-03-14 21:06:54 +05:30
Vishal Shingala
298f731438 Merge pull request #487 from postmanlabs/fix10229/falsyExamples
Fix10229/falsy examples
2022-03-03 10:44:52 +05:30
Luis Tejeda
2582587358 Merge branch 'develop' into fix479/valueTypes 2022-03-01 09:26:24 -06:00
Luis Tejeda
d91284547c Add type validation in params, queries headers
Add type validation in params, queries headers. Extract common functionality.
2022-02-28 16:23:22 -06:00
Luis Tejeda
e39b9649f4 Added null test in bodies
Added null examples in request body and response body
2022-02-28 11:08:13 -06:00
Luis Tejeda
7ac8c9447c Update schemaUtils.js
validate also null possibility
2022-02-24 12:30:29 -06:00
Luis Tejeda
95e7e6567d Support falsy examples defined out of schema 2022-02-24 11:58:42 -06:00
Vishal Shingala
d6ad9133d4 Removed usage of schema resolution cache to avoid incorrect resolution 2022-02-17 12:11:37 +05:30
Vishal Shingala
e6065048c0 Updated resolution of schemas to not happen before hand making sure both validation and coversion flows has same input schema 2022-02-16 18:18:03 +05:30
Erik Mendoza
91762c6fd0 Fix fallback operationId>summary>description>path+method 2022-02-10 12:23:14 -06:00
Erik Mendoza
0aaa953e35 Adding descriptions as fallback in webhooks name, Avoid webhooks folder creation when there are not any webhook in the file and includeWebhooks is true, ignoring local and global servers in webhooks 2022-02-10 11:33:07 -06:00
umeshp7
d8c16ea74a Revert webhooks related changes for validation 2022-02-09 18:22:43 +05:30
Luis Tejeda
f5f54e8af1 Merge branch 'removeAjv4UseAjv6' into feature/sync-develop-and-split-develop 2022-02-08 15:30:34 -06:00
umeshp7
3368be1528 Merge branch 'develop' into feature/sync-develop-and-split-develop 2022-02-08 20:25:03 +05:30
Luis Tejeda
760bcfdebe change ajv draft 4 to ajv 6 and validate using schema for 04
change ajv draft 4 to ajv 6 and validate using schema for 04
2022-02-04 12:45:52 -06:00
Luis Tejeda
e2d324aa4a support for defined schema dialect property on validate transaction 2022-02-03 12:24:50 -06:00
Vishal Shingala
d0ebb83631 To not add accept if already present in request 2022-02-01 12:46:00 +05:30
Vishal Shingala
dd6692e6b3 Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/support-accept-header 2022-02-01 12:29:50 +05:30
Luis Tejeda
663321485b Separate validation layers
Separate validation layers
2022-01-31 15:32:47 -06:00
Vishal Shingala
afa0631d4b Added support for Accept header in conversion 2022-01-31 15:25:44 +05:30
Vishal Shingala
13beeefb50 Merge pull request #455 from postmanlabs/feature/allow-inline-url-pathvar-matching
Fixed issue where for certain collection requests validateTransactions() provided missing path varaible in request even though it was present.
2022-01-31 14:13:13 +05:30
Vishal Shingala
f06f0f26e1 Merge pull request #433 from postmanlabs/feature/fix-undefined-typeerror
Fixed issue where we threw TypeError for undefined parameters.
2022-01-31 11:44:09 +05:30
Vishal Shingala
18153fb847 Fixed issue where for certain collection requests validateTransactions() provided missing path varaible in request even though it was present 2022-01-31 02:29:21 +05:30
Luis Tejeda
dd3b77923a Update schemaUtils.js
added clean web hook name
2022-01-27 15:55:56 -06:00
Luis Tejeda
7bf1218ee2 Merge branch 'feature/AddingWebhooksToConvertion' into feat/validateTransactionWH 2022-01-27 15:45:20 -06:00
Luis Tejeda
71bafccee2 Update schemaUtils.js
handle diferent name of variables than baseUrl for webhooks
2022-01-27 15:44:37 -06:00
Erik Mendoza
dc373c63a0 Fix includeWebhooks option description, adding fallback values 2022-01-27 14:43:33 -06:00
Luis Tejeda
384c23f01c webhooks scenarios 2022-01-27 12:33:42 -06:00
Erik Mendoza
27465dbadd Fix getOptions function, now version must be send inner the criteria object, adding webhooks support in convertion process, adding related tests to supported scenarios 2022-01-26 22:37:32 -06:00
Luis Tejeda
68bb3f7c4f refactoring 2022-01-24 16:51:21 -06:00
Luis Tejeda
bfaf814518 resolve matchingrequest when is a webhook 2022-01-24 16:39:50 -06:00
Vishal Shingala
3d057538bf Merge pull request #450 from postmanlabs/feature/fix-additionalProperties-issues
Fixed issue where $ref in additionalProperties created issue with validation.
2022-01-24 11:31:55 +05:30
Vishal Shingala
b0b5b36cdc Fixed typo in comment 2022-01-20 13:59:02 +05:30
Vishal Shingala
776544a2c9 Disabled body proning for requests with method like GET, HEAD etc. 2022-01-20 12:47:03 +05:30
Vishal Shingala
989cea9ce6 Fixed issue where content-type with wild characters resulted in mismacthes for valid collection headrs 2022-01-19 12:53:15 +05:30
Erik Mendoza
da4fae4977 validating transactions from openapi 3.1 spec, upgrading ajv library, adding tests to new scenarios 2022-01-03 10:21:43 -06:00
Erik Mendoza
53be2a14bb Removing some commented code, adding version value to concrete schemaUtils 2021-12-08 14:16:44 -06:00
Erik Mendoza
34f31e9931 Fix conversion process for openapi 3.1, adding schemaUtils31X and schemaUtils30X, adding unit tests 2021-12-07 21:52:51 -06:00
Vishal Shingala
f46232161d Fixed issue where we threw TypeError for undefined parameters 2021-12-08 00:24:56 +05:30
Luis Tejeda
d6fa8832eb Added test for 31x
Added test for 31x
2021-11-26 14:42:46 -06:00
Luis Tejeda
0be5fb9a75 Update schemaUtils.js
fix failing previous scenario
2021-11-26 14:42:37 -06:00
Luis Tejeda
c8cdf86563 Decouple validation
Decouple validation
2021-11-26 14:37:28 -06:00