1. 19 1月, 2021 1 次提交
  2. 29 11月, 2020 1 次提交
  3. 22 11月, 2020 1 次提交
  4. 04 11月, 2020 1 次提交
  5. 24 10月, 2020 1 次提交
  6. 13 10月, 2020 1 次提交
  7. 21 8月, 2020 1 次提交
  8. 15 8月, 2020 1 次提交
  9. 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
  10. 19 7月, 2020 1 次提交
  11. 10 7月, 2020 1 次提交
  12. 12 6月, 2020 1 次提交
  13. 31 5月, 2020 1 次提交
  14. 31 3月, 2020 1 次提交
  15. 19 3月, 2020 1 次提交
  16. 15 3月, 2020 1 次提交
  17. 13 3月, 2020 1 次提交
  18. 16 2月, 2020 1 次提交
  19. 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
  20. 27 12月, 2019 1 次提交
  21. 25 12月, 2019 1 次提交
    • wu-sheng's avatar
      Update JDK compiling level to 8, and remove zip dist. (#4119) · b5709960
      wu-sheng 提交于
      * Update JDK compiling level to 8, and remove zip dist.
      
      * Exclude annotation and shade API.
      
      * Fix more exclusion.
      
      * 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.
      
      * Fix dependency conflicts, license and notice issue, and dependency check script issue
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      b5709960
  22. 24 12月, 2019 1 次提交
  23. 21 11月, 2019 1 次提交
    • K
      [Feature] Support ElasticSearch 7 as backend storage (#3870) · 9b408e82
      kezhenxu94 提交于
      * [Feature] Officially support ElasticSearch 7 as backend storage
      
      * Extract bootstrap module to be shared by multiple starters
      
      * Add missing configuration file and distinguish different version in test
      
      * Update known-oap-backend-dependencies-es7.txt
      
      Update the dependency lib
      
      * Fix missing adaptation to ElasticSearch 7
      
      * Rename ElasticSearch 7 specific class with Es7 infix
      
      * Fix miss-adapted ElasticSearch DAO API
      
      * Add ES7 specific configuration and polish documentations
      
      * Polish documentations
      
      * Polish documentations
      9b408e82
  24. 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
  25. 07 10月, 2019 1 次提交
  26. 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
  27. 02 9月, 2019 1 次提交
    • J
      support es https ssl config. (#3370) · dbbf22a1
      Jared Tan 提交于
      * support es https ssl config.
      
      * update
      
      * update docs.
      
      * refactoring var name.
      
      * fix
      
      * update docs.
      
      * add config in es section.
      
      * fix logical.
      dbbf22a1
  28. 30 8月, 2019 1 次提交
  29. 09 8月, 2019 1 次提交
  30. 05 8月, 2019 1 次提交
  31. 21 7月, 2019 1 次提交
  32. 20 7月, 2019 1 次提交
  33. 19 7月, 2019 1 次提交
  34. 12 7月, 2019 1 次提交
    • Z
      fix deleteIndex repeat append namespace (#3017) · deb2d900
      zhangwei 提交于
      * fix deleteIndex repeat append namespace
      
      * fix deleteIndex repeat append namespace
      
      * fix checkStyle
      
      * fix
      
      * fix test assert
      
      * update test method name
      
      * fix test
      
      * fix
      
      * del elastic.search.namespace
      
      * fix check style
      
      * update ITElasticSearchNamespaceClient to ITElasticSearchClientOfNamespace
      
      * move undoFormatIndexName to ITElasticSearchClien
      
      * move #getIndex to ITElasticSearchClient
      
      * add deleteByModelName and deleteByIndexName
      
      * add deleteByModelName and deleteByIndexName
      
      * revert ITElasticSearchClient#getIndex
      
      * Use whitebox get from powermock to get this.
      
      * undo namespacePrefix
      deb2d900
  35. 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
  36. 25 6月, 2019 1 次提交
  37. 23 6月, 2019 1 次提交
  38. 17 6月, 2019 1 次提交
  39. 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
  40. 12 6月, 2019 1 次提交