1. 11 11月, 2020 1 次提交
  2. 08 11月, 2020 1 次提交
  3. 06 11月, 2020 1 次提交
  4. 31 10月, 2020 1 次提交
  5. 24 10月, 2020 1 次提交
  6. 16 10月, 2020 1 次提交
  7. 29 9月, 2020 1 次提交
  8. 22 9月, 2020 1 次提交
  9. 20 9月, 2020 1 次提交
  10. 10 8月, 2020 2 次提交
  11. 05 8月, 2020 1 次提交
  12. 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
  13. 05 7月, 2020 1 次提交
  14. 27 6月, 2020 1 次提交
  15. 21 6月, 2020 1 次提交
  16. 20 6月, 2020 1 次提交
  17. 15 6月, 2020 1 次提交
  18. 12 6月, 2020 1 次提交
  19. 11 6月, 2020 1 次提交
  20. 07 5月, 2020 1 次提交
  21. 31 3月, 2020 1 次提交
  22. 19 3月, 2020 1 次提交
  23. 11 3月, 2020 1 次提交
    • Y
      Add finagle plugin (#4441) · ced5cb28
      yoje 提交于
      * Add finagle plugin (#4433)
      
      * fix failed checks for pr(#4441)
      * Add licenses for some files
      * Update Supported doc
      * Add finagle to test component-libraries.yml
      
      * Add finagle automatic tests into CI
      
      * Add comments
      
      * update comments
      
      * Remove CompatibilityChecker
      
      * Move query-protocol submodule to the right version
      
      * Remove `enhancedInstance.setSkyWalkingDynamicField` in `ClientTracingFilterInterceptor`.
      
      * Update expectedData.yaml of finagle tests
      
      * Use lazy ContextCarrier injection.
      
      * Add comments for `ContextCarrierHelper`
      
      * Fix ContextHolderFactory to avoid context pollution
      Co-authored-by: Nhuangyongjie <huangyongjie@tigerbrokers>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      ced5cb28
  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. 30 1月, 2020 1 次提交
  26. 31 12月, 2019 1 次提交
  27. 26 12月, 2019 2 次提交
  28. 25 12月, 2019 1 次提交
  29. 24 12月, 2019 2 次提交
  30. 11 12月, 2019 1 次提交
  31. 13 11月, 2019 1 次提交
  32. 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
  33. 28 10月, 2019 2 次提交
  34. 23 10月, 2019 1 次提交
    • 静夜思朝颜's avatar
      Provide agent plugin netty-socketio (#3640) · c640b512
      静夜思朝颜 提交于
      * add plugin netty-socketio https://github.com/mrniko/netty-socketio
      
      * delete create exit span interceptor.
      
      * delete create exit span interceptor testcase.
      
      * delete create exit span interceptor testcase.
      
      * add constructor test unit
      
      * change bind on random port in test case
      
      * reverse upstream master whitespace
      
      * resolve build_id param
      
      * delete health check segment test case
      
      * add ContextManager.isActive check before use activeSpan invoke
      
      * remove unnecessary code and blank line
      c640b512
  35. 10 10月, 2019 1 次提交
  36. 25 9月, 2019 1 次提交
    • L
      Add pulsar apm plugin (#3476) · a8742514
      lipenghui 提交于
      * Add pulsar apm plugin.
      
      * Fix check style
      
      * Fix pulsar consumer component define.
      
      * Add pulsar to component-libraries.yml
      
      * Fix error interceptor class.
      
      * Add pulsar to agent support list.
      
      * Add Pulsar to ComponentsDefine and component-libraries.yml
      
      * Move create entry span log of consumer from after method to before method
      
      * Fix send callback issue when exception cause.
      
      * Fix test issues
      
      * Move pulsar plugin to optional plugins
      
      * Add none messages tests for interceptor of producer and consumer.
      
      * Remove unused comments.
      
      * Move pulsar plugin back to the apm-sdk-plugin
      
      * Fix comments
      
      * remove set startTime for entry span(default is set by System.currentTimeMillis)
      
      * Fix comments
      a8742514