Commit Graph

69 Commits

Author SHA1 Message Date
pengys5 b2b36fee00 Change groupId and artifactId 2017-04-28 01:17:09 +08:00
wusheng cdb6460a3e Update version to 3.1 for next iteration. 2017-04-27 18:09:02 +08:00
wusheng 17d983ba9d Add “checkStyle.xml” and “codeStyle.xml” files, varify the code-style when “mvn compile” and CI. This is the initialized commit. 2017-04-18 12:02:21 +08:00
wusheng 57f7b7a6ac Set version = 3.0.1. 2017-04-13 21:19:07 +08:00
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