1. 15 11月, 2019 2 次提交
  2. 13 11月, 2019 1 次提交
  3. 09 11月, 2019 2 次提交
  4. 08 11月, 2019 2 次提交
  5. 07 11月, 2019 2 次提交
  6. 06 11月, 2019 1 次提交
  7. 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
  8. 18 10月, 2019 1 次提交
  9. 23 9月, 2019 1 次提交
  10. 11 8月, 2019 1 次提交
  11. 09 8月, 2019 1 次提交
  12. 07 8月, 2019 2 次提交
  13. 29 7月, 2019 1 次提交
  14. 25 7月, 2019 1 次提交
  15. 18 7月, 2019 1 次提交
    • wu-sheng's avatar
      All NEW OAL Runtime Engine (#3109) · 5b039e97
      wu-sheng 提交于
      * Change OAL generator tool to runtime.
      
      Step 1. change project structure. API links and maven pom.
      
      * Part of metrics class generation
      
      * Metrcis class generated.
      
      * Set up the basic structure of new OAL engine.
      
      * Finish metrics generation.
      
      * Support dispatcher generation.
      
      * Format codes.
      
      * Generate dispatcher all methods.
      
      * Implement disable in hardcode.
      
      * Clear up
      
      * Fix compile startup.
      
      * Update license and document of new OAL engine.
      
      * Fix rat.
      
      * Disable class output in default
      
      * Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110
      
      * Wait for the mount command to finish
      5b039e97
  16. 17 7月, 2019 1 次提交
  17. 13 7月, 2019 2 次提交
  18. 12 7月, 2019 1 次提交
  19. 14 6月, 2019 1 次提交
  20. 03 6月, 2019 1 次提交
    • wu-sheng's avatar
      Dynamic Configuration and Dynamic Configuration Service (#2810) · 2e846c60
      wu-sheng 提交于
      * Implement the base of config API module.
      
      * Finish configuration module codebases w/o tests, revert some changes.
      
      * Finish mock tests.
      
      * Add new gRPC service for configuration.
      
      * Make gRPC configuration sync provider works.
      
      * Add database slow statement dynamic setting.
      
      * Finish the dynamic configuration service.
      
      * Fix version.
      2e846c60
  21. 23 5月, 2019 1 次提交
  22. 16 5月, 2019 1 次提交
    • G
      Update docker building tool (#2677) · b76839fe
      Gao Hongtao 提交于
      * Update docker building of oap server
      
       * generating appliation.yml according to enviroment variables
       * adding Makefile to build binary and docker image
      
      * Update ui docker
      
      * Update docker-compose
      
      * Update document
      
      * Update document
      
      * Merge from master
      
      * Reset skywalking-ui
      b76839fe
  23. 10 5月, 2019 1 次提交
  24. 30 4月, 2019 2 次提交
    • wu-sheng's avatar
      Release fix (#2566) · 65c503b6
      wu-sheng 提交于
      * Introduce new profile in release
      
      * Fix a missing change.
      
      * Fix wrong profile name.
      65c503b6
    • wu-sheng's avatar
      Move to 6.2 (#2563) · 9b87086d
      wu-sheng 提交于
      * Move submodule plugin.
      
      * Always auto-submodule
      
      * [maven-release-plugin] prepare release v6.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Change keys location.
      9b87086d
  25. 28 4月, 2019 2 次提交
  26. 25 4月, 2019 1 次提交
  27. 21 4月, 2019 1 次提交
  28. 14 4月, 2019 1 次提交
  29. 04 4月, 2019 1 次提交
  30. 31 3月, 2019 1 次提交
    • wu-sheng's avatar
      Reorganize the receiver proto (#2426) · 315c0e69
      wu-sheng 提交于
      * Move all receiver proto files together, in case the class conflict in gogoproto.
      
      * Add jaeger proto and its dependency proto. Also license provided.
      
      * Fix rat.
      315c0e69
  31. 26 3月, 2019 1 次提交
  32. 25 3月, 2019 1 次提交
    • wu-sheng's avatar
      Support gRPC metric exporter (#2395) · 0ecf641c
      wu-sheng 提交于
      * Support grpc exporter.
      
      * Support scope(all) metric export and finish document.
      
      * Close exporter even in local debug env. And fix CI.
      
      * Remove the system.out
      
      * Fix absent 4.
      
      * Support subscription from remote.
      
      * Add the doc
      
      * Update application.yml
      0ecf641c