Commit Graph

1425 Commits

Author SHA1 Message Date
Luis Tejeda
4fe12fbb0c Update detectRoot.test.js
fix typo
2022-05-02 21:14:39 -05:00
Luis Tejeda
bca54e58d1 Update versionUtils.js
Remove unnecessary code
2022-05-02 21:14:39 -05:00
Luis Tejeda
30cc74b720 add multiple versions support
add multiple versions support
2022-05-02 21:14:36 -05:00
Luis Tejeda
36e83721dd Added first scenarios
Added first scenarios
2022-05-02 21:09:50 -05:00
Luis Tejeda
006c3de8a8 Update schemaUtils.js
Fix issue
2022-05-02 21:09:50 -05:00
Luis Tejeda
d226580b52 Add test and code improvements
Add test and code improvements
2022-05-02 21:09:50 -05:00
Luis Tejeda
ac9df06e84 support for value prop in example
Add support for value prop in example
2022-05-02 21:09:50 -05:00
Erik Mendoza
fa623d32c0 Fix swagger to openapi convertion
Removing async await implementation and using callback implementation instead.
Fixin the related tests
2022-04-28 16:38:18 -05:00
Erik Mendoza
bd33ad10b0 Solving comments
The convertion methods has been added fot the version 2.0
it was added a test to validate the convertSwaggerToOpenapi method.
convertSwaggerToOpenapi throws an error when it fails
2022-04-27 20:47:19 -05:00
Luis Tejeda
afbdbcbd46 Merge pull request #506 from postmanlabs/feature/SwaggerConvert
adding multifile swagger examples, adding tests to validate merging, …
2022-04-20 12:02:49 -05:00
Luis Tejeda
29344caa91 Merge branch 'develop' into feature/SwaggerConvert 2022-04-20 10:55:57 -05:00
Vishal Shingala
ade090cb9d Merge pull request #507 from postmanlabs/feature/fix-travis-issue
Fixed travis pipelines build issue for certain node version.
2022-04-20 15:00:37 +05:30
Vishal Shingala
4c860945e4 Fixed tests for travis.yaml to not include some of node versions 2022-04-20 11:10:30 +05:30
Vishal Shingala
0f972c8c29 Updated travis pipeline to use xenial dist 2022-04-20 11:07:33 +05:30
Erik Mendoza
ae43c43f6f adding multifile swagger examples, adding tests to validate merging, merge and validate support for swagger 20 2022-04-19 19:33:26 -05:00
Carlos-Veloz
176a351635 Merge pull request #505 from postmanlabs/feature/SwaggerConvert
Feature/swagger convert
2022-04-19 10:47:50 -05:00
Carlos_Veloz
1e40506157 updating error msgs 2022-04-19 10:29:31 -05:00
Erik Mendoza
90a191dc4c Removing duplicated tests 2022-04-14 15:17:40 -05:00
Erik Mendoza
0f213a5168 Adding tests to convertion in swagger 20 2022-04-14 14:52:26 -05:00
Erik Mendoza
6078a961f9 Adding swagger support in convert 2022-04-14 14:51:28 -05:00
Erik Mendoza
888bd70565 Adding swagger support in convert 2022-04-14 14:50:14 -05:00
Carlos-Veloz
b9bb50db5d Merge pull request #500 from postmanlabs/feature/ParseGetMetadataGetOptionsAndValidate
Parse, getOptions, getMetadata and validate methods
2022-04-14 10:35:48 -05:00
Erik Mendoza
42584d5d3b Removing some unecessary comments 2022-04-13 10:50:36 -05:00
Erik Mendoza
75d88841d5 Merge pull request #502 from postmanlabs/fix10752/deepObjectLengthProp
Change deepObject generation
2022-04-12 13:14:41 -05:00
Luis Tejeda
a34abfd649 Change deepObject generation
Change deepObject generation
2022-04-12 11:31:34 -05:00
Erik Mendoza
156e8b8436 Parse, getOptions, getMetadata and validate methods
Some methods has been moved and integrated to openapi to postman.
Scenarios related with folder input type are missing but they will be added in next tasks
2022-04-08 15:51:13 -05:00
Vishal Shingala
74d065bcdb Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into develop 2022-03-15 18:35:58 +05:30
Vishal Shingala
df174ebe5f Merge pull request #481 from postmanlabs/fix479/valueTypes
values like <integer> in validation
2022-03-14 21:06:54 +05:30
Luis Tejeda
adde11a1d5 add format scenarios
added support for:
date-time, date, float, double, and verification for byte, binary and password
2022-03-09 13:02:12 -06:00
Vishal Shingala
60bbc2b178 Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into develop 2022-03-09 12:19:31 +05:30
Luis Tejeda
1d5b475cfa Update deref.test.js
remove commented line
2022-03-07 10:26:31 -06:00
Luis Tejeda
aec94b7f03 Add testing scenarios and simplify into one file
Add testing scenarios and simplify into one file (compose object in prams)
2022-03-07 10:07:30 -06:00
Luis Tejeda
a22700bc96 Add support for int64 format
Add support for int 64 format
2022-03-04 17:43:12 -06:00
Luis Tejeda
3442d824b6 test for <long>
test for <long>
2022-03-04 14:49:02 -06:00
Luis Tejeda
31874394c6 Merge pull request #492 from postmanlabs/fix485/transactionPathTests2
Add test for transaction path in validation
2022-03-04 11:41:59 -06:00
Vishal Shingala
8cdefb003e Merge pull request #494 from postmanlabs/release/3.1.0
Released v3.1.0.
2022-03-04 14:42:52 +05:30
Vishal Shingala
af7e365b45 Merge branch 'release/3.1.0' into develop 2022-03-04 14:32:28 +05:30
Vishal Shingala
5311b81bab Released v3.1.0 2022-03-04 14:32:27 +05:30
Luis Tejeda
b0f57b7688 Test for checking deeper properties
Test for checking deeper properties in detailed blob validation
2022-03-03 10:42:57 -06:00
Vishal Shingala
14f0eb04a0 Merge pull request #491 from postmanlabs/fix10672/patternKeyInSchema
Fix #10672, Adding support to schemas with pattern key as schema prop…
2022-03-03 19:06:41 +05:30
Vishal Shingala
820027a567 Merge pull request #489 from postmanlabs/feature/fix-readonly-required-resolution
Fixed an issue where readOnly and writeOnly properties were not removed from required in resolved schema.
2022-03-03 19:04:56 +05:30
Vishal Shingala
4408ee48ec Merge branch 'develop' into feature/fix-readonly-required-resolution 2022-03-03 10:58:22 +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
8927e4b528 Add test for transaction path in validation
Add test for transaction path in validation
2022-03-01 12:12:56 -06:00
Luis Tejeda
d82aee00d2 Fix merging errors
Fix errors on merge.
2022-03-01 09:46:28 -06:00
Luis Tejeda
2582587358 Merge branch 'develop' into fix479/valueTypes 2022-03-01 09:26:24 -06:00
Vishal Shingala
155d194b57 Merge pull request #482 from postmanlabs/feature/validateTransaction-fixes
Fixed issue where newly converted collection had mismatches from validateTransaction() API.
2022-03-01 14:38:26 +05:30
Vishal Shingala
9a250f4982 Merge pull request #483 from postmanlabs/feature/fix-incorrect-schema-resolution
Removed usage of schema resolution cache to avoid incorrect resolution.
2022-03-01 14:22:02 +05:30
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