1. 18 1月, 2019 1 次提交
    • wu-sheng's avatar
      GA tagged, move to 6.1 (#2180) · 5a7eb565
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.0.0-GA
      
      * [maven-release-plugin] prepare for next development iteration
      5a7eb565
  2. 14 1月, 2019 1 次提交
  3. 13 1月, 2019 1 次提交
  4. 11 1月, 2019 1 次提交
  5. 06 1月, 2019 1 次提交
  6. 03 1月, 2019 1 次提交
  7. 23 12月, 2018 2 次提交
  8. 20 12月, 2018 1 次提交
    • X
      Support canal plugin (#2035) · addf5101
      XiaoFu 提交于
      * fix add Canal plugin
      
      * fix add UnitTest
      
      * fix   format pom.xml
      
      * Delete CanalApplication.java
      
      * fix support cluster url
      
      * fix add Licensed
      
      * fix bug
      
      * fix
      addf5101
  9. 17 12月, 2018 1 次提交
  10. 12 12月, 2018 1 次提交
  11. 09 12月, 2018 1 次提交
  12. 07 12月, 2018 3 次提交
  13. 06 12月, 2018 2 次提交
  14. 03 12月, 2018 1 次提交
  15. 30 11月, 2018 1 次提交
  16. 27 11月, 2018 1 次提交
  17. 26 11月, 2018 1 次提交
  18. 24 11月, 2018 1 次提交
  19. 22 11月, 2018 1 次提交
    • gRPC client usage improve (#1946) · 7c8a683c
      彭勇升 pengys 提交于
      * Close the clients which are unreachable.
      Remote client manager test case and comments.
      
      * Test the GRPCRemote client.
      
      * 1. Catch the throwable for onComplete method cause of it will throw exception when connection lost.
      2. Check the gRPC channel state, send message when state is ready, wait 5 second when state is not ready.
      
      Notice: gRPC channel getState with true parameter will trigger reconnect operation.
      
      * gRPC client will reconnect to the server when network recorvered.
      
      * Recovery application.yml
      
      * Recovery proto module commit id.
      
      * no message
      
      * Fixed compile error.
      7c8a683c
  20. 21 11月, 2018 1 次提交
    • wu-sheng's avatar
      Support new v2 protocol and make concept consistently (#1937) · c6ada8c9
      wu-sheng 提交于
      * Update new protocol
      
      * Support new protocol at agent side.
      
      * Fix test case.
      
      * Make backend supports new trace protocol
      
      * Fix tests.
      
      * Make all new services available in gRPC.
      
      * Fix bugs.
      
      * Finish new document for v2 trace protocol.
      
      * Fix wrong version requirement of zk
      
      * Fix trace query bug.
      
      * Find a client side dictionary bug.
      
      * Fix register bugs.
      
      * Fix break doc links.
      c6ada8c9
  21. 19 11月, 2018 1 次提交
  22. 17 11月, 2018 1 次提交
  23. 16 11月, 2018 1 次提交
  24. 14 11月, 2018 1 次提交
  25. 12 11月, 2018 1 次提交
    • wu-sheng's avatar
      New v2 header with header key `sw6` (#1894) · 645a9a57
      wu-sheng 提交于
      * Add some supports to sw6 header. Break many test cases because I turn sw3 default off. For sure, you could open in agent.conf.  FYI @peng-yongsheng @ascrutae
      
      * Fix CI and make user cases still work under v1 header.
      
      * Support BASE64 in v2 header and make entryOperationName and parentOperationName optional in ContextCarrier or ContextSnapshot
      
      * Fix CI.
      
      * @peng-yongsheng This is backend related, please pay attention.
      
      * Fix the carrier item order is incorrect (#1903)
      645a9a57
  26. 08 11月, 2018 1 次提交
  27. 07 11月, 2018 1 次提交
    • S
      Support for overriding config with agent options (#1887) · ca08d1a2
      ScienJus 提交于
      * Support for overriding config with agent options
      
      * Test the separator of options
      
      * support quotes in agent options
      
      * revert imports change
      
      * add more tests
      
      * clear properties after each test
      
      * add document
      
      * fix code style
      ca08d1a2
  28. 06 11月, 2018 2 次提交
  29. 02 11月, 2018 1 次提交
  30. 01 11月, 2018 2 次提交
  31. 31 10月, 2018 1 次提交
    • wu-sheng's avatar
      Fix bugs (#1854) · 07e799e4
      wu-sheng 提交于
      * Avoid service inventory object concurrency situation.
      
      * Fix concurrency for minute persistence and others
      
      * Fix document todo.
      
      * Update license. Fix package with dirty agent plugin jar files.
      
      * Fixed not combine error in persistence register worker.
      07e799e4
  32. 28 10月, 2018 2 次提交
    • wu-sheng's avatar
      Revert #1790 reset feature and provide default alarm settings. (#1833) · 8cd327d8
      wu-sheng 提交于
      * Revert reset feature.
      
      * Set default dist alarm settings and make dist package setting files right.
      
      * Support empty list.
      8cd327d8
    • wu-sheng's avatar
      H2 storage (#1712) · a9489b70
      wu-sheng 提交于
      * H2 storage code skeleton.
      
      * Add batch dao for H2.
      
      * Fix wrong refactor.
      
      * Add codes of other dao. No metric dao, wait for @peng-yongsheng new PR.
      
      * Change license of distribution
      
      * Add topology query in H2.
      
      * Add more daos.
      
      * Add some daos.
      
      * Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.
      
      * Fix some CIs
      
      * Fix wrong refactor, which causes h2 plugin failure.
      
      * Fix all codes of H2 storage. :) and CI should pass. No test.
      
      * Fix CI and typo
      
      * Fix connection closed.
      
      * Fix register bug
      
      * no message
      
      * Fixed service inventory register bug.
      
      * Fix a compile issue.
      
      * Sync change
      
      * Reset es as default storage.
      
      * Fix rat
      
      * Fix H2 compile issue.
      
      * Fix bugs for H2 storage.
      
      * Fix bug in mesh.
      
      * 1. Fix Thermodynamic query bug
      2. Fix service inventory query bug
      3. Fix missing traceid in trace query bug
      
      * Fix query bug.
      
      * Submit reverse caused by prev PR.
      
      * Fix duplicate spans.
      
      * Use H2 as default storage implementor.
      
      * Fix bug in topology query.
      
      * Fix CI
      
      * Fix rat
      
      * Fix two query in H2 storage.
      
      * Fix H2 query
      
      * Make release running in H2 mode and develop mode running is ES mode in default
      a9489b70
  33. 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