Vishal Shingala
|
24700da553
|
Addressed comments regarding description change for option strictRequestMatching and updated variable matching to be priorotized over fixed matching
|
2020-06-05 12:37:01 +05:30 |
|
Vishal Shingala
|
db0d7e5a93
|
Used variable matched segments too for ordering matched endpoints in result
|
2020-06-04 11:39:11 +05:30 |
|
Vishal Shingala
|
65ec7f877c
|
Added support for strict request matching option
|
2020-05-28 16:49:58 +05:30 |
|
Vishal Shingala
|
6867b7d130
|
Updated max limit of items faked to 20 from 100
|
2020-05-15 10:48:07 +05:30 |
|
Vishal Shingala
|
ae30e18230
|
Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/fix-min-max-items-overide
|
2020-05-15 00:24:28 +05:30 |
|
Abhijit Kane
|
bb054b0e83
|
Merge pull request #206 from postmanlabs/feature/support-nullable
Added support for nullable keyword in Validation.
|
2020-05-14 23:28:19 +05:30 |
|
Vishal Shingala
|
e5a6264381
|
Updated minItems and maxItem handling for conversion
|
2020-05-13 19:31:45 +05:30 |
|
Vishal Shingala
|
e25e234fa0
|
Added support for using Tags for folder creation (folderStrategy option)
|
2020-05-11 14:54:55 +05:30 |
|
Vishal Shingala
|
537b2a8e61
|
Added support for nullable keyword.
|
2020-04-27 13:05:34 +05:30 |
|
Abhijit Kane
|
facbee88e1
|
Merge pull request #201 from postmanlabs/feature/server-url-bug-fix
Path level server object with variables is not handled correctly
|
2020-04-21 11:40:42 +05:30 |
|
umeshp7
|
4b569dee89
|
Add special handling for local server urls
|
2020-04-17 14:21:13 +05:30 |
|
Vishal Shingala
|
7f7b7a1f8e
|
Show detailed messages for request/response body only and Removed non-required keywords in AjvValidationError
|
2020-04-17 14:10:20 +05:30 |
|
umeshp7
|
5276a0d3ef
|
Remove unnecessary handling for path level servers in convertRequestToItem function
|
2020-04-17 11:52:03 +05:30 |
|
Vishal Shingala
|
bfc6d551bf
|
Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/show-body-mismatches
|
2020-04-17 11:47:44 +05:30 |
|
Vishal Shingala
|
3a8a824ffb
|
Use bracket resolution for application/json
|
2020-04-15 14:58:26 +05:30 |
|
Vishal Shingala
|
f2a56b4da7
|
Use bracket resolution for application/json
|
2020-04-15 14:57:04 +05:30 |
|
Vishal Shingala
|
fecf17255e
|
Resolve refs for processing type VALIDATION upon request body validation
|
2020-04-15 14:26:37 +05:30 |
|
Vishal Shingala
|
7ca547ac6d
|
Added support for detaied validation errors with option detailedBlobValidation
|
2020-04-14 12:43:22 +05:30 |
|
Vishal Shingala
|
8bd37ae4eb
|
Fixed typo
|
2020-04-14 12:17:21 +05:30 |
|
Vishal Shingala
|
6e9a7af27b
|
Fixed invalid transaction paths and changed REQUEST_BODY to BODY for uniformity.
|
2020-04-14 12:11:04 +05:30 |
|
Abhijit Kane
|
eb5cc8e4a1
|
Merge pull request #196 from postmanlabs/feature/support-resolveref-for-validation
Fixed unable to validate schema with type: array
|
2020-04-13 16:44:47 +05:30 |
|
umeshp7
|
1585a1e1e0
|
Add handling for correct baseUrl formation
|
2020-04-13 16:08:03 +05:30 |
|
Vishal Shingala
|
7cf4217b73
|
Addressed comments regarding renaming RESOLVE_REFS_FOR to PROCESSING_TYPE and added decriptive comment for setting minItems and maxItems properties to 2
|
2020-04-08 14:01:31 +05:30 |
|
Vishal Shingala
|
8da0adfb02
|
Fixed URIError for invalid Uri in transaction
|
2020-04-07 18:33:38 +05:30 |
|
Vishal Shingala
|
7b5caaa708
|
Added support for resolving refs for VALIDATION with default being for CONVERSION
|
2020-04-07 16:07:54 +05:30 |
|
Umesh Pathak
|
3c4c2d82b1
|
Add path variable handling for special cases (#171)
|
2020-03-26 04:33:13 +05:30 |
|
Abhijit Kane
|
ce6de43464
|
Merge pull request #176 from jazzyarchitects/feature/fix-variable-naming
Safecheck variables and variable reference
|
2020-03-14 11:15:48 +05:30 |
|
Abhijit Kane
|
f87c1263b2
|
Merge pull request #174 from postmanlabs/bugfix/example-request-headers
Fix incorrect headers issue in example request in responses
|
2020-03-10 12:38:21 +05:30 |
|
Jibin Mathews
|
d2cf33b224
|
Fix error variable
|
2020-03-10 01:51:32 +05:30 |
|
shreys7
|
b9209e64e1
|
Moved originalRequestHeaders array declaration inside responses loop to calculate req headers everytime
|
2020-03-06 19:06:27 +05:30 |
|
shreys7
|
a765581c2c
|
Refactor getRequestParams of schemaUtils to check for array types on both path and opearation params
|
2020-03-04 23:39:56 +05:30 |
|
shreys7
|
7b47c154e0
|
getRefObject in schemautils to return dummy object instead of null to show the user what failed while resolving a ref
|
2020-03-04 23:39:08 +05:30 |
|
Jibin Mathews
|
b6c686f325
|
Safe access schema property
|
2020-03-03 20:16:33 +05:30 |
|
Jibin Mathews
|
4cc64094f3
|
Safe handling decodeURIComponent
|
2020-03-03 20:09:28 +05:30 |
|
umeshp7
|
fd6cea9bef
|
Merge develop into feature/support_for_multifiles
|
2020-02-17 12:02:51 +05:30 |
|
shreys7
|
619fc63aba
|
Fix variable name to log correct warning when schema faker throws an exception
|
2020-02-15 01:58:41 +05:30 |
|
umeshp7
|
ad36fca135
|
Merge develop into feature/support-for-multifiles
|
2020-02-05 12:51:24 +05:30 |
|
shreys7
|
0a66b5f701
|
Merge branch 'develop' into feature/required-in-parameter-description
|
2020-02-05 11:22:28 +05:30 |
|
shreys7
|
3621767896
|
Merge branch 'develop' into feature/cache-fake-schema
|
2020-01-31 12:50:04 +05:30 |
|
shreys7
|
cc74ce0f14
|
Merge branch 'develop' into feature/required-in-parameter-description
|
2020-01-28 15:43:39 +05:30 |
|
Shrey Shah
|
c896af177e
|
Merge pull request #156 from postmanlabs/feature/bugfix-empty-examples
Fix for empty examples.
|
2020-01-28 13:54:18 +05:30 |
|
shreys7
|
3063abee4c
|
Move description extraction logic to getParameterDescription function
|
2020-01-27 18:58:22 +05:30 |
|
shreys7
|
68e8419a10
|
Add sha1 hasing of schemaFakerCache keys and update the corresponding tests
|
2020-01-27 12:08:31 +05:30 |
|
umeshp7
|
a2c665c95c
|
Reusing parsing logic for oas
|
2020-01-24 14:51:45 +05:30 |
|
shreys7
|
c6008d523e
|
Revert enum message changes to be displayed to the user
|
2020-01-22 14:49:20 +05:30 |
|
shreys7
|
4516c0adc8
|
Add schemaResolutionCache logic for validator functions
|
2020-01-21 13:41:33 +05:30 |
|
umeshp7
|
bc6a4c9573
|
Remove console.log from schemaUtils
|
2020-01-16 15:43:12 +05:30 |
|
umeshp7
|
dde6bdd61a
|
Fix for empty examples.
|
2020-01-16 15:37:32 +05:30 |
|
umeshp7
|
cdee72ed47
|
Fix for incorrect use of $ref variable
|
2020-01-16 13:32:26 +05:30 |
|
Abhijit Kane
|
c7c06f4d53
|
Safe check for parameters prop for invalid pathItem object
|
2020-01-13 11:33:47 +05:30 |
|