Commit Graph

1421 Commits

Author SHA1 Message Date
wusheng 6e2ccfabcd Add a test case about System.out/err. 2017-02-28 15:07:54 +08:00
wusheng a5f2aa1f47 Add test case for ArgumentTypeNameMatch.java 2017-02-28 11:43:12 +08:00
吴晟 Wu Sheng 7df2104294 Merge pull request #92 from ascrutae/feature/3.0
Fix HttpClient plugin issue and add test case
2017-02-28 11:08:08 +08:00
ascrutae de74af602b remove code 2017-02-28 11:00:20 +08:00
wusheng acdbc5e11b Remove all common-log modules(useless). 2017-02-28 10:50:28 +08:00
wusheng 792cf9d1e7 Add test cases for skywalking-logging-impl-log4j2 module(not used right now). 2017-02-28 10:21:56 +08:00
ascrutae cd358e5766 Merge commit 'da1427bf2d74e650b3623620771669b21acae07b' into feature/3.0 2017-02-28 09:58:45 +08:00
ascrutae 47caee48dd fix httpclient issue and add test case 2017-02-28 09:58:19 +08:00
wusheng da1427bf2d Add 5 new test cases. 2017-02-27 18:04:25 +08:00
zhangxin 696090b092 Merge remote-tracking branch 'upstream/feature/3.0' into feature/3.0 2017-02-27 16:41:59 +08:00
zhangxin 488e8a9ec7 Merge branch 'fix/coveralls-issure' into feature/3.0
# Conflicts:
#	pom.xml
2017-02-27 16:41:09 +08:00
wusheng 70e1b266e8 Add test cases for skywalking-loggings module. 2017-02-27 15:55:21 +08:00
wusheng eb52c386c7 Remoe health-report module. Because the HealthCollector is based on ConcurrentHashMap. This triggers a performance issue, when the TPS is very high.( > 500) 2017-02-27 15:37:13 +08:00
wusheng 7637b1f8e4 Add skywalking-commons test cases. 2017-02-27 15:26:12 +08:00
吴晟 Wu Sheng 5c2ff31085 Merge pull request #91 from ascrutae/fix/coveralls-issure
Fix confirm.
2017-02-26 20:45:35 +08:00
吴晟 Wu Sheng 9650c2ebbd Merge branch 'feature/3.0' into fix/coveralls-issure 2017-02-26 20:41:03 +08:00
zhangxin 2466bc5f42 test ci 2017-02-26 20:29:22 +08:00
zhangxin a662cd3827 fix coverall maven plugin issue 2017-02-26 20:14:09 +08:00
吴晟 Wu Sheng 12263d85c8 Merge pull request #90 from ascrutae/fix/coveralls-issure
Try to fix coveralls issue. Give it a try.
2017-02-26 17:59:22 +08:00
zhangxin b3a10fbfe5 fix coveralls issue 2017-02-26 17:40:24 +08:00
Xin,Zhang 04a232dd72 Merge pull request #2 from wu-sheng/feature/3.0
merge Feature/3.0
2017-02-26 16:51:40 +08:00
wusheng cbe370b88f no message 2017-02-25 22:41:31 +08:00
wusheng 7bffd0bfb7 Add generated source codes to src/main/java, try to avoid coveralls bug. 2017-02-25 22:39:33 +08:00
wusheng 20eeac9504 Test ci of protobuf 2017-02-25 22:14:12 +08:00
吴晟 Wu Sheng 09f4081bbd Merge pull request #87 from ascrutae/feature/3.0
Rewrite plugin using new API
2017-02-25 21:42:16 +08:00
吴晟 Wu Sheng 438359d833 Merge branch 'feature/3.0' into feature/3.0 2017-02-25 21:41:56 +08:00
zhangxin eacc014eec update the comment to improve the comment readable 2017-02-25 17:58:57 +08:00
zhangxin ec85719019 update the comment to improve the comment readable 2017-02-25 17:37:50 +08:00
wusheng b66c14d02b Alter dependency.version 2017-02-25 10:59:33 +08:00
wusheng 209cc191bb Update grpc to 1.1.2 2017-02-24 18:23:05 +08:00
zhangxin 9654b01c30 Fix compile issue. 2017-02-24 16:30:53 +08:00
zhangxin b543fac778 Fix compile issue. 2017-02-24 15:05:48 +08:00
zhangxin cea88f981d Rewrite plugins by using new API 2017-02-24 15:01:38 +08:00
zhangxin efe11cade6 Merge remote-tracking branch 'upstream/feature/3.0' into feature/3.0 2017-02-23 18:54:10 +08:00
wusheng 37cc5a333e Alter ContextCarrier, add applicationCode and peerHost 2017-02-23 17:34:14 +08:00
wusheng 5902154ae6 remove a test main. 2017-02-23 14:53:45 +08:00
wusheng a656eefcb8 Fix compile issue. 2017-02-23 14:53:08 +08:00
wusheng a23538df38 Add a new field, applicationCode, in TraceSegment. 2017-02-23 14:13:32 +08:00
wusheng 3c44572d99 Add a log field. 2017-02-22 23:38:32 +08:00
zhangxin 5db289a21b Modify the redis plugin using the new API 2017-02-22 23:19:17 +08:00
zhangxin 316c09b012 Modify the motan plugin using the new API 2017-02-22 21:47:36 +08:00
wusheng b00cadb9e6 Fix ‘tags.get’ cause ClassCastException, because after akka-message/serialize, all tags values are type of String.class. 2017-02-22 18:58:03 +08:00
wusheng d6760d35eb Fix serialize bugs. 2017-02-22 17:05:35 +08:00
wusheng 886d6ea30e Add ISerializable interface, and implement this interface in ‘TraceSegment’, ‘TraceSegmentRef’, ‘Span’, ‘LogData’ 2017-02-22 16:12:28 +08:00
wusheng 554dfc0624 Add the trace proto file. 2017-02-22 14:32:50 +08:00
wusheng eb33354333 Fix some compile issues. Add protobuf dependency, and protoc-grpc-plugin. 2017-02-22 12:02:18 +08:00
zhangxin 82ce2ad225 Modify the Tomcat plugin using the new API 2017-02-21 21:59:33 +08:00
zhangxin a86266b8d5 Modify the Dubbo plugin using the new API 2017-02-21 17:30:48 +08:00
Xin,Zhang 4581fde070 Merge pull request #1 from wu-sheng/feature/3.0
Feature/3.0
2017-02-21 16:45:42 +08:00
wusheng f61008badc Fix log-toolkits(log4j, log4j2, logback) compile issue. 2017-02-21 16:16:34 +08:00