Commit Graph

2771 Commits

Author SHA1 Message Date
wu-sheng e3e06ec3cf Move all find methods into graphFinder. 2017-11-07 14:14:44 +08:00
wu-sheng e1325615dc Support to find node by id and output type. Node<?, Integer> foundNode = GraphManager.INSTANCE.findGraph(6).toBuilder().findNode(2, Integer.class); 2017-11-07 12:12:46 +08:00
wusheng 381d718d69 Update version to 3.2.5 2017-11-06 23:12:26 +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 b153a48aa3
Merge pull request #577 from ascrutae/fix/disruptor-exception-handle
add exception handler for disruptorQueue
2017-11-06 22:41:15 +08:00
ascrutae 99c11b5ce9 add exception handler for disruptorQueue 2017-11-06 22:37:37 +08:00
吴晟 Wu Sheng 8472f5c743
Merge pull request #567 from zhangkewei/master
support for logback MDC
2017-11-06 21:09:22 +08:00
吴晟 Wu Sheng 6b9ef38aad
Merge branch 'master' into master 2017-11-06 20:43:31 +08:00
吴晟 Wu Sheng 329e53ca14
Merge pull request #574 from zhangkewei/NPE
AgentStream NullPointerException with RemoteWorker
2017-11-06 20:14:22 +08:00
zhangkewei a31a71a5c7
Merge branch 'master' into NPE 2017-11-06 18:32:34 +08:00
吴晟 Wu Sheng 1bf4764598
Merge pull request #576 from ascrutae/fix/postgresql-issue
support jdbc4 api of postgresql
2017-11-06 18:04:45 +08:00
ascrutae e94ab46212 support jdbc4 api of postgresql 2017-11-06 17:32:54 +08:00
wu-sheng ba695f89ae Fix links. 2017-11-06 16:53:08 +08:00
wu-sheng 7baedf13d8 Change the links in readme. 2017-11-06 16:51:41 +08:00
wu-sheng 3403d48c6b Finish all documents. Close #575 2017-11-06 16:49:05 +08:00
wu-sheng d6a6fe10a0 Finish cn documents 2017-11-06 16:37:22 +08:00
zhangkewei f74ea2fd55 support for logback MDC 2017-11-06 16:29:23 +08:00
wu-sheng b7293702f6 Provide some documents in cn, and change nodeHanlder -> nodeProcessor 2017-11-06 16:18:58 +08:00
wu-sheng abc141f01c fix url. 2017-11-06 15:27:45 +08:00
wu-sheng adf1e0c9b6 Fix url 2017-11-06 15:25:49 +08:00
wu-sheng e327790c36 Provide en documents in /docs/en 2017-11-06 15:22:38 +08:00
wu-sheng 515d18d899 Fix graph. 2017-11-06 14:41:56 +08:00
zhangkewei cf232524ca AgentStream NullPointerException with RemoteWorker 2017-11-06 14:05:50 +08:00
wusheng a1423b5642 Finish graph APIs for streaming module. 2017-11-05 23:13:01 +08:00
peng-yongsheng e0338baf8c Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-05 20:21:20 +08:00
peng-yongsheng 3b9d1b3353 Refactor Data. 2017-11-05 20:21:05 +08:00
wusheng ad6c1153b6 Merge branch 'master' into feature/collector-modelization
* master:
  Update partners list
2017-11-04 21:25:49 +08:00
wusheng a1276c86a5 Update partners list 2017-11-03 22:41:02 +08:00
peng-yongsheng e11e4e5aca Provide stream module. 2017-11-03 18:36:48 +08:00
peng-yongsheng fb43c49e38 Rename the module of collector-remote-grpc-define to collector-remote-grpc-provider 2017-11-03 17:08:45 +08:00
peng-yongsheng 76da1b07ec Provide queue module with disruptor and data carrier providers. 2017-11-03 17:02:40 +08:00
peng-yongsheng 51a652dd79 provide dao getter service. 2017-11-03 16:38:26 +08:00
peng-yongsheng a562cc1ed3 Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-03 16:11:26 +08:00
peng-yongsheng 5878e64a2f Refactor stream module. 2017-11-03 16:11:10 +08:00
吴晟 Wu Sheng 5aa7f78597
Merge pull request #566 from neeuq/feature/collector-modelization
java 8:(Perm Gen) split into (Compressed Class Space) and Metaspace
2017-11-02 11:37:28 +08:00
wu-sheng b111c1a149 Merge remote-tracking branch 'origin/master' into feature/collector-modelization 2017-11-02 08:48:21 +08:00
neeuq 88cd7c4d0d java 8:(Perm Gen) split into (Compressed Class Space) and Metaspace 2017-11-01 23:25:21 +08:00
peng-yongsheng 63eef704a1 add queue component 2017-11-01 22:52:35 +08:00
peng-yongsheng 4a77986b91 Add cache service 2017-11-01 20:37:02 +08:00
peng-yongsheng 4ae9e5737d Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-01 19:01:16 +08:00
peng-yongsheng 7abec32031 All Daos are add in. 2017-11-01 18:59:46 +08:00
吴晟 Wu Sheng 032f4c711f
Merge pull request #562 from ascrutae/fix/mysql-issue
fix occur ClassCastException when call the method of return generate key
2017-11-01 18:20:43 +08:00
吴晟 Wu Sheng 2dcb7b5034
Merge branch 'master' into fix/mysql-issue 2017-11-01 17:58:54 +08:00
ascrutae 9946a71ddf change mysql plugin module name 2017-11-01 17:54:12 +08:00
lytscu 1d1c81f4b5 fix test cases fails 2017-11-01 17:48:37 +08:00
lytscu 13ac43f28b spring mvc-annotation -3.x not work 2017-11-01 17:48:37 +08:00
wu-sheng 7137b849ca Fix time zone issue. 2017-11-01 17:21:26 +08:00
wu-sheng 7d9f0db359 Fix compile issue. 2017-11-01 16:54:53 +08:00
wu-sheng a03e6cb206 Add test cases for core module. 2017-11-01 16:44:59 +08:00