You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/03/26 22:12:29 UTC

[1/2] incubator-tinkerpop git commit: Added a note about "affected version" for issue conventions in readme.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master ff160d8a5 -> 53ebfead8


Added a note about "affected version" for issue conventions in readme.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/98a155bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/98a155bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/98a155bf

Branch: refs/heads/master
Commit: 98a155bfc256553136a44ce57cb464a0c6f071ba
Parents: aded974
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Mar 26 17:11:39 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Mar 26 17:11:39 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/98a155bf/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 459e580..89d64c5 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -105,3 +105,4 @@ TinkerPop3 uses Apache JIRA as its link:https://issues.apache.org/jira/browse/TI
 ** If the issue is a `bug` then the "priority" should be `critical`.
 ** If the issue is an `improvement` then the "priority should be `major`.
 * Issues are not assigned "labels".
+* Until there is an official release "affected version" should be left empty.


[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/master'


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/53ebfead
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/53ebfead
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/53ebfead

Branch: refs/heads/master
Commit: 53ebfead847572876f467e3c01ab9a380a7cf356
Parents: 98a155b ff160d8
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Mar 26 17:12:17 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Mar 26 17:12:17 2015 -0400

----------------------------------------------------------------------
 .../gremlin/util/iterator/IteratorUtils.java    |  33 ++++
 .../process/computer/spark/SparkExecutor.java   | 196 +++++++++++++++++++
 .../computer/spark/SparkGraphComputer.java      |  15 +-
 .../process/computer/spark/SparkPayload.java    |  14 +-
 .../computer/spark/SparkVertexPayload.java      |  19 +-
 .../computer/spark/util/SparkHelper.java        | 196 -------------------
 6 files changed, 262 insertions(+), 211 deletions(-)
----------------------------------------------------------------------