1. 26 8月, 2020 1 次提交
  2. 12 8月, 2020 1 次提交
  3. 11 8月, 2020 1 次提交
  4. 07 8月, 2020 1 次提交
  5. 06 8月, 2020 1 次提交
  6. 03 8月, 2020 1 次提交
    • L
      Rename SchemaContexts to StandardSchemaContexts (#6570) · 08199bdf
      Liang Zhang 提交于
      * Refactor SchemaContextsBuilder.ruleConfigurations
      
      * Refactor SchemaContextsBuilder.authentication
      
      * Refactor SchemaContexts
      
      * Refactor SchemaContextsBuilder
      
      * Remove SchemaContextsBuilder.log
      
      * Refactor Bootstrap.createSchemaContextsAware
      
      * Refactor Bootstrap.createSchemaContextsAware
      
      * Refactor MetaDataCallback
      
      * Refactor OrchestrationSchemaContexts
      
      * Refactor ProxyOrchestrationSchemaContexts.getAddedDataSources
      
      * Refactor ProxyOrchestrationSchemaContexts.getAddedDataSources
      
      * Rename SchemaContextsAware to SchemaContexts
      
      * Rename Bootstrap.initSchemaContexts
      
      * Refactor StandardSchemaContexts
      
      * Refactor OrchestrationSchemaContexts
      
      * Make consist with OrchestrationSchemaContexts & OrchestrationShardingSphereDataSource
      
      * Make consist with OrchestrationSchemaContexts & OrchestrationShardingSphereDataSource
      
      * Fix test case
      
      * Rename FacadeConfiguration to ControlPanelConfiguration
      
      * Fix compile error
      
      * Rename OpenTracingTracer
      
      * Refactor ControlPanelFacadeEngine
      
      * Refactor ControlPanelFacadeEngine
      
      * Avoid use Map.Entry in code
      
      * Refactor MySQLServerInfo
      
      * Add ProxySchemaContexts.getDataSourceSample
      
      * For code style
      
      * Refactor Bootstrap
      
      * Update javadoc
      
      * Update javadoc
      
      * Refactor ConfigCenter
      
      * Refactor ConfigCenter
      
      * Use lombok on Callback
      
      * Use lombok on Callback
      
      * Update java doc for Callback
      
      * Update java doc for Callback
      
      * for checkstyle
      
      * Fix checkstyle
      08199bdf
  7. 29 7月, 2020 1 次提交
  8. 28 7月, 2020 1 次提交
    • L
      Remove shardingsphere-orchestration-repository-common (#6488) · 06a81bf2
      Liang Zhang 提交于
      * For checkstyle
      
      * Refactor common yaml package
      
      * Move orche yaml to core module
      
      * Move OrchestrationException to api package
      
      * Use DataChangedEvent.ChangedType only on import statement
      
      * Refactor repository
      
      * Remove ConfigKeyUtils
      
      * Remove shardingsphere-orchestration-repository-common
      06a81bf2
  9. 27 7月, 2020 3 次提交
  10. 25 7月, 2020 1 次提交
  11. 24 7月, 2020 1 次提交
  12. 22 7月, 2020 1 次提交
  13. 13 6月, 2020 1 次提交
    • 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
  14. 04 6月, 2020 1 次提交
  15. 17 5月, 2020 2 次提交
  16. 08 4月, 2020 1 次提交
  17. 23 3月, 2020 1 次提交
  18. 19 3月, 2020 1 次提交
    • orchestration mode code optimization . (#4825) · 93123ece
      流浪诗人 提交于
      * orchestration mode code optimization .
      
      * orchestration mode code optimization .
      
      * orchestration mode code optimization .
      
      * orchestration mode code optimization .
      
      * charset ues guava .
      
      * four blank line
      
      * four blank line
      
      * four blank line.
      
      * four blank line.
      
      * orchestration mode code optimization .
      93123ece
  19. 18 3月, 2020 2 次提交
    • L
      Move orchestration config to orchestration module (#4829) · 6541936a
      Liang Zhang 提交于
      * for code style
      
      * refactor OrchestrationConfiguration
      
      * move orchestration config to orchestration module
      
      * for code style
      6541936a
    • 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
  20. 11 3月, 2020 1 次提交
    • kimmking's avatar
      Refactor orchestration phase 1.2&1.3 (#4699) · 808ccb7b
      kimmking 提交于
      * refactor projects
      
      * refactor to extract model and configuration
      
      * modify a spelling
      
      * refactor sharding-jdbc-orchestration&sharding-proxy-common
      
      * refactor sharding-jdbc-orchestration-spring
      808ccb7b
  21. 03 3月, 2020 1 次提交
    • L
      Upgrade to Java8 (#4583) · 1e50d719
      Liang Zhang 提交于
      * upgrade java version from 7 to 8
      
      * upgrade lambda expr for java8
      
      * use java8 Optional instead of guava Optional
      
      * use java8 Optional instead of guava Optional
      1e50d719
  22. 25 2月, 2020 1 次提交
  23. 24 2月, 2020 1 次提交
  24. 17 2月, 2020 1 次提交
  25. 16 2月, 2020 2 次提交
    • L
      Fixes #4332 (#4333) · 3b6a3605
      Liang Zhang 提交于
      3b6a3605
    • Z
      refactor Orchestration properties with TypedProperties class. (#4320) · e6355f46
      Zonglei Dong 提交于
      * refactor orchestration apollo properties with TypedProperties class.
      
      * refactor orchestration nacos properties with TypedProperties class.
      
      * refactor orchestration Zookeeper properties with TypedProperties class.
      
      * refactor orchestration common properties with TypedProperties class.
      
      * refactor orchestration facade overwrite properties with OrchestrationProperties class.
      
      * fixes orchestration properties String default value.
      
      * fixes orchestration Zookeeper properties key name.
      
      * add Apache license.
      
      * add orchestration enum properties comment.
      e6355f46
  26. 27 12月, 2019 1 次提交
    • Separate META-INF.services. (#3804) · ca0e5dd3
      孙不服 提交于
      * separate META-INF.services.
      
      * split sharding-orchestration-center to sharding-orchestration-center-api and sharding-orchestration-center-xxx
      
      * rollback comment.
      
      * modify the scope of zk dependencies to default.
      ca0e5dd3
  27. 09 11月, 2019 1 次提交
    • Feature 3185 step1 registry (#3486) · caa56fd7
      孙不服 提交于
      * Add `CenterType` enum.
      
      * 1. add InstanceConfiguration class.
      2. update related code.
      3. add UTs.
      
      * Rename CenterType to OrchestrationType.
      caa56fd7
  28. 07 11月, 2019 1 次提交
  29. 13 6月, 2019 1 次提交
  30. 06 6月, 2019 1 次提交
  31. 04 6月, 2019 1 次提交
  32. 11 4月, 2019 2 次提交
  33. 17 1月, 2019 2 次提交