1. 15 4月, 2020 2 次提交
  2. 14 4月, 2020 3 次提交
  3. 13 4月, 2020 1 次提交
  4. 08 4月, 2020 2 次提交
  5. 06 4月, 2020 1 次提交
  6. 01 4月, 2020 1 次提交
  7. 31 3月, 2020 1 次提交
    • T
      make key-generator as a spring bean on spring namespace. (#4945) · 921c9404
      TaoZhi 提交于
      * make key-generator as a spring bean on spring namespace.
      
      * fix checkstyle.
      
      * code refactor for make key-generator as a spring bean.
      
      * add test for GenerateKeyAlgorithmFactoryBean.
      
      * rename ShardingKeyGenerator SPI to KeyGenerateAlgorithm.
      
      * rename method containsKeyGeneratorConfiguration to containsKeyGenerateAlgorithm.
      Co-authored-by: Ntaozhi3 <taozhi1@jd.com>
      921c9404
  8. 29 3月, 2020 1 次提交
  9. 23 3月, 2020 1 次提交
  10. 19 3月, 2020 1 次提交
  11. 18 3月, 2020 1 次提交
  12. 17 3月, 2020 1 次提交
  13. 16 3月, 2020 1 次提交
    • L
      Refactor log for load meta data (#4780) · 43e89e0e
      Liang Zhang 提交于
      * add log for SchemaMetaDataLoader
      
      * add log for ShardingMetaDataLoader
      
      * remove MetaDataLogger
      
      * remove MetaDataLogger
      
      * ignore metadata load log for test
      
      * fix error package for logback
      43e89e0e
  14. 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
  15. 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
  16. 09 3月, 2020 1 次提交
  17. 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
  18. 25 2月, 2020 1 次提交
  19. 16 2月, 2020 1 次提交
  20. 10 2月, 2020 2 次提交
  21. 05 2月, 2020 1 次提交
  22. 03 2月, 2020 1 次提交
  23. 12 1月, 2020 1 次提交
    • rename new orchestration module. (#3933) · dfcb6147
      孙不服 提交于
      * rename new orchestration module.
      
      * add blank line.
      
      * modify unit test for new orchestration.
      
      * rename the name of test config center and test registry center.
      dfcb6147
  24. 10 1月, 2020 1 次提交
    • Remove old orchestration module. (#3902) · 4687ecdb
      孙不服 提交于
      * modify sharding-ui-backend module for orchestration.
      
      * modify sharding-ui-backend's dependency.
      
      * use temp package.
      
      * use sharding-orchestration-center dependency for distribution.
      
      * Revert "use sharding-orchestration-center dependency for distribution."
      
      This reverts commit 9300b615
      4687ecdb
  25. 28 12月, 2019 1 次提交
  26. 26 12月, 2019 5 次提交
  27. 25 12月, 2019 2 次提交
  28. 24 12月, 2019 2 次提交
  29. 23 12月, 2019 1 次提交
    • L
      Refactor sharding-core-common module (#3787) · 75649eb5
      Liang Zhang 提交于
      * remove DatabaseTypes.getDatabaseTypes()
      
      * refactor DatabaseTypes.getDatabaseTypeName to getTrunkDatabaseTypeName
      
      * remove useless MariaDBDatabaseType.getJdbcUrlPrefixAlias
      
      * move ConfigurationLogger to config package
      
      * remove useless StringUtil.isLongValue
      
      * move InlineExpressionParser to config package
      75649eb5