Commit Graph

98 Commits

Author SHA1 Message Date
wu-sheng aa07537031 Based on #632 , make sure local deploy successfully. 2017-11-30 15:34:11 +08:00
peng-yongsheng b322b55af6 Upgrade the version from 3.2.5 to 3.3.0. 2017-11-22 15:12:00 +08:00
wu-sheng f601293b22 Update the version to 3.2.5 2017-11-16 12:14:26 +08:00
wusheng 9c174d3ae5 * Remove GPLv3 license in pom.
* Update architecture graph.
* Update REAMDME.
2017-11-14 21:39:19 +08:00
wusheng 1e0e052496 Merge branch 'master' into feature/collector-modelization
* master:
  Update version for 3.2.4 release.
  add exception handler for disruptorQueue
  support jdbc4 api of postgresql
  support for logback MDC
  AgentStream NullPointerException with RemoteWorker
2017-11-06 23:08:12 +08:00
wusheng 4bdea9e2c9 Update version for 3.2.4 release. 2017-11-06 22:45:00 +08:00
wu-sheng ef496e0d64 Merge and sync release version 2017-10-25 11:40:31 +08:00
peng-yongsheng 6930937c32 To change the name of the author from pengys5 to Peng-yongsheng. 2017-10-23 18:18:08 +08:00
wu-sheng 75595b9a38 Backup the old collector, and init the new modulization codes. 2017-10-23 17:45:10 +08:00
peng-yongsheng 92db817a28 add check header files path properties into main pom 2017-10-13 15:05:22 +08:00
peng-yongsheng e78c2407ef no message 2017-10-13 13:34:07 +08:00
wusheng c4098a23f9 Revert "Support javadoc generation."
This reverts commit 5c56d41aa2.
2017-10-12 22:43:43 +08:00
wusheng 5c56d41aa2 Support javadoc generation. 2017-10-12 21:43:10 +08:00
peng-yongsheng 52f1420670 Add copyright head in all java files and copyright head check style 2017-10-10 22:27:57 +08:00
吴晟 Wu Sheng c348c2c0b1 Update pom.xml 2017-10-10 15:51:48 +08:00
wusheng b16963a4bf Change version for next iteration. 2017-09-29 17:18:14 +08:00
peng-yongsheng 0d13b27362 Version change 2017-09-28 10:54:16 +08:00
clevertension edd2b742d1 add auto local jar file installation before compile 2017-09-20 14:04:45 +08:00
wusheng 099877c2ce Prepare for 3.2 iteration. 2017-09-17 07:54:25 +08:00
pengys5 638789aa94 Cobertura did not support java 8 lambda.
So change coverage tools from Cobertura to JaCoCo
2017-08-01 15:57:19 +08:00
wusheng 329f224763 New id mechanism, need to be tested. 2017-07-20 23:17:21 +08:00
吴晟 Wu Sheng 9080b28d9e Update pom.xml
Fix an out-of-date package name.
2017-07-18 11:53:53 +08:00
吴晟 Wu Sheng 9bb632a165 Update pom.xml
Exclude the grpc generated codes for ci coverage.
2017-07-18 11:29:15 +08:00
wusheng 3ef364d038 Fix CI 2017-07-17 23:21:52 +08:00
wusheng 947fed4865 Begin to refactor for performance. 2017-06-26 23:43:18 +08:00
wusheng 6f2d496ea8 no message 2017-06-22 21:33:50 +08:00
wusheng 17520e5285 Adjust for style check. 2017-06-22 21:33:02 +08:00
wusheng c31fa270d1 Initialize some config for grpc. 2017-06-22 20:55:16 +08:00
wusheng eb82d2c989 Update version for next iteration. 2017-06-17 22:40:42 +08:00
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