You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/08/23 15:33:59 UTC

[shardingsphere] branch master updated (343eedd -> 1202896)

This is an automated email from the ASF dual-hosted git repository.

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 343eedd  Merge pull request #7006 from Lucas-307/0823.1513-6813
     new e7b84df  update ProxyOrchestrationSchemaContexts
     new 3305641  Add todo
     new aae77d3  Rename CommandExecutorSelectorTest
     new 5644c66  Rename DatabaseProtocolFrontendEngineFactoryTest
     new f092b77  Refactor FrontendChannelInboundHandler
     new cea6cef  Add todo
     new d6d598e  Add todo
     new 1202896  Merge pull request #7015 from terrymanu/dev

The 26313 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../proxy/frontend/executor/UserExecutorGroup.java |  3 ++-
 .../netty/FrontendChannelInboundHandler.java       | 22 +++++++++++++++-------
 ...DatabaseProtocolFrontendEngineFactoryTest.java} |  2 +-
 ...pTest.java => CommandExecutorSelectorTest.java} |  2 +-
 .../schema/ProxyOrchestrationSchemaContexts.java   | 14 +++++++-------
 5 files changed, 26 insertions(+), 17 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/test/java/org/apache/shardingsphere/proxy/frontend/{DatabaseFrontendEngineFactoryTest.java => DatabaseProtocolFrontendEngineFactoryTest.java} (94%)
 rename shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/test/java/org/apache/shardingsphere/proxy/frontend/executor/{ExecutorGroupTest.java => CommandExecutorSelectorTest.java} (98%)