1. 26 8月, 2020 1 次提交
  2. 09 8月, 2020 1 次提交
  3. 24 7月, 2020 1 次提交
  4. 16 6月, 2020 1 次提交
    • L
      Use init method to process props with ShardingSphereAlgorithm to avoid... · 010567d3
      Liang Zhang 提交于
       Use init method to process props with ShardingSphereAlgorithm to avoid getProperties with in sync codes (#6080)
      
      * move org.apache.shardingsphere.sharding.algorithm
      
      * move org.apache.shardingsphere.sharding.algorithm.config
      
      * Add ShardingSphereAlgorithmPostProcessor for KeyGenerateAlgorithm
      
      * Use init to process props with InlineShardingAlgorithm
      
      * Use init to process props with HashModShardingAlgorithm
      
      * Use init to process props with ModShardingAlgorithm
      
      * Use init to process props with RangeShardingAlgorithm
      
      * Use init to process props with FixedIntervalShardingAlgorithm
      
      * Use init to process props with MutableIntervalShardingAlgorithm
      
      * Use init to process props with AESEncryptAlgorithm
      
      * Use init to process props with RC4EncryptAlgorithm
      
      * fix test cases
      010567d3
  5. 14 6月, 2020 2 次提交
    • Z
      Use YAML file instead of inline string in test cases in... · 12fb3f69
      zengzhihong 提交于
      Use YAML file instead of inline string in test cases in OrchestrationSpringBootRegistryShardingTest.java #5428 (#6032)
      
      12fb3f69
    • L
      Determine sharding algorithm API (#6031) · ad6c97b5
      Liang Zhang 提交于
      * code style for ShardingAlgorithm
      
      * Determine Sharding Java API
      
      * refactor ShardingRule
      
      * Determine YAML configuration for sharding algorithm
      
      * Determine SpringBoot configuration for sharding algorithm
      
      * fix test cases
      
      * remove useless ShardingStrategyBeanDefinition
      
      * Fix spring namespace's problems
      
      * Fix test cases
      
      * Fix test cases
      ad6c97b5
  6. 13 6月, 2020 2 次提交
    • L
      Unify remained props and properties (#6024) · 578bf719
      Liang Zhang 提交于
      * Add KeyGenerateAlgorithmBeanDefinitionTag
      
      * Update KeyGenerateAlgorithmBeanDefinitionTag
      
      * Unify remain props and properties
      578bf719
    • L
      Unify properties and props (#6019) · 75824a28
      Liang Zhang 提交于
      * Unify properties and props
      
      * Unify properties and props
      
      * Merge branch 'master' into dev
      
      # Conflicts:
      #	shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-common/src/main/java/org/apache/shardingsphere/sharding/strategy/algorithm/sharding/ModuloShardingAlgorithm.java
      #	shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/main/java/org/apache/shardingsphere/sharding/route/engine/type/standard/ShardingStandardRoutingEngine.java
      #	shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/Bootstrap.java
      75824a28
  7. 12 6月, 2020 1 次提交
    • L
      Refactor key generator api (#6010) · b200ed8e
      Liang Zhang 提交于
      * rename KeyGeneratorConfiguration.algorithm
      
      * rename KeyGenerateStrategyConfiguration
      
      * refactor org.apache.shardingsphere.sharding.api.config.strategy package
      
      * add builder package
      
      * refactor key generator api
      
      * refactor key generator api
      
      * unify props and properties
      b200ed8e
  8. 29 5月, 2020 1 次提交
  9. 20 5月, 2020 1 次提交
    • L
      Rename package from org.apache.shardingsphere.driver.spring to... · cbf84499
      Liang Zhang 提交于
       Rename package from org.apache.shardingsphere.driver.spring to org.apache.shardingsphere.spring (#5699)
      
      * rename ShadowDataSourceBeanDefinitionParserTag
      
      * fix java doc
      
      * rename DataSourceBeanDefinitionTag
      
      * fix java doc
      
      * remove DataSourceBeanDefinitionParserTag
      
      * rename org.apache.shardingsphere.spring to org.apache.shardingsphere.driver.spring
      
      * fix deprecate pom
      
      * rename spring orchestration package
      cbf84499
  10. 19 5月, 2020 1 次提交
  11. 16 5月, 2020 4 次提交
    • L
    • L
      Rename sharding-spring to shardingsphere-jdbc-spring (#5642) · c1f91fbd
      Liang Zhang 提交于
      * rename sharding-jdbc-spring to shardingsphere-jdbc-core-spring
      
      * rename sharding-jdbc-orchestration-spring to shardingsphere-jdbc-orchestration-spring
      
      * rename sharding-transaction-spring to shardingsphere-jdbc-transaction-spring
      
      * rename sharding-spring-boot-util to shardingsphere-jdbc-spring-boot-util
      
      * rename sharding-spring to shardingsphere-jdbc-spring
      
      * for code style
      
      * rename package names of spring boot starter
      
      * rename package names of spring namespace
      
      * rename package names of shardingsphere-jdbc-spring-boot-util
      
      * rename package names of shardingsphere-jdbc-transaction-spring
      c1f91fbd
    • L
      Rename sharding-jdbc to shardingsphere-jdbc (#5641) · 468e4540
      Liang Zhang 提交于
      * Rename sharding-jdbc to shardingsphere-jdbc
      
      * rename org.apache.shardingsphere.shardingjdbc to org.apache.shardingsphere.driver
      
      * rename org.apache.shardingsphere.shardingjdbc to org.apache.shardingsphere.driver
      468e4540
    • L
      Rename shardingsphere-underlying to shardingsphere-infra (#5638) · 60b82df2
      Liang Zhang 提交于
      * Rename shardingsphere-underlying to shardingsphere-infra
      
      * Rename shardingsphere-infra's subprojects
      
      * Rename shardingsphere-infra's subprojects
      
      * rename package from org.apache.shardingsphere.underlying.common to org.apache.shardingsphere.infra
      
      * rename package from org.apache.shardingsphere.underlying.executor to org.apache.shardingsphere.infra.executor
      
      * rename package from org.apache.shardingsphere.underlying.merge to org.apache.shardingsphere.infra.merge
      
      * rename package from org.apache.shardingsphere.underlying.route to org.apache.shardingsphere.infra.route
      
      * rename package from org.apache.shardingsphere.underlying.rewrite to org.apache.shardingsphere.infra.rewrite
      60b82df2
  12. 15 5月, 2020 1 次提交
  13. 14 5月, 2020 3 次提交
    • L
      Refactor sharding-core-common as pluggable (#5610) · fd5c26ca
      Liang Zhang 提交于
      * remove useless dependency for sharding-core-api
      
      * remove useless dependency for sharding-core-rewrite
      
      * remove useless dependency for sharding-core-common
      
      * refactor yaml swapper test cases
      
      * Move ConfigurationLogger to common module
      
      * move import org.apache.shardingsphere.sharding.core to import org.apache.shardingsphere.sharding
      
      * Add test dependencies
      fd5c26ca
    • L
      Pluggable of YAML swapper (#5604) · fe5bce52
      Liang Zhang 提交于
      * init version of pluggable YAML swapper
      
      * move shadow yaml to shadow-common
      
      * move master-slave yaml to master-slave-common
      
      * fix yaml
      
      * refactor sharding yaml package
      
      * move YamlRootRuleConfigurations to common module
      fe5bce52
    • T
      fix orchestration spring boot starter · 5da9e194
      terrymanu 提交于
      5da9e194
  14. 13 5月, 2020 1 次提交
  15. 10 5月, 2020 2 次提交
    • L
      Rename ShardingDataSource to ShardingSphereDataSource (#5513) · eac2fd32
      Liang Zhang 提交于
      * rename ShardingDataSourceFactory to ShardingSphereDataSourceFactory
      
      * rename ShardingDataSource to ShardingSphereDataSource
      
      * rename ShardingConnection to ShardingSphereConnection
      
      * rename ShardingStatement to ShardingSphereStatement
      
      * remove EncryptResultSet
      
      * remove ShardingResultSet to ShardingSphereResultSet
      
      * remove useless constructor if AbstractDataSourceAdapter
      
      * remove useless AbstractMasterSlavePreparedStatementAdapter
      eac2fd32
    • T
      add throwable permission for @SneakyThrows · 88545a58
      terrymanu 提交于
      88545a58
  16. 06 5月, 2020 1 次提交
    • L
      Redesign persist format for config center (#5430) · 35259761
      Liang Zhang 提交于
      * Add YamlRootRuleConfigurations
      
      * Use RuleConfigurationsYamlSwapper for SQLRewriterParameterizedTest
      
      * move RuleConfigurationsYamlSwapper
      
      * Deprecate RuleConfigurationsYamlSwapper
      
      * refactor persist format for config center
      
      * refactor persist format for ui
      35259761
  17. 04 5月, 2020 1 次提交
  18. 03 5月, 2020 1 次提交
    • L
      Decouple sharding data source name and master slave name (#5412) · 3847b306
      Liang Zhang 提交于
      * add DataNodes
      
      * Use DataNodes to get actual data nodes in meta data loader
      
      * Use DataNodes to get actual data nodes in meta data parallel load
      
      * remove ShardingDataSourceNames.shardingRuleConfig
      
      * Add DataNodeUtil
      
      * Remove ShardingDataSourceNames
      
      * for checkstyle
      3847b306
  19. 02 5月, 2020 1 次提交
  20. 30 4月, 2020 1 次提交
  21. 28 4月, 2020 1 次提交
  22. 27 4月, 2020 2 次提交
  23. 22 4月, 2020 1 次提交
  24. 06 4月, 2020 1 次提交
    • L
      Simplify RuntimeContext (#5078) · ce4147bf
      Liang Zhang 提交于
      * remove SingleDataSourceRuntimeContext
      
      * remove MultipleDataSourcesRuntimeContext
      
      * move package
      
      * refactor AbstractRuntimeContext's constructor
      ce4147bf
  25. 04 4月, 2020 1 次提交
    • L
      Remove configuration of default data source in sharding rule (#5076) · 3671eb2d
      Liang Zhang 提交于
      * rename shardingRuleType to ruleType
      
      * remove ShardingRule.isAllInDefaultDataSource()
      
      * remove ShardingRule.hasDefaultDataSourceName()
      
      * remove ShardingRule.findActualDefaultDataSourceName()
      
      * remove get default data source from ShardingRule.getTableRule()
      
      * refactor ShardingDataSourceGroupBroadcastRoutingEngine.getDataSourceGroup()
      
      * remove ShardingDataSourceNames.getDefaultDataSourceName()
      
      * remove useless constructor of TableRule
      
      * remove default data source config
      3671eb2d
  26. 24 3月, 2020 1 次提交
  27. 22 3月, 2020 1 次提交
  28. 18 3月, 2020 1 次提交
    • L
      Move OrchestrationProperties to orchestration module (#4814) · a6697dfc
      Liang Zhang 提交于
      * rename ShardingSphereProperties to ConfigurationProperties
      
      * rename PropertiesConstant to ConfigurationPropertyKey
      
      * rename ConfigurationProperties and OrchestrationProperties
      
      * move OrchestrationProperties to sharding-orchestration-core-facade module
      
      * move ConfigurationProperties to config package
      
      * rename impl of TypedPropertyKey
      
      * move ConfigurationPropertiesTest
      a6697dfc
  29. 17 3月, 2020 1 次提交
    • L
      Adjust TypedProperties' package structure & simplify domain module (#4794) · f58f74dd
      Liang Zhang 提交于
      * Rename org.apache.shardingsphere.underlying.common.constant.properties to org.apache.shardingsphere.underlying.common.properties
      
      * move TypedProperties to basic package
      
      * refactor package org.apache.shardingsphere.underlying.common.properties
      
      * rename TypedProperties.enumClass to keyClass
      
      * private TypedProperties.find()
      
      * refactor TypedProperties
      
      * fix test case
      
      * remove TypedProperties.keyClass
      
      * fix test case
      f58f74dd
  30. 12 3月, 2020 1 次提交
    • kimmking's avatar
      Refactor orch2.3&2.4 (#4733) · d98db824
      kimmking 提交于
      * Refactor orchestration-core
      
      * modify sharding-jdbc-orchestration
      
      * modify sharding-proxy-common
      
      * modify proxy-backend&sharding-spring
      
      * polish a checkstyle for xml
      
      * fix parent pom ref
      
      * polish pom referred orchestration
      
      * modify a classname
      d98db824
  31. 08 3月, 2020 1 次提交