Commit Graph

215 Commits

Author SHA1 Message Date
wusheng 38a7beae8d Update version for next iteration. 2017-04-13 17:33:45 +08:00
zhangxin 867b333616 support collector docker image 2017-04-11 16:49:32 +08:00
wusheng bd9a24f3ec Update developers list in pom.xml. Add screenshots in README. 2017-04-06 09:54:12 +08:00
wusheng dcafdaa348 Fix compile issue. Add new rest-service Object: SegmentsMessage.java. It uses Gson(JsonAdapter) as serialize/deserialize tool. 2017-03-20 14:45:08 +08:00
wusheng 4dab082c3c Use gson replace protobuf in serialization. Build as small json as possible.(not finished yet.) 2017-03-18 22:51:51 +08:00
wusheng a461931823 Remove collector dependency from agent-module. We will use HTTP-restful-service. Remove unnecessary dependencies/shades on collector and agent sides. Fix CI issue. 2017-03-18 21:48:35 +08:00
wusheng 5781437984 Shade akka.* in collector-worker. Prevent akka se/deserializing failure. 2017-03-15 20:22:53 +08:00
wusheng 13d2b48db2 Fix pom. 2017-02-26 22:55:55 +08:00
wusheng 7ee0243b09 Merge branch 'feature/3.0' into feature/collector
* feature/3.0:
  fix coverall maven plugin issue
  fix coveralls issue

# Conflicts:
#	pom.xml

Support ci and coverage.
2017-02-26 20:52:13 +08:00
zhangxin a662cd3827 fix coverall maven plugin issue 2017-02-26 20:14:09 +08:00
wusheng bbc29d8bae Merge branch 'feature/3.0' into feature/collector
* feature/3.0:
  Alter ContextCarrier, add applicationCode and peerHost
  remove a test main.
  Fix compile issue.
  Add a new field, applicationCode,  in TraceSegment.
  Add a log field.
  Fix ‘tags.get’ cause ClassCastException, because after akka-message/serialize, all tags values are type of String.class.
  Fix serialize bugs.
  Add ISerializable interface, and implement this interface in ‘TraceSegment’, ‘TraceSegmentRef’, ‘Span’, ‘LogData’
  Add the trace proto file.
  Fix some compile issues. Add protobuf dependency, and protoc-grpc-plugin.
  Fix log-toolkits(log4j, log4j2, logback) compile issue.
  Fix opentracing-toolkit activation compile issue, and useless codes.

# Conflicts:
#	pom.xml

Give a new demo AbstractWorkerProviderTestCase.
2017-02-24 18:04:05 +08:00
wusheng eb33354333 Fix some compile issues. Add protobuf dependency, and protoc-grpc-plugin. 2017-02-22 12:02:18 +08:00
pengys5 5397547ff1 test 2017-02-19 21:04:09 +08:00
wusheng 1326f5452b 1.Remove all server side module. Prepare to use `AKKA` as new cluster engine.
2.Release the prototype of ‘TraceSegment’.
2017-02-17 10:31:01 +08:00
wusheng 5ba9b3bf4a update version for next iteration. 2017-02-09 13:54:07 +08:00
wusheng bfb200e125 Update plugins version 2017-01-23 17:09:49 +08:00
wusheng 685c2e9bf6 Add some `coveralls.io` config 2017-01-23 16:58:17 +08:00
wusheng 937ebfb87d Add basic project info into pom. 2017-01-19 15:28:34 +08:00
ascrutae baeda17b7e 添加version插件管理 2017-01-10 11:44:29 +08:00
wusheng 39f597f1ec Fix the version issue. And remove the duplicate definition of ConfigInitializer. 2017-01-09 15:27:48 +08:00
ascrutae e316eba139 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	skywalking-sniffer/skywalking-agent/dependency-reduced-pom.xml
2016-12-27 10:22:12 +08:00
ascrutae 99fd385c9b 修改pom,fix #76 2016-12-27 10:21:59 +08:00
wusheng 268d5920f7 add jcenter to repo 2016-12-20 15:49:33 +08:00
wusheng 682d7938f5 add plugins to release sources 2016-12-20 15:28:23 +08:00
wusheng 8d484971c0 change version number to 2.1-2017, for the next iterator. 2016-12-19 17:38:10 +08:00
ascrutae 12b41c1d14 修复部分问题 2016-12-17 17:38:49 +08:00
ascrutae 503e8a7f63 添加powermock依赖 2016-12-08 14:01:27 +08:00
wusheng aa6683d2f4 #62 provide skywalking-application-toolkit and skywalking-toolkit-activation submodule, and log4j 1.x plugin to output TraceId 2016-12-07 15:01:23 +08:00
wusheng 4575686b7b 1.remove webui useless demo. 2. solve webui compile issue. 3. remove old test case, waiting test scenario by docker tech. @ascrutae 2016-12-05 14:31:11 +08:00
wusheng 728b6f98a1 recovery webui to project, ready to solve compile issues with new arch. 2016-12-04 13:45:24 +08:00
wusheng 6bf74b5fc1 1.remove *.auth 2.add ArgumentTypeNameMatch 3. use ArgumentTypeNameMatch to Jedis Plugin 2016-12-01 17:19:08 +08:00
wusheng c98b41b083 on rebuild javaagent. 2016-11-26 18:53:25 +08:00
wusheng bf60416eca Merge commit '203cf428c964cc1fca892a1b3cdc7da312ef2122'
* commit '203cf428c964cc1fca892a1b3cdc7da312ef2122':
  修复编译级别
2016-11-26 17:15:15 +08:00
wusheng 3e21eaa681 1. add skywalking-opentracing-kit module 2.add a network client 2016-11-26 17:15:07 +08:00
ascrutae 203cf428c9 修复编译级别 2016-11-26 13:13:40 +08:00
wusheng fb2877f433 fix compile issue 2016-11-20 23:15:51 +08:00
ascrutae f266cbf007 no message 2016-11-20 23:00:55 +08:00
wusheng 5b8d5e83fb add elasticsearch 5.0.1 custom edition to skywalking-storage lib. use it as data index sevice (independence process). 2016-11-20 18:44:59 +08:00
wusheng 3a7e331aa0 Fix some resources leak. Format log. Set jdk level of common lib to 1.6 . Fix some incorrect pom.xml . 2016-11-14 18:55:00 +08:00
ascrutae be3126a1bb 新增health-report工程,修改日志输出,添加配置 2016-11-14 16:45:25 +08:00
wusheng 9da6edbba8 fix wrong module define 2016-11-12 20:29:24 +08:00
wusheng bf5eb1398a fix many compile bug and proto error 2016-11-11 23:01:37 +08:00
ascrutae b185f1e0b4 提交logging工程以及完成zookeeper实现的注册中心,删除对protocol工程的依赖 2016-11-11 14:05:32 +08:00
wusheng 30980991a4 合并注册中心功能到主工程 2016-11-10 09:29:32 +08:00
ascrutae b11c8a79a6 1.修改工程结构,2. 完成部分Storage功能 2016-10-31 16:35:13 +08:00
wusheng 99298c2532 增加新的版本号 2.0-2016,准备下一版本迭代 2016-08-18 11:37:59 +08:00
wusheng 1bdc5c6162 补充提交部分代码 2016-08-18 11:06:01 +08:00
ascrutae 944160d258 修改包名和修复bug 2016-08-14 16:47:29 +08:00
ascrutae d606174e79 提交新版本功能 2016-08-10 18:26:31 +08:00
ascrutae 2158fd0cbe 添加Sample功能 2016-07-28 13:46:15 +08:00
wusheng f286cbd781 1.大规模修改工程结构,sdk降级使用1.6编译,支持1.6以上版本
2.server端程序保持不变
2016-06-25 10:47:25 +08:00
wusheng 7bbe9ceb07 修改部分依赖,试图解决log4j2不兼容的问题。 2016-06-16 13:20:35 +08:00
wusheng 2bc3a466b7 修改pom部分描述 2016-06-06 11:53:04 +08:00
wusheng 7a58d63a73 no message 2016-06-04 21:00:50 +08:00
wusheng 11207a7000 提供1.0最终版本的版本号:1.0-Final。此版本将是1.0的最终版本。 2016-05-28 11:30:46 +08:00
wusheng 4e01d77c2e 提交1.0b的完整代码,用于版本发布。 2016-05-28 11:21:18 +08:00
wusheng 6749461099 修改最新版本号,后续开发将加入1.0-RELEASE版本进行统一发布。 2016-05-27 21:16:08 +08:00
wusheng e49909095f no message 2016-04-12 17:43:19 +08:00
wusheng 57f2631c2a 消除部分影响本地编译的问题。感谢 @hongliangpan 提出的建议。相应的pull request #40将被直接关闭。 2016-03-30 17:22:07 +08:00
wusheng 12be602d0d no message 2016-03-22 20:48:38 +08:00
wusheng b970d29aa0 no message 2016-03-22 20:36:12 +08:00
wusheng 379f4bfc12 no message 2016-03-22 20:31:33 +08:00
wusheng d46c0f460e 1.尝试修复根目录整体打包故障 2016-03-22 17:15:26 +08:00
wusheng 117ae8c57e 补充提交。 2016-03-22 17:07:16 +08:00
wusheng e48a3b5037 测试全部编译,以及coveralls 2016-03-22 17:01:25 +08:00