-
Notifications
You must be signed in to change notification settings - Fork 12.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
V3.0 develop sync develop #13017
V3.0 develop sync develop #13017
Conversation
…rmly use UTF-8 encoding for md5 fields (alibaba#12931) * Refactor ConfigCache and related pathways optimize encoding for md5 fields. Utilize the SPI mechanism in related pathways and methods to ensure extensibility for config cache
…ss (alibaba#12947) * fix type search on mysql model * add column gray name into his_config_info * check style and pmd fix * add colomn for mapper * fix rollback history type miss * testcase * testcase
* fix type search on mysql model * 灰度模型迁移程序并发&迁移不落历史表
…ollback. (alibaba#12942) * add API getConfigHistoryInfoPair: query the detailed configuration history information pair, including original version and updated version. * add unit test. * correct code style. * correct code style. * correct code style. * Optimize code quality. * solve ci fail. * solve ci fail. * solve ci fail. * solve ci fail. * ci pass. * consider gray history config info. * solve ci error.
* fix type search on mysql model * 灰度模型迁移程序并发&迁移不落历史表 * Config migrate executor times * 1.Config migrate executor times 2. history comparation optimize * 1.Config migrate executor times 2. history comparation optimize * checkstyle
…a() error (alibaba#12971) * [ISSUE alibaba#12970] Fix NamingMetadataManager.removeInstanceMetadata() error fix alibaba#12970 * Update NamingMetadataManagerTest.java
…0-develop-sync-develop # Conflicts: # config/src/test/java/com/alibaba/nacos/config/server/controller/v2/HistoryControllerV2Test.java # console-ui/src/pages/ConfigurationManagement/ConfigRollback/ConfigRollback.js # console/src/main/resources/static/index.html # console/src/main/resources/static/js/main.js # pom.xml
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
Ok
Em seg., 6 de jan. de 2025, 04:45, 杨翊 SionYang ***@***.***>
escreveu:
… Merged #13017 <#13017> into
v3.0-develop.
—
Reply to this email directly, view it on GitHub
<#13017 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4MT7RHGGG5XBPJ6T6MITWD2JIYB3AVCNFSM6AAAAABUVBV7XOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVHAZDENJVGA3DENA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.