1. 09 11月, 2020 2 次提交
  2. 06 11月, 2020 2 次提交
  3. 05 11月, 2020 2 次提交
  4. 04 11月, 2020 2 次提交
  5. 28 10月, 2020 1 次提交
    • L
      Rename module name from primary-replica-replication to replica-query (#7943) · 82e5f038
      Liang Zhang 提交于
      * Update doc for SQLParserFacade
      
      * Rename module name from primary-replica-replication to replica-query
      
      * Rename primary-replica-replication to replica-query
      
      * Rename Primary-Replica Replication to replica query
      
      * Rename primary_replica_replication to replica_query
      
      * Rename primary replica replication to replica query
      
      * Rename PrimaryReplicaReplication to ReplicaQuery
      
      * Rename read-write-split to replica-query
      82e5f038
  6. 12 10月, 2020 3 次提交
  7. 11 10月, 2020 1 次提交
  8. 10 10月, 2020 1 次提交
  9. 01 10月, 2020 2 次提交
    • L
      Move ShardingSphereSchema to schema package (#7681) · 216b8d4c
      Liang Zhang 提交于
      * Update java doc
      
      * Move ShardingSphereSchema to schema package
      
      * Remove ShardingSphereMetaData.name
      216b8d4c
    • L
      Move LogicSQL to infra module (#7677) · 8e36397e
      Liang Zhang 提交于
      * Simplify SchemaContext
      
      * Fix test cases
      
      * Refactor AbstractStatementExecutor
      
      * Use ShardingSphereSchema in LogicSQLContext
      
      * Move ShardingSphereSchema to infra module
      
      * Move LogicSQLContext to infra module
      
      * Use LogicSQLContext on SQLLogger
      
      * Rename LogicSQLContext to LogicSQL
      
      * Use LogicSQL on SQLRouteEngine
      8e36397e
  10. 30 9月, 2020 1 次提交
    • L
      Split create route context and decorate route context in route module (#7665) · e5833b2a
      Liang Zhang 提交于
      * Rename RouteEngine
      
      * Rename SQLRouteEngine
      
      * Rename UnconfiguredSchemaRouter
      
      * Rename UnconfiguredSchemaSQLRouter
      
      * Add route.engine package
      
      * Rename RouteDecorator to SQLRouter
      
      * Rename SQLRouter test cases
      
      * Refactor SQLRouter
      
      * Update ConsensusReplicationRouter
      
      * Update Fixture Router
      
      * Rename ConsensusReplicationSQLRouter
      
      * Update ShadowSQLRouter
      
      * Update PrimaryReplicaReplicationSQLRouter
      
      * Update ShardingSQLRouter
      
      * Update SQLRouteEngine
      
      * Update ShadowSQLRouterTest
      
      * Update PrimaryReplicaReplicationSQLRouterTest
      
      * For checkstyle
      
      * Fix test case
      e5833b2a
  11. 28 9月, 2020 1 次提交
    • L
      Merge RouteResult and RouteContext (#7647) · b8238c7b
      Liang Zhang 提交于
      * Use RouteContext on RouteSQLRewriteEngine
      
      * Use RouteContext on ShardingStatementValidator
      
      * Use RouteContext on ShardingRouteEngine
      
      * Refactor ShardingComplexRoutingEngine
      
      * Refactor ShardingComplexRoutingEngine's return value to void
      
      * Refactor RouteContext
      
      * Refactor RouteResultTest
      
      * Remove RouteResult
      
      * Remove RouteResult
      b8238c7b
  12. 27 9月, 2020 3 次提交
  13. 25 9月, 2020 1 次提交
  14. 23 9月, 2020 2 次提交
  15. 22 9月, 2020 4 次提交
  16. 31 8月, 2020 1 次提交
  17. 21 8月, 2020 2 次提交
  18. 10 6月, 2020 1 次提交
    • L
      Determine Master-slave API (#5983) · 0808fa37
      Liang Zhang 提交于
      * rename LoadBalanceStrategyConfiguration to LoadBalanceAlgorithmConfiguration
      
      * rename MasterSlaveRuleConfiguration.loadBalanceStrategies to loadBalancer
      
      * refactor MasterSlaveRuleConfiguration
      
      * refactor MasterSlaveRuleConfiguration.loadBalancers to map
      
      * remove YamlEncryptAlgorithmConfiguration.name
      
      * refactor MasterSlaveDataSourceRuleConfiguration.loadBalancerName
      
      * add builder package for encrypt
      
      * add builder package for master-slave
      
      * for code style
      
      * rename org.apache.shardingsphere.masterslave.strategy to org.apache.shardingsphere.masterslave.algorithm
      
      * refactor yaml package
      
      * refactor MasterSlaveRuleConfigurationYamlSwapper
      
      * refactor yaml format
      
      * refactor spring format
      
      * for checkstyle
      
      * update docs
      
      * update docs
      
      * fix MasterSlaveRuleBeanDefinitionParser
      0808fa37
  19. 07 6月, 2020 1 次提交
  20. 04 6月, 2020 1 次提交
    • L
      Refactor Master-Slave Java API (#5910) · 52aa585f
      Liang Zhang 提交于
      * rename MasterSlaveDataSourceConfiguration implement RuleConfiguration
      
      * rename MasterSlaveDataSourceConfiguration.loadBalanceStrategy
      
      * rename MasterSlaveDataSourceRuleConfiguration
      52aa585f
  21. 22 5月, 2020 1 次提交
  22. 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
  23. 16 5月, 2020 1 次提交
    • 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
  24. 14 5月, 2020 1 次提交
    • L
      Unify package name (#5612) · fe364eaf
      Liang Zhang 提交于
      * rename org.apache.shardingsphere.masterslave.core to org.apache.shardingsphere.masterslave
      
      * rename org.apache.shardingsphere.shadow.core to org.apache.shardingsphere.shadow
      
      * fix compile error
      fe364eaf
  25. 12 5月, 2020 2 次提交
    • L
      Add master-slave-core-api and master-slave-core-common modules (#5558) · 6c91bfe3
      Liang Zhang 提交于
      * move DataSourceNameDisabledEvent to shardingsphere-common
      
      * Add master-slave-core-api and master-slave-core-common modules
      
      * move MasterSlaveRuleConfiguration to master-slave-core-api module
      
      * move MasterSlaveLoadBalanceAlgorithm to master-slave-core-api module
      
      * move MasterSlaveLoadBalanceAlgorithm to master-slave-core-api module
      6c91bfe3
    • L
      Refactor MasterSlaveRule depend on MasterSlaveDataSourceRule (#5545) · 8b44e14a
      Liang Zhang 提交于
      * remove useless method
      
      * remove MasterSlaveRule.getDisabledDataSourceNames()
      
      * revise javadoc
      
      * remove MasterSlaveRule.getSlaveDataSourceNames
      
      * refactor MasterSlaveRule
      
      * refactor MasterSlaveGroupConfiguration to MasterSlaveDataSourceConfiguration
      
      * remove getter for MasterSlaveDataSourceRule.disabledDataSourceNames
      8b44e14a