-
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
V3.0 develop sync develop #13166
V3.0 develop sync develop #13166
Conversation
* [ISSUE alibaba#12940] Add a new param to support return all subscriber when ip or port is null. * [ISSUE alibaba#12940] Add a new param to support return all subscriber when ip or port is null. * [ISSUE alibaba#12940] add some unit tests.
…ptimize the logic (alibaba#13024) optimize Config Query Chain logic
…ba#13022) * fix comment typo on ServiceInfo(key) constructor * fix comment typo on ServiceInfo#GROUP_POSITION field
…libaba#13025) Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.96 to 9.0.98. --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#13035) * Upgrade to 2.5.0. * Bump ui dependencies by npm audix. * Fix unit test. * Ignore DumpAllProcessorTest Tmp.
* fix type search on mysql model * 灰度模型迁移程序并发&迁移不落历史表 * fix notify delay
…arge number of logins causing pressure on the Nacos server. (alibaba#13046)
I don't think this default value should be true
… config center (alibaba#13094) * fix bug of missing tansformation from public namespace to blank namespace in config center * test bug fix
…baba#13091) * Compatible with v2 openapi to query configuration. * Fix CI.
* fix:change upload-artifact version to v4 * fix:change github-script version to v7 * fix:change github-script version to v6 * fix:change github-script version to v6 * fix:change github-script version to v6 * fix:delete proxy
* optimize gray upgrade * check style
…aba#13136) * Support callback service listeners anyway when listeners added. * Fix UT.
* fix:change upload-artifact version to v4 * fix:change github-script version to v7 * fix:change github-script version to v6 * fix:change github-script version to v6 * fix:change github-script version to v6 * fix:delete proxy * fix:delete proxy
* fix processServiceInfo bug * fix processServiceInfo bug fix * fix * fix * fix --------- Co-authored-by: yuecai.liu <[email protected]>
…aba#13002) uniform all config operation to ConfigOperationService ,instead of all batch & view level interfaces to ConfigOperationService single interface , change aspects to ConfigOperationService
…0-develop-sync-develop # Conflicts: # api/src/main/java/com/alibaba/nacos/api/model/v2/ErrorCode.java # bootstrap/src/main/resources/application.properties # client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java # client/src/main/java/com/alibaba/nacos/client/naming/remote/gprc/NamingGrpcClientProxy.java # config/src/main/java/com/alibaba/nacos/config/server/aspect/CapacityManagementAspect.java # config/src/main/java/com/alibaba/nacos/config/server/aspect/ConfigChangeAspect.java # config/src/main/java/com/alibaba/nacos/config/server/aspect/RequestLogAspect.java # config/src/main/java/com/alibaba/nacos/config/server/controller/ConfigController.java # config/src/main/java/com/alibaba/nacos/config/server/controller/ConfigServletInner.java # config/src/main/java/com/alibaba/nacos/config/server/remote/ConfigQueryRequestHandler.java # config/src/main/java/com/alibaba/nacos/config/server/remote/ConfigRemoveRequestHandler.java # config/src/main/java/com/alibaba/nacos/config/server/service/ConfigGrayModelMigrateService.java # config/src/test/java/com/alibaba/nacos/config/server/aspect/ConfigChangeAspectTest.java # config/src/test/java/com/alibaba/nacos/config/server/controller/ConfigControllerTest.java # config/src/test/java/com/alibaba/nacos/config/server/controller/v2/ConfigControllerV2Test.java # config/src/test/java/com/alibaba/nacos/config/server/remote/ConfigQueryRequestHandlerTest.java # core/src/main/java/com/alibaba/nacos/core/remote/grpc/GrpcBiStreamRequestAcceptor.java # naming/src/main/java/com/alibaba/nacos/naming/controllers/v2/ClientInfoControllerV2.java # naming/src/test/java/com/alibaba/nacos/naming/controllers/ServiceControllerTest.java # plugin/datasource/src/test/java/com/alibaba/nacos/plugin/datasource/impl/mysql/GroupCapacityMapperByMysqlTest.java # pom.xml # sys/src/test/java/com/alibaba/nacos/sys/env/EnvUtilTest.java
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
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.