-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: import route from OpenAPI Specification3.0 #1102
Merged
liuxiran
merged 51 commits into
apache:master
from
Jaycean:import_export_route_from_openapi
Jan 27, 2021
Merged
Changes from 21 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
6b4abc5
Import & Export route from OpenAPI Specification3.0
Jaycean 6414076
Merge branch 'master' into import_export_route_from_openapi
Jaycean 17b356c
Merge branch 'master' into import_export_route_from_openapi
johzchen e04fc9a
Merge branch 'master' into import_export_route_from_openapi
juzhiyuan 72ba9c0
feat: Import route from OpenAPI Specification3.0
johzchen a476126
chore: go fmt
johzchen 29cfc85
feat: Import route from OpenAPI Specification3.0
johzchen 2b9c57c
feat: Import route from OpenAPI Specification3.0
johzchen fa9ed4a
test: add test case
johzchen 65ac184
test: add test case
johzchen 8244358
test: add more test cases
johzchen 091ebb1
Merge branch 'master' into import_export_route_from_openapi
nic-chen 12a6191
fix: license
johzchen cbf1c04
Merge branch 'master' into import_export_route_from_openapi
nic-chen c7aacac
Merge branch 'import_export_route_from_openapi' of github.com:Jaycean…
johzchen 3854f03
fix: dockerfile
johzchen c18863c
fix: CI failed
johzchen c1a6a1c
Merge branch 'master' into import_export_route_from_openapi
nic-chen 60f6f30
fix: use openapi 3.0
johzchen 1de6730
Merge branch 'import_export_route_from_openapi' of github.com:Jaycean…
johzchen eddabd2
fix: test fail
johzchen dbb69dd
Merge branch 'master' into import_export_route_from_openapi
johzchen f370f54
fix error
johzchen 0e71f3b
fix according to review
johzchen 8e02fdb
fix: no newline at end of file
johzchen a08d4e1
fix: yaml format
johzchen 6a7fdc7
Update api/test/testdata/import-test-plugins.yaml
nic-chen 2984dc1
Merge branch 'master' into import_export_route_from_openapi
johzchen be06fbc
fix error
johzchen a47ef38
fix yaml format
johzchen aff9d07
fix: reject empty or invalid file
johzchen 9543e29
Merge branch 'master' into import_export_route_from_openapi
johzchen 1caeb35
fix: losing `header_schema` for plugin `request-validation`
johzchen 052fdd1
feat: merge methods of path
johzchen 9576e27
feat: force import
johzchen 686b7a5
test: add unit test
johzchen 7d60375
fix CI failed
johzchen 8f60f02
test: more test cases
johzchen 4e06b76
Merge branch 'master' into import_export_route_from_openapi
johzchen c7bc640
fix method of test case
johzchen 11f8950
Merge branch 'master' into import_export_route_from_openapi
johzchen 1d5d2f4
fix review
johzchen cd13cc1
Merge branch 'master' into import_export_route_from_openapi
johzchen e5742eb
fix: using new version of droplet to avoid error
johzchen d336387
fix: unit test
johzchen 74deea1
chore: revert `route/route.go`
johzchen 8126dc9
fix: review
johzchen 5f8e31a
Merge branch 'master' into import_export_route_from_openapi
johzchen a99c92b
test: add test cases for import the file exported.
johzchen 8c6ffa9
fix: test cases failed
johzchen e5d494d
fix error
johzchen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Why not just using
%#v
to show the object?