1. 31 1月, 2021 1 次提交
  2. 14 1月, 2021 1 次提交
  3. 01 1月, 2021 1 次提交
  4. 21 12月, 2020 1 次提交
  5. 29 11月, 2020 1 次提交
  6. 09 11月, 2020 1 次提交
  7. 24 10月, 2020 1 次提交
  8. 29 9月, 2020 1 次提交
  9. 25 9月, 2020 1 次提交
    • T
      Add a muse configuration file (#5557) · d2eabdc3
      Thomas M. DuBuisson 提交于
      * Add a muse configuration file
      
      A muse configuration and file is necessary to educate the MuseDev CI
      system on how to build Skywalking.
      
      * Exclude .muse/* files from license check
      d2eabdc3
  10. 16 9月, 2020 1 次提交
  11. 29 8月, 2020 1 次提交
  12. 12 8月, 2020 1 次提交
  13. 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
  14. 05 7月, 2020 1 次提交
  15. 21 6月, 2020 1 次提交
  16. 12 6月, 2020 1 次提交
  17. 21 4月, 2020 1 次提交
  18. 15 4月, 2020 1 次提交
  19. 31 3月, 2020 1 次提交
  20. 23 3月, 2020 1 次提交
  21. 19 3月, 2020 1 次提交
  22. 16 3月, 2020 1 次提交
    • K
      Rewrite the E2E test framework and tests (#4510) · dcd66ee6
      kezhenxu94 提交于
      Motivation:
      
      According the feedback from the community, the e2e tests are hard for
      them to understand and get them started, so this pull request aims to
      rewrite the e2e tests with some improvements:
      
      - debuggable locally, now you can run every individual case directly
      inside the IDE, just like running a plain unit test.
      
      - same functionalities of multiple counterparts share the same codes,
      cases like different storages and cluster coordinators share the same
      codes, easy to add more similar cases.
      
      - the "end" now extends to the Doccker images, meaning that some bugs
      like #4483 and #4471 can be more easily and early to be discovered.
      
      - codes style and license headers are checked
      
      Modifications:
      
      - adopt jupeter (a.k.a junit 5), testcontainers as the new test
      framework, all containers are orchestrated by docker-compose.yml,
      well-known technology that developers should be familiar with.
      
      - rewrite all test cases and verify them.
      
      - reorganize the workflows in GitHub Actions.
      
      Result:
      
      - new e2e test should be easy to add.
      
      - closes https://github.com/apache/skywalking/issues/4472
      dcd66ee6
  23. 15 3月, 2020 1 次提交
  24. 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
  25. 03 2月, 2020 1 次提交
  26. 29 1月, 2020 1 次提交
  27. 15 1月, 2020 1 次提交
  28. 05 1月, 2020 1 次提交
    • G
      Add es7 support to docker (#4043) · 8d0c3b91
      Gao Hongtao 提交于
      * Add es7 support to docker
      
      * Add es7 to github aciton workflow
      
      * Rename dockerfile
      
      * Update docker-compose
      
      * Update matrix es name
      
      * Set oap tag
      
      * Add document
      
      * Update How-to-build.md
      8d0c3b91
  29. 29 12月, 2019 1 次提交
  30. 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
  31. 24 12月, 2019 2 次提交
  32. 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
  33. 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
  34. 09 10月, 2019 1 次提交
  35. 06 10月, 2019 1 次提交
  36. 01 10月, 2019 1 次提交
  37. 30 9月, 2019 1 次提交
  38. 29 9月, 2019 1 次提交
    • K
      Try to bring coverall test coverage comments back (#3503) · 116f50ee
      kezhenxu94 提交于
      * Try to bring coverall test coverage comments back
      
      * Remove suspicious rule
      
      * Sync
      
      * Try checkout submodule
      
      * Update labeler.yml
      
      * Update labeler.yml
      
      * Update labeler.yml
      
      * Update labeler.yml
      
      * Rebase
      
      * Remove jmh annotation processor
      
      * Update README.md
      
      * Replace with placeholder and remove Coverall badge in README
      
      * Exclude generated classes from coverage analysis
      116f50ee
  39. 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