1. 19 7月, 2019 1 次提交
  2. 18 7月, 2019 3 次提交
  3. 17 7月, 2019 5 次提交
  4. 16 7月, 2019 2 次提交
  5. 15 7月, 2019 4 次提交
  6. 14 7月, 2019 2 次提交
  7. 13 7月, 2019 2 次提交
  8. 12 7月, 2019 6 次提交
  9. 10 7月, 2019 2 次提交
  10. 09 7月, 2019 1 次提交
  11. 08 7月, 2019 1 次提交
  12. 04 7月, 2019 1 次提交
  13. 03 7月, 2019 3 次提交
  14. 02 7月, 2019 2 次提交
    • Z
      fix issue #2979 (#2980) · 6c85693c
      zhousiliang163 提交于
      * fix issue #2979
      
      * remove the unused import, which causes the CI failed
      6c85693c
    • Spring @Async plugin support (#2902) · 48ffd092
      于玉桔 提交于
      * spring_async_plugin
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * format fix
      
      * rename
      
      * fix
      
      * fix version
      
      * Update SWCallable.java
      
      * Update Supported-list.md
      
      * Update Supported-list.md
      48ffd092
  15. 01 7月, 2019 4 次提交
  16. 30 6月, 2019 1 次提交
    • K
      Add end to end tests (#2935) · d1a521b7
      kezhenxu94 提交于
      e2e test setup. cc @hanahmily @peng-yongsheng @IanCao @zhaoyuguang @JaredTan95 
      
      # e2e test case
      One single standalone Spring service, accessing H2 database. This service has been installed the agent. 
      OAP runs in single mode with H2 storage too.
      
      The e2e test will verify the results through GraphQL query
      1. Traces exist.
      2. Service/Service Instance/Endpoint exist and have expected metrics.
      3. Topology exists and match expected.
      d1a521b7