You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/02/11 16:56:15 UTC

[shardingsphere] branch master updated (a591d23 -> 4a884ca)

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

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


    from a591d23  Optimize for NarayanaConfigurationFileGenerator (#15354)
     add 4a884ca  Refactor DataSourceChecker as SPI (#15345)

No new revisions were added by this update.

Summary of changes:
 .../core/check/datasource/AbstractDataSourceChecker.java    | 12 +++++++++++-
 .../scenario/rulealtered/RuleAlteredJobPreparer.java        |  8 ++++++--
 .../scaling/core/job/check/EnvironmentChecker.java          |  8 --------
 .../scaling/core/job/check/EnvironmentCheckerFactory.java   | 13 -------------
 .../data/pipeline/mysql/MySQLEnvironmentChecker.java        |  6 ------
 .../mysql/check/datasource/MySQLDataSourceChecker.java      |  6 ++----
 ...ere.data.pipeline.spi.check.datasource.DataSourceChecker |  3 +--
 .../data/pipeline/mysql/MySQLScalingEntryTest.java          |  2 --
 .../pipeline/opengauss/OpenGaussEnvironmentChecker.java     |  6 ------
 .../check/datasource/OpenGaussDataSourceChecker.java        | 13 +++++++++----
 ...ere.data.pipeline.spi.check.datasource.DataSourceChecker |  3 +--
 .../data/pipeline/opengauss/OpenGaussScalingEntryTest.java  |  2 --
 .../pipeline/postgresql/PostgreSQLEnvironmentChecker.java   |  6 ------
 .../check/datasource/PostgreSQLDataSourceChecker.java       |  8 +++-----
 ...ere.data.pipeline.spi.check.datasource.DataSourceChecker |  3 +--
 .../pipeline/postgresql/PostgreSQLScalingEntryTest.java     |  2 --
 .../pipeline/spi/check/datasource/DataSourceChecker.java    |  5 ++++-
 .../check/datasource/AbstractDataSourceCheckerTest.java     |  9 ++++-----
 .../pipeline/core/fixture/FixtureDataSourceChecker.java     |  5 +++++
 .../pipeline/core/fixture/FixtureEnvironmentChecker.java    |  6 ------
 ...re.data.pipeline.spi.check.datasource.DataSourceChecker} |  2 +-
 21 files changed, 48 insertions(+), 80 deletions(-)
 copy examples/docker/shardingsphere-proxy/governance/run.sh => shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-mysql/src/main/resources/META-INF/services/org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker (90%)
 copy shardingsphere-distsql/shardingsphere-distsql-statement/src/main/java/org/apache/shardingsphere/distsql/parser/statement/rdl/RDLStatement.java => shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/check/datasource/OpenGaussDataSourceChecker.java (69%)
 copy examples/docker/shardingsphere-proxy/governance/run.sh => shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-opengauss/src/main/resources/META-INF/services/org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker (89%)
 copy examples/docker/shardingsphere-proxy/governance/run.sh => shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-postgresql/src/main/resources/META-INF/services/org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker (89%)
 copy shardingsphere-test/shardingsphere-pipeline-test/src/test/resources/META-INF/services/{org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCheckAlgorithm => org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker} (97%)