1. 04 11月, 2018 1 次提交
  2. 02 11月, 2018 1 次提交
  3. 01 11月, 2018 1 次提交
    • wu-sheng's avatar
      Bug fix (#1857) · 13f88259
      wu-sheng 提交于
      * Fix mesh receiver doesn't update heartbeat.
      
      * Fix bug of mesh heartbeat and rest receiver.
      
      * Fix issue: opencensus is included in agent without shade. @tuohai666
      13f88259
  4. 28 10月, 2018 1 次提交
  5. 27 10月, 2018 1 次提交
    • Add service and instance reset function (#1790) · b11d4793
      刘新元 Liu XinYuan 提交于
      * Manually trigger agent registration and write registration status to file
      
      * Delete unused variables
      
      * Code optimization, encapsulating some methods
      
      * add clear DataCarrier function
      
      * revert SkyWalkingAgent
      
      * Optimize code and logic, including updating applicatin_id in unRegisterOperationNames
      
      * Server end metadata loss notification
      
      * Server end metadata loss notification
      
      * fix file stream close and other problem
      
      * revert to old
      
      * fix some bug
      Signed-off-by: NLiu-XinYuan <879928098@qq.com>
      
      * fix some bugs in agent reset
      
      * add close inputStream and fileChannel and fix some bug
      
      * fixed some bugs
      b11d4793
  6. 20 10月, 2018 1 次提交
  7. 30 8月, 2018 2 次提交
  8. 25 8月, 2018 2 次提交
  9. 24 8月, 2018 2 次提交
  10. 23 8月, 2018 2 次提交
  11. 22 8月, 2018 3 次提交
    • A
      Sync mvnw to 6.0 , provided by @adriancole · 4b17685c
      Adrian Cole 提交于
      4b17685c
    • O
      [Agent] Provide plugin for Elasticsearch 5.x (#1500) · b3959202
      oatiz 提交于
      * [Agent] Provide plugin for Elasticsearch 5.x
      
      Add [Agent] Elasticsearch transport client plugin
      
      fix component name
      
      add elasticsearch component
      
      add elasticSearch component into component-libraries.yml
      
      * update support list
      
      * update PlainListenableActionFutureInterceptor.java
      
      * fix set span attributes
      
      * clear runtimeContext
      
      * remove extra plugins
      b3959202
    • A
      Moves to Maven wrapper to stabilize the version in use (#1569) · d0b95164
      Adrian Cole 提交于
      * Moves to Maven wrapper to stabilize the version in use
      
      This will ensure those building will have similar experience due to
      having a fixed maven version.
      
      * Updates most plugin versions and removes redundant configuration
      
      * Sets up build enforcement for JDK 1.8 until further work occurs
      d0b95164
  12. 18 8月, 2018 1 次提交
  13. 15 8月, 2018 1 次提交
  14. 04 8月, 2018 2 次提交
    • X
      [Agent] Add plugin for ActiveMQ 5.x (#1513) · da2189e5
      XiaoFu 提交于
      * add activemq-plugin
      
      * fix  update ActiveMQConsumerInstrumentation Enhance another class
      
      * refacor ActiveMQConsumerInstrumentation code
      
      * support both  topic and queue
      
      * clear the code
      
      * add UnitTest add fix bug
      
      * fix obtain url  bug
      
      * Refactor the ActiveMQProducerInstrumentation code
      
      * fix bug
      
      * fix ConstructorInterceptor BUG
      
      * add Licensed
      
      * Update application.yml
      
      Restore configuration
      
      * Restore configuration
      
      * perfect test
      
      * fix
      
      * fix License
      
      * fix  Project Files
      
      * fix import class in instrumentation
      
      * fix test case
      
      * fix java doc
      
      * fix  Trigger CI
      
      * fix ActiveMQConsumerAndProducerConstructorInterceptorTest
      
      * delete unit test
      
      * fix
      
      * fix
      
      * fix  folder directory problem
      
      * Delete ActiveMQConsumerInstrumentation.java
      da2189e5
    • X
      [Agent] Add plugin for ActiveMQ 5.x (#1513) · 1d39614b
      XiaoFu 提交于
      * add activemq-plugin
      
      * fix  update ActiveMQConsumerInstrumentation Enhance another class
      
      * refacor ActiveMQConsumerInstrumentation code
      
      * support both  topic and queue
      
      * clear the code
      
      * add UnitTest add fix bug
      
      * fix obtain url  bug
      
      * Refactor the ActiveMQProducerInstrumentation code
      
      * fix bug
      
      * fix ConstructorInterceptor BUG
      
      * add Licensed
      
      * Update application.yml
      
      Restore configuration
      
      * Restore configuration
      
      * perfect test
      
      * fix
      
      * fix License
      
      * fix  Project Files
      
      * fix import class in instrumentation
      
      * fix test case
      
      * fix java doc
      
      * fix  Trigger CI
      
      * fix ActiveMQConsumerAndProducerConstructorInterceptorTest
      
      * delete unit test
      
      * fix
      
      * fix
      
      * fix  folder directory problem
      
      * Delete ActiveMQConsumerInstrumentation.java
      1d39614b
  15. 24 7月, 2018 2 次提交
  16. 17 7月, 2018 1 次提交
  17. 12 7月, 2018 1 次提交
  18. 07 7月, 2018 1 次提交
  19. 10 6月, 2018 1 次提交
  20. 30 5月, 2018 1 次提交
  21. 28 5月, 2018 1 次提交
  22. 21 5月, 2018 1 次提交
  23. 16 5月, 2018 1 次提交
  24. 05 5月, 2018 1 次提交
  25. 03 5月, 2018 1 次提交
  26. 25 4月, 2018 1 次提交
  27. 13 4月, 2018 1 次提交
  28. 12 4月, 2018 2 次提交
  29. 09 4月, 2018 1 次提交
  30. 03 4月, 2018 1 次提交
  31. 31 3月, 2018 1 次提交
    • wu-sheng's avatar
      Support token auth in gRPC upstream (#1000) · d322f528
      wu-sheng 提交于
      * Add client side token.
      
      * Fix ci.
      
      * Fix most codes of token auth at both sides.
      
      * Add settings in config files.
      
      * Make auth interceptor doesn't throw expcetion.
      
      * Update AuthenticationSimpleChecker.java
      
      * Update AuthenticationActivator.java
      
      * Revert "Update AuthenticationActivator.java"
      
      This reverts commit 0935f18fd6802ab84c12e0609c21ef753ff51be3.
      
      * Merge branch 'feature/token-auth' of https://github.com/apache/incubator-skywalking into feature/token-auth
      
      # Conflicts:
      #	apm-collector/apm-collector-agent/agent-grpc/agent-grpc-provider/src/main/java/org/apache/skywalking/apm/collector/agent/grpc/provider/AuthenticationSimpleChecker.java
      
      * Fix Auhentication token works incorrect (#1001)
      
      * Fix Auhentication token works incorrect
      
      * Change way to build GRPC Channel
      
      * Response an empty header when auth fails.
      d322f528