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.
feat(openapi): create app
feat(openapi): create app
fix: remove create app by env
feat: support init admins when create app
refactor: path "apps/create" -> "apps"
test: move to IntegrationTest
Update AppOpenApiServiceTest.java
refactor: use OpenCreateAppDTO instead of OpenAppDTO
test: testCreateAppThenCreateNamespaceThenRelease
Update CHANGES.md
add assignAppRoleToSelf to mark role permission
testCreateAppButHaveNoAppRole
refactor: use composite instead of extend OpenAppDTO
Update OpenCreateAppDTO.java
test: make test more complex. create the cluster too
What's the purpose of this PR
Fix the test case com.ctrip.framework.apollo.openapi.client.service.ItemOpenApiServiceTest.testFindItemsByNamespace
Which issue(s) this PR fixes:
Fixes #43
Brief changelog
I propose using a LinkedHashMap, so that the order in which the params are inserted is preserved and flakiness is resolved.
https://github.com/ThugJudy/apollo-java/blob/d8e4352ff8c9e9c6fc37961c49d4b7018b47fc14/apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/client/url/OpenApiPathBuilder.java#L64
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.CHANGES
log.