-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Merge Develop #7312
Merged
li-xiao-shuang
merged 48 commits into
alibaba:summer2021_issue#5695
from
li-xiao-shuang:summer2021_issue#5695
Nov 29, 2021
Merged
Merge Develop #7312
li-xiao-shuang
merged 48 commits into
alibaba:summer2021_issue#5695
from
li-xiao-shuang:summer2021_issue#5695
Nov 29, 2021
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
…st class (alibaba#7042) * delete unit test case that already exist in HttpUtilsTest * move unit test case to QueryTest * move unit test case to ResponseHandlerTest * delete empty test class
…baba#7133) * [ISSUE alibaba#5092] add unit tests for constant in nacos-config * [ISSUE alibaba#5092] add license for CounterModeTest.java
* can be replaced with lambda * can be replaced with <>
* Move ability classes. * Add ServerAbilityInitializer and RemoteAbilityInitializer * Add NamingAbilityInitializer. * Use ServerAbilityInitializer replace old init ability. * For pmd.
* fix PushAckRequest mismatch problem. * add doc. * add doc.
* Add rest api v2 in core module * merge cluster listNodes methods * ut * add beta annotation
* Add service rest api for v2. * For PMD.
* replace with lambda * replace with lambda
* can be replaced with lambda * can be replaced with <> * replace with lambda * delete unused import
- Add catch block, return getBytes result if base64 decode failed - Add JwtTokenManager unit test Closes alibaba#7203
* Fix alibaba#6973 problem. customer istio sync hostname * Fix alibaba#6973 problem. add domain suffix * Fix alibaba#6973 problem. add domain suffix config * Fix alibaba#6973 problem. run clean install and code format
…context is management (alibaba#7236) Close#7230
…nfig (alibaba#7206) * [ISSUE alibaba#5092] add unit test for ConfigServletInner in nacos-config * [ISSUE alibaba#5092] update ConfigServletInnerTest in nacos-config
…llerTest in nacos-config (alibaba#7201)
… to expose different nacos server ports (alibaba#7150)
…m" in grpc proto file (alibaba#7193) (alibaba#7197)
… persistent). (alibaba#7239) * Make one service keep one kind of instance (ephemeral or persistent). * Fix IT error
…acos-co… (alibaba#7271) * [ISSUE alibaba#5092] add unit test for utils about group\log\MD5 in nacos-config * [ISSUE alibaba#5092] format unit test for utils about group\log\MD5 in nacos-config
…r the client module. Part 2 (alibaba#7256) * add Constants.java * Optimize the constants to the logging package for the client module
…the client module. Part 5 (alibaba#7259) * add Constants.java * Optimize the constants to the utils package for the client module
…protocol in nacos-config (alibaba#7278)
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.
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
XXXXX
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.