-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
feature(openapi): Add a new API to load items with pagination #4468
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4468 +/- ##
============================================
- Coverage 53.58% 53.56% -0.02%
- Complexity 2692 2698 +6
============================================
Files 488 489 +1
Lines 15229 15281 +52
Branches 1587 1587
============================================
+ Hits 8160 8186 +26
- Misses 6513 6540 +27
+ Partials 556 555 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. |
...service/src/main/java/com/ctrip/framework/apollo/adminservice/controller/ItemController.java
Outdated
Show resolved
Hide resolved
...napi/src/main/java/com/ctrip/framework/apollo/openapi/client/service/ItemOpenApiService.java
Outdated
Show resolved
Hide resolved
apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/dto/OpenPageDTO.java
Show resolved
Hide resolved
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.
Great! Please also update the CHANGES.md and open api documentations( zh, en )
Done. |
...napi/src/main/java/com/ctrip/framework/apollo/openapi/client/service/ItemOpenApiService.java
Outdated
Show resolved
Hide resolved
apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/dto/OpenPageDTO.java
Outdated
Show resolved
Hide resolved
.../src/test/java/com/ctrip/framework/apollo/openapi/client/service/ItemOpenApiServiceTest.java
Show resolved
Hide resolved
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.
LGTM
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.
LGTM
@mghio please help to resolve the conflict. |
Done. |
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.
LGTM
What's the purpose of this PR
Add a new API to load items with pagination.
Which issue(s) this PR fixes:
Fixes #4320
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.