1. 20 3月, 2020 1 次提交
  2. 13 3月, 2020 1 次提交
  3. 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
  4. 08 3月, 2020 1 次提交
  5. 23 2月, 2020 1 次提交
  6. 21 2月, 2020 1 次提交
  7. 18 2月, 2020 2 次提交
  8. 17 2月, 2020 1 次提交
  9. 15 2月, 2020 1 次提交
  10. 12 2月, 2020 1 次提交
  11. 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
  12. 10 2月, 2020 1 次提交
  13. 03 2月, 2020 1 次提交
  14. 01 2月, 2020 1 次提交
  15. 30 1月, 2020 2 次提交
  16. 29 1月, 2020 1 次提交
  17. 07 1月, 2020 1 次提交
  18. 04 1月, 2020 2 次提交
  19. 03 1月, 2020 2 次提交
  20. 31 12月, 2019 3 次提交
  21. 29 12月, 2019 1 次提交
  22. 26 12月, 2019 3 次提交
  23. 25 12月, 2019 5 次提交
  24. 24 12月, 2019 1 次提交
  25. 21 12月, 2019 1 次提交
    • Z
      [test/plugin] immigrate test shardingsphere 3.x scenario. (#4093) · 6fce5ca7
      Zhang Yonglun 提交于
      * shardingsphere 3.x test
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * Remove the local/exit span register mechanism
      
      * for comments
      
      * for comments
      6fce5ca7
  26. 17 12月, 2019 2 次提交
  27. 15 12月, 2019 1 次提交
    • wu-sheng's avatar
      Remove the local/exit span register mechanism in Java agent scenario (#4059) · 4e501328
      wu-sheng 提交于
      * Remove the local span and exit span register mechanism in Java agent scenario.
      
      * Fix config, plugin, and document, as exit span is not required register anymore.
      
      * Try to fix the test case expected data due to no register for exit span.
      
      * Fix toolkit case.
      
      * Remove exit span from plugin test framework document.
      
      * Update protocol, FAQ, and CHANGELOG documents to highlight this change.
      
      * Fix NPE when no entry span in the whole segment. Set endpoint to null in segment entity.
      
      * Fix the snapshot and add inexistence operation name id.
      
      * Fix several async cases.
      
      * Fix undertow test case.
      
      * Fix wrong error log name.
      
      * Keep name consistent with 6.x concepts.
      
      * Try to fix 3 async scenarios.
      
      * Fix okhttp case.
      
      * Fix Spring Async case.
      
      * Fix another NPE
      
      * Fix NPE when first span has no endpoint id when it is local or exit span.
      
      * Still fill first operation name when no endpoint id.
      4e501328