forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
同步alibaba develop到自己的develop #1
Merged
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
# Conflicts: # console/src/main/resources/static/css/main.css # console/src/main/resources/static/js/main.js
Fully-qualified classname com.alibaba.nacos.client.config.common.GroupKey com.alibaba.nacos.client.config.utils.MD5 These tests were written using Diffblue Cover.
fix(api): fix issue #1500
feat(config): support different db name and password
# Conflicts: # console/src/main/resources/static/css/main.css # console/src/main/resources/static/js/main.js
Fix #1519 The subscriber list is not displayed correctly
# Conflicts: # console/src/main/resources/static/css/main.css # console/src/main/resources/static/js/main.js
distro use local time to record heartbeat
Fix namespace vulnerability
Fix: closes #1569
Multiple selection deletion
# Conflicts: # console/src/main/resources/static/js/main.js
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10 to 2.9.10.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]>
…jackson.core-jackson-databind-2.9.10.1 Bump jackson-databind from 2.9.10 to 2.9.10.1
[ISSUE #2042] fix startup for java 11 and mysql8.0
refactor(client/config): increase the client's read timeout
…en converting a String to a Boolean type
[Issues 2025] Common classes in Nacos should be unified
optimize: the Boolean.parseBoolean(String s) method should be used when converting a String to a Boolean type
fix default value of database field
add client context path config
add nacos console cors
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.