1. 24 3月, 2020 1 次提交
  2. 08 3月, 2020 2 次提交
  3. 27 2月, 2020 1 次提交
  4. 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
  5. 29 11月, 2019 1 次提交
  6. 25 11月, 2019 2 次提交
  7. 23 11月, 2019 1 次提交
  8. 19 11月, 2019 2 次提交
  9. 17 11月, 2019 1 次提交
  10. 15 11月, 2019 3 次提交
  11. 13 11月, 2019 1 次提交
  12. 09 11月, 2019 2 次提交
  13. 08 11月, 2019 2 次提交
  14. 07 11月, 2019 2 次提交
  15. 06 11月, 2019 1 次提交
  16. 05 11月, 2019 1 次提交
    • wu-sheng's avatar
      Add plugin test framework doc (#3786) · 05761ef5
      wu-sheng 提交于
      * Add SkyWalking plugin test framework doc
      
      * Remove Chinese.
      
      * Add a description to the env variable, CASE_SERVER_IMAGE_VERSION
      
      * Fix typo
      
      * Change paragraph structure.
      05761ef5