Commit Graph

1533 Commits

Author SHA1 Message Date
Luis Tejeda
2fea161d84 Add scenario one file pointing to root file
Add scenario one file pointing to root file
2022-05-02 21:14:39 -05:00
Luis Tejeda
2312dccd74 Add test working from index
add pipeline from schemapack to related files
2022-05-02 21:14:39 -05:00
Luis Tejeda
270fb5ce43 Add algorithm for adjacent and missing nodes
Add algorithm for adjacent and missing nodes
2022-05-02 21:14:39 -05:00
Luis Tejeda
2fefe62dc1 Add dfs algorithm
Add dfs algorithm
2022-05-02 21:14:39 -05:00
Luis Tejeda
0b03a26d1c Add default version to response
Add default version to response
2022-05-02 21:14:39 -05:00
Luis Tejeda
e98d8af870 remove unnecesary method
remove unnecesary method
2022-05-02 21:14:39 -05:00
Luis Tejeda
8245b36f2d add support for empty content
no content and multi version example
2022-05-02 21:14:39 -05:00
Luis Tejeda
f200446d92 Update schemapack.js
Add method description
2022-05-02 21:14:39 -05:00
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