This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
forked from stoplightio/api-spec-converter
-
Notifications
You must be signed in to change notification settings - Fork 48
RAML - Swagger url support in converter. #3
Open
unicornio8
wants to merge
59
commits into
mulesoft:master
Choose a base branch
from
unicornio8:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
dc3105a
Url support in converter.
e462864
Update README.md
agustinlg cff7644
DESIGNER-250 Fixes additionalProperties raml definition
5275223
DESIGNER-251 Adds oas-schema-title and oas-property-title annotations
322f04b
DESIGNER-252 Fixes date-only values with common errors
bca8178
Add mode parameter to parser bin script
f428c88
DESIGNER-255 Fixes property named 'facet' bug
c52e3ea
DESIGNER-256 Fixes body inline schema bug
2c2dd22
Removes innecesary displayName for uri parameters. Generates new raml…
ddfa8c9
DESIGNER-257 Fixes properties named '' or 'additionalProperties' bug
99c022d
Modified bin scripts
bd042af
Import functional spec examples
2904c25
Import functional spec examples
c91715b
SE-5090 additionalProperties convertion to RAML
e5975b7
Added raml examples and ignored test for raml to swagger conversion
2dfd7de
Import functional spec examples
bdf7bb8
Updates some apiguru apis
7b26bc1
DESIGNER-258 Replaces annotations for facets definitions in certain p…
a20293d
Tag version 0.1.0
b8989b5
DESIGNER-260 Raml to Swagger header type missing in exported Swagger
157f791
DESIGNER-261 Fixes item´s type convertion to swagger
61b7bc3
DESIGNER-262 Bump raml parser to 1.1.13
1d51449
Generates some files of raml-to-swagger test
3634732
Validate only import or export
0fe3a18
DESIGNER-282 Raml to Swagger, Swagger does not allow required propert…
15c6feb
DESIGNER-237: raml to oas : traits are converted as global parameters…
6fec3b7
Export functional spec examples
e760943
Export functional spec examples
552a02a
Export functional spec examples
a33e7fb
DESIGNER-285 Raml to Swagger - required in Swagger schema should be a…
edab7dc
DESIGNER-231: remove empty description attribute from OAS info node
c741ac4
DESIGNER-231: remove empty description attribute from OAS parameter node
9b20b57
DESIGNER-61: raml to swagger : resources order should be the same whe…
3fda30f
Export functional spec examples
e65bd37
avoid allOf attribute if all elements are the same
0e0303c
modify usage of let and const
2c3bec3
DESIGNER-279 Union types convertion
d1bc758
Export functional spec examples
fda63b9
DESIGNER-289 Multiple examples convertion
4c83cfb
Fixes importing items of type object in raml and adds excluded apis
3c5a3ad
move method to static
fa4f50b
DESIGNER-287: from oas to raml: convert OAS facets to Raml annotations
8c95e46
fix func-spec-example-20.yaml test file
baa5413
remove empty definitions attribute when empty
60bd066
remove postman and stoplight support
3d51764
remove unused declarations
6c89c07
Fixing AUTO when using a fsResolver
f1b9a37
DESIGNER-291 Removes 'date' from raml scalar types
af0a0f2
next version
715a261
add custom attribute to keep original type definition when it convert…
932bfb4
DESIGNER-295 Additional properties with pattern convertion
efaf5b4
oas to raml: add allOf inline response definition test file
8402417
DESIGNER-289 Adds x-raml-example-name facet
7261d74
DESIGNER-290 From Raml to Swagger, items should not reference an own …
cd63733
DESIGNER-299: raml to swagger : wrong convertion when union type is u…
041e6a8
Fixes issue with baseraml importer - Path parameters lost when declar…
adea4b6
change swagger output test file to yaml format
c5185e1
DESIGNER-300 Examples convertions
4935f2e
Url support in converter.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,4 @@ test/data/temp.json | |
temp.json | ||
.idea | ||
.DS_Store | ||
*.iml | ||
/npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
node_modules | ||
coverage | ||
example/target | ||
test/data/temp.json | ||
temp.json | ||
.idea | ||
.DS_Store | ||
/npm-debug.log | ||
|
||
site | ||
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change only intends to add support for a url in the command line right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, yes if you pass URL get the conversion from RAML