1. 29 7月, 2019 1 次提交
  2. 25 7月, 2019 1 次提交
  3. 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
  4. 17 7月, 2019 1 次提交
  5. 13 7月, 2019 2 次提交
  6. 12 7月, 2019 1 次提交
  7. 14 6月, 2019 1 次提交
  8. 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
  9. 23 5月, 2019 1 次提交
  10. 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
  11. 10 5月, 2019 1 次提交
  12. 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
  13. 28 4月, 2019 2 次提交
  14. 25 4月, 2019 1 次提交
  15. 21 4月, 2019 1 次提交
  16. 14 4月, 2019 1 次提交
  17. 04 4月, 2019 1 次提交
  18. 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
  19. 26 3月, 2019 1 次提交
  20. 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
  21. 14 3月, 2019 2 次提交
  22. 07 3月, 2019 1 次提交
  23. 26 2月, 2019 1 次提交
    • wu-sheng's avatar
      Improve OAP extendibility (#2288) · fb62025d
      wu-sheng 提交于
      * Make scope meta configurable.
      
      * Fix test cases in ci.
      
      * Change step 1
      
      * Refactor step 2
      
      * Other compile issue done. Prepare the generator changes.
      
      * Revert some wrong changes to Istio receiver.
      
      * Step 3, make compile pass.
      
      * Try to make CI passed.
      
      * Add a check.
      
      * Fix generated code style
      
      * Provide new and extendable dispatcher generator tool
      
      * Fix startup.
      
      * Can't guarantee the dispatchers are always existing. Put explicit comments at there to avoid confusion, since this is different with old version.
      
      * Fix a H2 query for endpoint search.
      
      * Fix a wrong mysql alarm query.
      
      * Provide new document and `generate-tool-grammer` module.
      
      * Add missing last section of document.
      
      * Fix typo
      
      * Relocate the @ScopeDeclaration annotation, make it more sense. Also remove the useless @SourceType annotation. And adjust document for these changes
      
      * ScopeDeclaration can be used once for each class only, now.
      fb62025d
  24. 15 2月, 2019 1 次提交
  25. 11 2月, 2019 1 次提交
  26. 30 1月, 2019 1 次提交
  27. 26 1月, 2019 2 次提交
    • Support lettuce plugin (#2152) · a36394d9
      于玉桔 提交于
      * Support lettuce plugin
      
      * lettuce plugin bugfix
      
      * lettuce plugin fix license issue
      
      * lettuce plugin fix cluster and config issue
      
      * plugin lettuce compatible with low 5.0.x version
      
      * lettuce plugin support version accurately describes on Supported-list.md
      
      * plugin lettuce compatible with low 5.0.2 version
      
      * lettuce plugin fix wrong batch method intercept point
      
      * move lettuce to optional plugins
      
      * fix ci issue
      
      * fix ci issue
      
      * Modify the description file
      
      * Pom code optimization
      
      * Optimization operation name
      
      * Optimization operation name2
      a36394d9
    • wu-sheng's avatar
      Update How-to-release.md (#2210) · 3b0a1d31
      wu-sheng 提交于
      3b0a1d31
  28. 11 1月, 2019 2 次提交
  29. 01 1月, 2019 1 次提交
  30. 22 12月, 2018 1 次提交
  31. 17 12月, 2018 1 次提交
  32. 16 12月, 2018 1 次提交
    • Update How-to-release.md (#2052) · 8eb1bb1c
      彭勇升 pengys 提交于
      * Update How-to-release.md
      
      The public gpg file name should be KEYS, not KEY. It will contains other PMCs public key in this file after you export from the gpg tools.
      8eb1bb1c
  33. 15 12月, 2018 1 次提交
  34. 08 12月, 2018 1 次提交