1. 29 9月, 2021 1 次提交
  2. 25 9月, 2021 2 次提交
  3. 14 9月, 2021 1 次提交
  4. 06 9月, 2021 3 次提交
  5. 27 8月, 2021 1 次提交
  6. 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
  7. 29 7月, 2021 1 次提交
  8. 20 6月, 2021 2 次提交
  9. 10 6月, 2021 1 次提交
  10. 08 6月, 2021 1 次提交
  11. 09 4月, 2021 1 次提交
  12. 07 3月, 2021 1 次提交
  13. 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
  14. 31 1月, 2021 1 次提交
  15. 14 1月, 2021 1 次提交
  16. 01 1月, 2021 1 次提交
  17. 21 12月, 2020 1 次提交
  18. 29 11月, 2020 1 次提交
  19. 09 11月, 2020 1 次提交
  20. 24 10月, 2020 1 次提交
  21. 29 9月, 2020 1 次提交
  22. 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
  23. 16 9月, 2020 1 次提交
  24. 29 8月, 2020 1 次提交
  25. 12 8月, 2020 1 次提交
  26. 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
  27. 05 7月, 2020 1 次提交
  28. 21 6月, 2020 1 次提交
  29. 12 6月, 2020 1 次提交
  30. 21 4月, 2020 1 次提交
  31. 15 4月, 2020 1 次提交
  32. 31 3月, 2020 1 次提交
  33. 23 3月, 2020 1 次提交
  34. 19 3月, 2020 1 次提交
  35. 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
  36. 15 3月, 2020 1 次提交