1. 02 12月, 2021 1 次提交
  2. 25 9月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.9.0 iteration (#7801) · 8b681053
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.8.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Create changes-8.8.0.md
      
      * Reset changelog for 8.9.0
      8b681053
  3. 06 9月, 2021 1 次提交
  4. 30 7月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.8.0 iteration (#7395) · 1c5e22a7
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.7.0
      
      * [maven-release-plugin] prepare for next development iteration
      1c5e22a7
  5. 08 6月, 2021 1 次提交
  6. 09 4月, 2021 1 次提交
  7. 02 2月, 2021 1 次提交
    • wu-sheng's avatar
      Begin the 8.5.0 iteration (#6302) · cdfe6ab3
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      cdfe6ab3
  8. 29 11月, 2020 1 次提交
  9. 24 10月, 2020 1 次提交
  10. 31 7月, 2020 1 次提交
    • wu-sheng's avatar
      Begin 8.2.0 iteration. (#5211) · 2f2840cb
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      2f2840cb
  11. 12 6月, 2020 1 次提交
  12. 31 3月, 2020 1 次提交
  13. 19 3月, 2020 1 次提交
  14. 11 2月, 2020 1 次提交
    • K
      Set up more strict code styles and fix existing issues (#4337) · 5b255ba3
      kezhenxu94 提交于
      Motivation:
      
      Review code styles with some bots automatically.
      
      Modifications:
      
      Set up ReviewDog in GitHub Action to review code style.
      
      Add more check rules to checkstyle plugin.
      
      Result:
      
      Obvious code styles can be reviewed and commented automatically.
      5b255ba3
  15. 24 12月, 2019 1 次提交
  16. 12 11月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.6.0 SNAPSHOT (#3839) · 3fbaec42
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.5.0
      
      * [maven-release-plugin] prepare for next development iteration
      3fbaec42
  17. 05 10月, 2019 1 次提交
  18. 09 9月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.5.0 (#3439) · ce20fe10
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      ce20fe10
  19. 05 8月, 2019 1 次提交
  20. 29 6月, 2019 1 次提交
    • wu-sheng's avatar
      Move master to 6.3.0 (#2968) · 4faa950c
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.2.0
      
      * [maven-release-plugin] prepare for next development iteration
      4faa950c
  21. 18 6月, 2019 1 次提交
  22. 14 6月, 2019 1 次提交
  23. 13 6月, 2019 1 次提交
    • K
      Integrate Jenkins CI (#2864) · f5db90b8
      kezhenxu94 提交于
      * Test
      
      * Sync
      
      * Update ITNacosConfigurationTest.java
      
      * Trigger CI
      
      * Trigger CI
      
      * Trigger CI
      
      * Trigger CI
      
      * Trigger CI
      
      * Remove unused imports to fix checkstyle
      
      * Remove unused imports to fix checkstyle
      
      * Increase timeout since nacos starts slowlly
      
      * Bump up Oracle JDK version
      
      * Remove OracleJDK due to license
      
      * Add CI-with-IT profile and openjdk9
      
      * Add missing profiles
      
      * Lift failsafe plugin to root
      
      * Update pom.xml
      
      * Remove OPENJDK9
      
      * Try parallel builds and add agent
      
      * Try parallel build and windows
      
      * Try parallel build and windows
      
      * Try parallel build and windows
      
      * Try parallel build
      
      * Try parallel build
      
      * Try parallel build
      
      * Fix indentation
      
      * Trigger CI
      
      * Trigger CI
      
      * Remove Windows stage
      
      * Update mvnw.cmd
      f5db90b8
  24. 09 6月, 2019 1 次提交
  25. 07 6月, 2019 1 次提交
    • K
      Provide Nacos dynamic configuration center implementation. fixes #2816 (#2817) · 7f227709
      kezhenxu94 提交于
      * Provide Nacos dynamic configuration center implementation. fixes #2816
      
      * Add unit tests
      
      * Sync
      
      * Replace pull-mode with watch-mode
      
      * Fix ci
      
      * Unify dependency management
      
      * Add integration tests
      
      * Revert unexpected changes
      
      * Add more test cases
      
      * Revert unexpected changes
      
      * Suppress IDE warning
      
      * Correctify volumes position
      
      * Add license header
      
      * Remove Chinese comments
      
      * Sync
      
      * Sync
      
      * Sync
      
      * Sync
      
      * Revert unexpected changes
      
      * Rebase on refactored code and add missing config to docker
      
      * Fix unit test
      
      * Revert unnecessary changes
      7f227709