You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/07/30 23:16:17 UTC

[3/3] incubator-streams git commit: Merge branch 'STREAMS-313.2'

Merge branch 'STREAMS-313.2'

* STREAMS-313.2:
  addressed peer review feedback
  found and fixed a bug with GraphHttpPersistWriter introduced with first STREAMS-313 PR, added test case


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/244dabd7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/244dabd7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/244dabd7

Branch: refs/heads/master
Commit: 244dabd74aa54dcef34a8c4b7fa5a680d0e9edc9
Parents: 6683683 7c6e3e4
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Thu Jul 30 16:12:07 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Thu Jul 30 16:12:07 2015 -0500

----------------------------------------------------------------------
 .../persist/SimpleHTTPPostPersistWriter.java    |  11 +-
 streams-contrib/streams-persist-graph/pom.xml   |   5 +
 .../streams/graph/GraphHttpPersistWriter.java   | 103 +++++++++++++------
 .../graph/neo4j/CypherQueryGraphHelper.java     |  30 ++++--
 .../graph/neo4j/Neo4jHttpGraphHelper.java       |  16 ++-
 .../graph/test/TestCypherQueryGraphHelper.java  |  96 +++++++++++++++++
 6 files changed, 213 insertions(+), 48 deletions(-)
----------------------------------------------------------------------