1. 18 7月, 2019 1 次提交
  2. 17 7月, 2019 5 次提交
  3. 16 7月, 2019 2 次提交
  4. 15 7月, 2019 4 次提交
  5. 14 7月, 2019 2 次提交
  6. 13 7月, 2019 2 次提交
  7. 12 7月, 2019 6 次提交
  8. 10 7月, 2019 2 次提交
  9. 09 7月, 2019 1 次提交
  10. 08 7月, 2019 1 次提交
  11. 04 7月, 2019 1 次提交
  12. 03 7月, 2019 3 次提交
  13. 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
  14. 01 7月, 2019 4 次提交
  15. 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
  16. 29 6月, 2019 3 次提交
    • R
      One more time for heigher performance (#2930) · 7f3ff150
      Roshi 提交于
      V3(this commit) has 20% performance improvement leverages from no `false-sharing` of CPU cache mechanism.
        /**
           * Benchmark                                                 Mode  Cnt         Score         Error  Units
           * AtomicRangeIntegerTest.testGetAndIncrementV1Performance  thrpt    5  13496720.554 ±  240134.803  ops/s
           * AtomicRangeIntegerTest.testGetAndIncrementV2Performance  thrpt    5  39201251.850 ± 1005866.969  ops/s
           * AtomicRangeIntegerTest.testGetAndIncrementV3Performance  thrpt    5  45832615.061 ± 2987464.163  ops/s
           */
      7f3ff150
    • wu-sheng's avatar
      Move master to 6.3.0 (#2968) · 4faa950c
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.2.0
      
      * [maven-release-plugin] prepare for next development iteration
      4faa950c
    • K
      Fix typo in LICENSE (#2970) · decd9a70
      kezhenxu94 提交于
      decd9a70