1. 10 8月, 2020 1 次提交
  2. 05 8月, 2020 1 次提交
  3. 05 7月, 2020 1 次提交
  4. 27 6月, 2020 1 次提交
  5. 21 6月, 2020 1 次提交
  6. 20 6月, 2020 1 次提交
  7. 15 6月, 2020 1 次提交
  8. 14 6月, 2020 1 次提交
  9. 12 6月, 2020 1 次提交
  10. 11 6月, 2020 1 次提交
  11. 07 5月, 2020 1 次提交
  12. 27 3月, 2020 1 次提交
    • Indifer's avatar
      fix elasticsearch-5.x-plugin when use es6.x TransportClient error (#4517) · 1bc40828
      Indifer 提交于
      * up ui
      
      * up ui
      
      * fix elasticsearch-5.x-plugin on es6.x TransportClient error, Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected
      up elasticsearch-6.x-plugin support TransportClient
      
      * fix elasticsearch-5.x-plugin on es6.x TransportClient error, Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected
      up elasticsearch-6.x-plugin support TransportClient
      
      * fix elasticsearch-5.x-plugin on es6.x TransportClient error, Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected
      up elasticsearch-6.x-plugin support TransportClient
      
      * const string witnesses
      add some unit test
      recommended to change ; to ,
      
      * const string witnesses
      add some unit test
      recommended to change ; to ,
      
      * up ES6.X test-plugin
      
      * up es6.x test-plugin
      
      * up es6.x test-plugin
      
      * up es6.x test-plugin
      
      * add DeleteIndexRequest
      
      * up es6.x test-plugin
      
      * remove TransportCaseController.java
      
      * fix TransportActionNodeProxyExecuteMethodsInterceptorTest
      Co-authored-by: Nyi.liang <yi.liang@zhangmen.cn>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      Co-authored-by: N梁懿 <liangyi@xforceplus.com>
      Co-authored-by: Naderm <394102339@qq.com>
      1bc40828
  13. 20 3月, 2020 1 次提交
  14. 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
  15. 15 2月, 2020 1 次提交
  16. 10 2月, 2020 1 次提交
  17. 30 1月, 2020 1 次提交
  18. 07 1月, 2020 1 次提交
  19. 04 1月, 2020 2 次提交
  20. 31 12月, 2019 1 次提交
  21. 26 12月, 2019 1 次提交
  22. 25 12月, 2019 4 次提交
  23. 24 12月, 2019 1 次提交
  24. 17 12月, 2019 1 次提交
  25. 12 12月, 2019 1 次提交
    • A
      [test/plugin] immigrate test cassandra scenario. (#4040) · 4ec2cb07
      aderm 提交于
      * [test/plugin] immigrate test cassandra scenario.
      
      * update support list doc.
      
      * delete space error.
      
      * disable jmx report.
      
      * remove jmx dependence.
      
      * Disable jmx report.
      
      * Update support list doc.
      4ec2cb07
  26. 11 12月, 2019 1 次提交
  27. 06 12月, 2019 1 次提交
  28. 19 11月, 2019 1 次提交
  29. 17 11月, 2019 1 次提交
  30. 13 11月, 2019 1 次提交
  31. 27 10月, 2019 1 次提交
  32. 25 10月, 2019 1 次提交
    • S
      feat: add support of mongodb v3.7.x or higher (#3591) · 80af1667
      scolia 提交于
      * feat: add support of mongodb v3.7.x or higher
      
      * feat: remove mapping, using EnhancedInstance to mark remotePeer
      
      * feat: add support of v3.6.x
      
      * fix: disable support will 3.6.x, which will throw ClassCircularityError exception
      
      * style: clean code
      
      * fix support of 3.8.x~3.11.1, update test case and doc
      
      * update stage name
      
      * rename class
      
      * rename stage
      80af1667
  33. 23 10月, 2019 2 次提交
    • 静夜思朝颜'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
    • S
      feat: add test case for mongodb-3.x-plugin (#3667) · b56248b0
      scolia 提交于
      * feat: add test case for mongodb-3.x-plugin
      
      * fix: agent-test script error
      
      * feat: change non-compliant code
      
      * fix: remove not proper config
      
      * docs: update docs
      
      * Merge branch 'master' of https://github.com/apache/skywalking into mongodb-testcase
      
      # Conflicts:
      #	Jenkinsfile-Agent-Test-3
      b56248b0
  34. 19 10月, 2019 1 次提交
  35. 10 10月, 2019 1 次提交