1. 09 11月, 2020 1 次提交
    • L
      Refactor schema loader (#8104) · a8135a50
      Liang Zhang 提交于
      * Rename SchemaLoader
      
      * Rename SchemaLoader
      
      * Refactor ShardingSphereMetaDataLoader
      
      * Refactor TableAddressingMapperDataLoader
      
      * Refactor PhysicalSchemaMetaDataLoader
      
      * Refactor test cases
      
      * Refactor PhysicalTableMetaDataLoaderTest
      
      * Refactor PhysicalIndexMetaDataLoaderTest
      
      * Refactor PhysicalColumnMetaDataLoaderTest
      
      * Rename MetaDataLoaderConnectionAdapter
      
      * Rename MetaDataLoaderConnectionAdapter's package
      
      * Rename packages of adapter and dialect
      a8135a50
  2. 07 11月, 2020 2 次提交
  3. 06 11月, 2020 1 次提交
  4. 04 11月, 2020 2 次提交
  5. 17 10月, 2020 2 次提交
  6. 15 10月, 2020 1 次提交
  7. 14 10月, 2020 1 次提交
  8. 13 10月, 2020 1 次提交
  9. 12 10月, 2020 3 次提交
  10. 21 9月, 2020 1 次提交
  11. 10 9月, 2020 1 次提交
  12. 08 8月, 2020 1 次提交
  13. 03 8月, 2020 1 次提交
    • L
      Add more test cases for infra module (#6596) · 77b28096
      Liang Zhang 提交于
      * Add logback-test.xml for shardingsphere-infra-common module
      
      * Add ShardingSphereAlgorithmFactoryTest
      
      * Add MySQLDataSourceMetaDataTest
      
      * Add MySQLDatabaseTypeTest
      
      * Add test case for getTrunkDatabaseTypeName
      77b28096
  14. 10 6月, 2020 1 次提交
    • L
      Determine Encrypt API (#5981) · 954ac884
      Liang Zhang 提交于
      * Add ShardingSphereSPIAlgorithm
      
      * fix SPIQueryAssistedEncryptAlgorithm
      
      * refactor EncryptRuleConfiguration
      
      * rename org.apache.shardingsphere.encrypt.strategy to org.apache.shardingsphere.encrypt.algorithm
      
      * merge EncryptAlgorithm and SPIEncryptAlgorithm
      
      * Add EncryptAlgorithmFactoryBean
      
      * Merge SPILoadBalanceStrategyConfiguration and RawLoadBalanceStrategyConfiguration
      
      * Add MasterSlaveLoadBalanceAlgorithmFactoryBean
      
      * remove RawStrategyConfiguration
      
      * remove StrategyConfiguration
      
      * rename SPIStrategyConfiguration to StrategyConfiguration
      
      * remove StrategyConfiguration
      
      * rename EncryptStrategyConfiguration to EncryptAlgorithmConfiguration
      
      * refactor EncryptRuleConfiguration.encryptAlgorithms
      
      * rename EncryptRuleConfiguration.encryptors
      
      * rename AlgorithmProvidedEncryptRuleConfiguration.AlgorithmProvidedEncryptRuleConfiguration to encryptors
      
      * refactor yaml from encryptStrategies to encryptors
      
      * refactor yaml from encryptStrategies to encryptors
      
      * refactor org.apache.shardingsphere.encrypt.yaml package
      
      * fix test cases
      
      * refactor YamlEncryptRuleConfiguration
      
      * refactor EncryptRuleConfiguration
      
      * refactor Encrypt spring namespace
      
      * unify usage of encryptor
      
      * update docs
      954ac884
  15. 08 6月, 2020 1 次提交
    • L
      Add RawEncryptStrategyConfiguration and SPIEncryptStrategyConfiguration (#5952) · e40adbdb
      Liang Zhang 提交于
      * Add RawEncryptStrategyConfiguration and SPIEncryptStrategyConfiguration
      
      * Add RawLoadBalanceStrategyConfiguration and SPILoadBalanceStrategyConfiguration
      
      * add StrategyConfiguration in infra
      
      * remove useless constructor of TypedSPIConfiguration
      
      * fix typo with MasterSlaveRule
      
      * split MasterSlaveLoadBalanceAlgorithm and SPIMasterSlaveLoadBalanceAlgorithm
      
      * split EncryptAlgorithm and SPIEncryptAlgorithm
      
      * Add ShardingSphereAlgorithmPostProcessor
      
      * for code style
      e40adbdb
  16. 04 6月, 2020 1 次提交
    • L
      Split encryptor to encrypt strategy and encrypt algorithm (#5918) · 6534cd49
      Liang Zhang 提交于
      * rename EncryptColumnRuleConfiguration
      
      * rename EncryptStrategyConfiguration
      
      * rename EncryptStrategyConfiguration.encryptStrategies
      
      * rename Encryptor to EncryptAlgorithm
      
      * rename EncryptColumnRuleConfiguration.encryptStrategyName
      
      * rename all encrypts
      6534cd49
  17. 17 5月, 2020 1 次提交
    • L
      Add shardingsphere-features module (#5648) · 268f6b9d
      Liang Zhang 提交于
      * rename sharding-core to shardingsphere-sharding
      
      * rename sharding-core to shardingsphere-sharding
      
      * rename encrypt-core to shardingsphere-encrypt
      
      * rename master-slave-core to shardingsphere-master-slave
      
      * rename shadow-core to shardingsphere-shadow
      
      * Add shardingsphere-features module
      268f6b9d
  18. 16 5月, 2020 2 次提交
    • 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
    • L
      Merge shardingsphere-spi into shardingsphere-common (#5635) · 26702209
      Liang Zhang 提交于
      * Move shardingsphere-spi into shardingsphere-common
      
      * remove shardingsphere-spi
      26702209
  19. 13 5月, 2020 1 次提交
  20. 31 3月, 2020 2 次提交
    • L
      Refactor OrderedSPI & TypedSPI (#5021) · 80ad634e
      Liang Zhang 提交于
      * refactor TypeBasedSPIServiceLoader
      
      * add ServiceProviderNotFoundException
      
      * add TypedSPIRegistry
      
      * rename OrderBasedSPI to OrderedSPI
      
      * refactor OrderedSPIRegistry
      
      * rename TypeBasedSPI to TypedSPI
      
      * rename TypeBasedSPI to TypedSPI
      80ad634e
    • L
      Establish ShardingSphereServiceLoader (#5015) · 4a52b814
      Liang Zhang 提交于
      * rename OrderAware to OrderBasedSPI
      
      * move TypeBasedSPI to type package
      
      * move TypeBasedSPI to type package
      
      * rename SPILoader to ShardingSphereServiceLoader
      
      * refactor NewInstanceServiceLoader
      
      * refactor SQLRewriteContextDecorator
      
      * refactor OrderedSPIRegistry
      
      * fix javadoc
      
      * rename SPIClassInstantiationException to ServiceLoaderException
      
      * rename NewInstanceServiceLoader to ShardingSphereServiceLoader
      
      * remove useless exception throw
      4a52b814
  21. 16 2月, 2020 1 次提交
  22. 10 2月, 2020 2 次提交
  23. 26 12月, 2019 1 次提交
  24. 08 4月, 2019 1 次提交
  25. 12 3月, 2019 2 次提交
  26. 09 3月, 2019 1 次提交
  27. 08 3月, 2019 1 次提交
  28. 21 2月, 2019 1 次提交
  29. 09 2月, 2019 1 次提交
  30. 05 2月, 2019 1 次提交
  31. 03 2月, 2019 1 次提交