This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from f71b351 Add DistSQL Blog Post (#11509)
add 6e3d5c2 Refactor name of gov config to namespace of reg config
(#11510)
No new revisions were added by this update.
Summary of changes:
.../shardingsphere-jdbc/yaml-configuration.cn.md | 4 ++--
.../spring-namespace/governance.cn.md | 14 +++++++-----
.../spring-namespace/governance.en.md | 3 ++-
.../configuration/yaml/governance.cn.md | 6 ++---
.../configuration/yaml/governance.en.md | 10 ++++-----
.../usage/governance/spring-namespace.cn.md | 2 +-
.../usage/governance/spring-namespace.en.md | 2 +-
.../usage/governance/yaml.cn.md | 2 +-
.../usage/governance/yaml.en.md | 2 +-
.../shardingsphere-proxy/sharding/conf/server.yaml | 2 +-
.../GovernanceRepositoryConfigurationUtil.java | 14 +++++++-----
.../META-INF/zookeeper/cloud/encrypt.yaml | 2 +-
.../zookeeper/cloud/readwrite-splitting.yaml | 2 +-
.../resources/META-INF/zookeeper/cloud/shadow.yaml | 2 +-
.../zookeeper/cloud/sharding-databases-tables.yaml | 2 +-
.../META-INF/zookeeper/local/encrypt.yaml | 2 +-
.../zookeeper/local/readwrite-splitting.yaml | 2 +-
.../resources/META-INF/zookeeper/local/shadow.yaml | 2 +-
.../zookeeper/local/sharding-databases-tables.yaml | 2 +-
.../META-INF/zookeeper/registry-center.xml | 2 +-
.../src/main/resources/conf/server.yaml | 2 +-
.../src/main/resources/conf/server.yaml | 2 +-
.../src/main/resources/conf/server.yaml | 2 +-
.../src/main/resources/conf/server.yaml | 2 +-
.../registry/RegistryCenterRepositoryFactory.java | 2 +-
.../yaml/pojo/YamlGovernanceConfiguration.java | 2 --
.../yaml/pojo/YamlRegistryCenterConfiguration.java | 2 ++
.../GovernanceConfigurationYamlSwapper.java | 5 ++---
.../RegistryCenterConfigurationYamlSwapper.java | 3 ++-
.../RegistryCenterRepositoryFactoryTest.java | 2 +-
.../GovernanceConfigurationYamlSwapperTest.java | 10 ++++-----
...RegistryCenterConfigurationYamlSwapperTest.java | 2 +-
.../api/config/GovernanceConfiguration.java | 2 --
.../api/config/RegistryCenterConfiguration.java | 2 ++
.../zookeeper/CuratorZookeeperRepositoryTest.java | 10 ++++-----
.../YamlGovernanceConfigurationSwapperUtil.java | 2 +-
...ernanceShardingSphereDataSourceFactoryTest.java | 4 +---
.../GovernanceShardingSphereDataSourceTest.java | 4 ++--
...YamlGovernanceConfigurationSwapperUtilTest.java | 2 +-
...gWithReadwriteSplittingDataSourceWithProps.yaml | 2 +-
...thReadwriteSplittingDataSourceWithoutProps.yaml | 2 +-
.../sharding/configWithDataSourceWithProps.yaml | 2 +-
.../sharding/configWithDataSourceWithoutProps.yaml | 2 +-
.../sharding/configWithoutDataSourceWithProps.yaml | 2 +-
.../configWithoutDataSourceWithoutProps.yaml | 2 +-
.../configWithDataSourceWithProps.yaml | 2 +-
.../configWithDataSourceWithoutProps.yaml | 2 +-
.../configWithDataSourceWithoutRules.yaml | 2 +-
.../configWithoutDataSourceWithProps.yaml | 2 +-
.../configWithoutDataSourceWithoutProps.yaml | 2 +-
.../src/test/resources/yaml/unit/sharding.yaml | 2 +-
.../ShardingSphereGovernanceAutoConfiguration.java | 2 +-
...gistryCenterConfigurationBeanDefinitionTag.java | 2 ++
.../parser/DataSourceBeanDefinitionParser.java | 1 -
...tryCenterConfigurationBeanDefinitionParser.java | 1 +
.../resources/META-INF/namespace/governance.xsd | 1 +
.../resources/META-INF/rdb/encrypt-governance.xml | 2 +-
.../rdb/readwrite-splitting-governance.xml | 2 +-
.../resources/META-INF/rdb/sharding-governance.xml | 2 +-
.../sharding-readwrite-splitting-governance.xml | 2 +-
.../src/main/resources/conf/server.yaml | 8 +++----
.../src/test/resources/conf/local/server.yaml | 2 +-
.../src/test/resources/conf/reg_center/server.yaml | 2 +-
.../swapper/YamlProxyConfigurationSwapperTest.java | 26 +++++++++++-----------
.../src/test/resources/conf/server.yaml | 2 +-
.../src/main/resources/conf/server.yaml | 2 +-
.../scaling/web/HttpServerInitializerTest.java | 2 +-
.../src/test/resources/conf/server.yaml | 2 +-
.../scaling/core/api/ScalingAPIFactory.java | 6 ++---
.../api/impl/GovernanceRepositoryAPIImplTest.java | 2 +-
.../scaling/core/api/impl/ScalingAPIImplTest.java | 2 +-
.../yaml/ServerConfigurationYamlSwapperTest.java | 11 ++++-----
.../scaling/core/job/FinishedCheckJobTest.java | 2 +-
.../scaling/core/job/ScalingJobTest.java | 2 +-
.../test/resources/docker/scaling/conf/server.yaml | 2 +-
.../resources/docker/db/h2/proxy/conf/server.yaml | 2 +-
.../docker/db/mysql/proxy/conf/server.yaml | 2 +-
.../docker/db/postgresql/proxy/conf/server.yaml | 2 +-
.../h2/proxy/conf/server.yaml | 2 +-
.../mysql/proxy/conf/server.yaml | 2 +-
.../postgresql/proxy/conf/server.yaml | 2 +-
.../h2/proxy/conf/server.yaml | 2 +-
.../mysql/proxy/conf/server.yaml | 2 +-
.../postgresql/proxy/conf/server.yaml | 2 +-
.../docker/encrypt/h2/proxy/conf/server.yaml | 2 +-
.../docker/encrypt/mysql/proxy/conf/server.yaml | 2 +-
.../encrypt/postgresql/proxy/conf/server.yaml | 2 +-
.../readwrite_splitting/h2/proxy/conf/server.yaml | 2 +-
.../mysql/proxy/conf/server.yaml | 2 +-
.../postgresql/proxy/conf/server.yaml | 2 +-
.../sharding_governance/h2/proxy/conf/server.yaml | 2 +-
.../mysql/proxy/conf/server.yaml | 2 +-
.../postgresql/proxy/conf/server.yaml | 2 +-
.../resources/docker/tbl/h2/proxy/conf/server.yaml | 2 +-
.../docker/tbl/mysql/proxy/conf/server.yaml | 2 +-
.../docker/tbl/postgresql/proxy/conf/server.yaml | 2 +-
96 files changed, 152 insertions(+), 143 deletions(-)