-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[type:refactor]Split the document field of the apidoc detail interface,and add fields such as requestHeaders and responseParameters. #4865
Merged
Conversation
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
yes 以 '#' 开始的行将被忽略,而空的提交说明将终止提交。
# Conflicts: # shenyu-admin/src/main/java/org/apache/shenyu/admin/service/manager/impl/SwaggerDocParser.java
ok# 以 '#' 开始的行将被忽略,而空的提交说明将终止提交。
… incorrect when micro service parameter uses "@ApiModelProperty".
…c function of the gateway management system.
…seParameters, and more.
# Conflicts: # shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java
This was referenced Jul 17, 2023
6 tasks
Codecov Report
@@ Coverage Diff @@
## master #4865 +/- ##
============================================
+ Coverage 64.29% 64.47% +0.18%
- Complexity 8195 8224 +29
============================================
Files 1161 1161
Lines 34134 34153 +19
Branches 3060 3061 +1
============================================
+ Hits 21946 22020 +74
+ Misses 10445 10379 -66
- Partials 1743 1754 +11
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
# Conflicts: # shenyu-admin/src/test/java/org/apache/shenyu/admin/service/manager/impl/SwaggerDocParserTest.java
lianjunwei
changed the title
[ISSUE #4848]Disassemble the "document" field of the detail interface of apidoc and add fields such as requestHeaders and responseParameters.
[ISSUE #4848]Split the document field of the apidoc detail interface,and add fields such as requestHeaders and responseParameters.
Jul 18, 2023
lianjunwei
changed the title
[ISSUE #4848]Split the document field of the apidoc detail interface,and add fields such as requestHeaders and responseParameters.
[type:refactor]Split the document field of the apidoc detail interface,and add fields such as requestHeaders and responseParameters.
Jul 18, 2023
yu199195
approved these changes
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1.To simplify front-end development, the "document" field of the detailed interface of apidoc is disassembled. Added fields such as requestHeaders and responseParameters.
2.#4848 , and fix bug: #4779
Front end pr, see: apache/shenyu-dashboard#294
3.Merge order:
first, #4849 , then ,#4865 (Reason: 4865 is based on a 4849 pull branch.)
./mvnw clean install -Dmaven.javadoc.skip=true
.