-
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
[ISSUE#12968] Develop config admin api. #13016
[ISSUE#12968] Develop config admin api. #13016
Conversation
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
Ok
Em seg., 6 de jan. de 2025, 00:48, github-actions[bot] <
***@***.***> escreveu:
… Thanks for your this PR. 🙏
Please check again for your PR changes whether contains any
usage/api/configuration change such as Add new API , Add new configuration,
Change default value of configuration.
If so, please add or update documents(markdown type) in docs/next/ for
repository nacos-group/nacos-group.github.io
<https://github.com/nacos-group/nacos-group.github.io/tree/develop-astro-nacos/src/content/docs/next>
------------------------------
感谢您提交的PR。 🙏
请再次查看您的PR内容,确认是否包含任何使用方式/API/配置参数的变更,如:新增API、新增配置参数、修改默认配置等操作。
如果是,请确保在提交之前,在仓库nacos-group/nacos-group.github.io
<https://github.com/nacos-group/nacos-group.github.io/tree/develop-astro-nacos/src/content/docs/next>
中的docs/next/目录下添加或更新文档(markdown格式)。
—
Reply to this email directly, view it on GitHub
<#13016 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4MT7RF3W7E5X7TTD56FQND2JH4KPAVCNFSM6AAAAABUUZ7FT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZSGIZDGOBWGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
8e459b3
to
0abc987
Compare
0abc987
to
42ed677
Compare
42ed677
to
466d714
Compare
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
closes #12968
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.