tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic

2016-12-07 Thread davebshow
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1490 57eb5ec62 -> 54fac5146 implemented promise API for gremlin-python. side effect retrieval is problematic Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: I now have a general purpose aggregator pattern for Akka. I don't know if this is acceptable practice, but it works. I have implemented side-effects, but its not working properly

2016-12-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 dbadfb935 -> cb1073884 I now have a general purpose aggregator pattern for Akka. I don't know if this is acceptable practice, but it works. I have implemented side-effects, but its not working properly yet. I think I might

[1/9] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal

2016-12-07 Thread davebshow
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1490 77b341647 -> 2cb737ef8 TINKERPOP-1490 Implemented promise API for Traversal Added two promise() methods that return CompletableFuture on Traversal. Provided an override on DefaultTraversal for those methods because the

[8/9] tinkerpop git commit: rebased

2016-12-07 Thread davebshow
rebased Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/522960c3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/522960c3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/522960c3 Branch:

[4/9] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise()

2016-12-07 Thread davebshow
TINKERPOP-1490 Restructured Traversal.promise() No longer uses an ExecutorService and is only applicable to "remote" traversals. Moved the commons-lang dependency back to gremlin-groovy for now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[6/9] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API

2016-12-07 Thread davebshow
TINKERPOP-1490 Updated dev docs on RemoteConnection API Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/69e0f66d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/69e0f66d Diff:

[9/9] tinkerpop git commit: raise error if side effect method called while loop is running

2016-12-07 Thread davebshow
raise error if side effect method called while loop is running Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2cb737ef Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2cb737ef Diff:

[7/9] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic

2016-12-07 Thread davebshow
implemented promise API for gremlin-python. side effect retrieval is problematic Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/54fac514 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/54fac514 Diff:

[3/9] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores.

2016-12-07 Thread davebshow
TINKERPOP-1490 Remove some dead tests from ignores. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb0b22e5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb0b22e5 Diff:

[2/9] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API

2016-12-07 Thread davebshow
TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/08cfa806 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/08cfa806 Diff:

tinkerpop git commit: got side-effects working. stupid bug on my part (had sender and reciever mixed up). so there we have it, distributed OLTP is complete. traversers, barriers, halting, side-effects

2016-12-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 cb1073884 -> c80abcf37 got side-effects working. stupid bug on my part (had sender and reciever mixed up). so there we have it, distributed OLTP is complete. traversers, barriers, halting, side-effects, bulking, ... its all

[19/50] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR.

2016-12-07 Thread spmallette
added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4745fe13 Tree:

[03/50] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePre

2016-12-07 Thread spmallette
caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that filter(where().by()) isn't pushed forward cause its wrapped in filter().

[05/50] tinkerpop git commit: more test cases around where().by(). all still good in the hood.

2016-12-07 Thread spmallette
more test cases around where().by(). all still good in the hood. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/226633f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/226633f3 Diff:

[21/50] tinkerpop git commit: check for long type in Int32 serializer

2016-12-07 Thread spmallette
check for long type in Int32 serializer Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ab88820 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8ab88820 Diff:

[49/50] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic

2016-12-07 Thread spmallette
implemented promise API for gremlin-python. side effect retrieval is problematic Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e1884535 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e1884535 Diff:

[15/50] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-12-07 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/47d72ffc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/47d72ffc Diff:

[07/50] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses.

2016-12-07 Thread spmallette
moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/09eb0c33 Tree:

[43/50] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise()

2016-12-07 Thread spmallette
TINKERPOP-1490 Restructured Traversal.promise() No longer uses an ExecutorService and is only applicable to "remote" traversals. Moved the commons-lang dependency back to gremlin-groovy for now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[37/50] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-12-07 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/53e932b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/53e932b4 Diff:

[02/50] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasL

2016-12-07 Thread spmallette
found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edges] if the step doesn't already have edge labels. Removed

[40/50] tinkerpop git commit: Add implementations for __.__() and __.start()

2016-12-07 Thread spmallette
Add implementations for __.__() and __.start() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/da760378 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/da760378 Diff:

[33/50] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32

2016-12-07 Thread spmallette
Merge branch 'TINKERPOP-1573' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/46888b1a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/46888b1a Diff:

[42/50] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32

2016-12-07 Thread spmallette
Merge branch 'TINKERPOP-1539' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/595cf3b7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/595cf3b7 Diff:

[25/50] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypa

2016-12-07 Thread spmallette
found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct. Thus, the test case wasn't being tested. I added the traversal the

[04/50] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG.

2016-12-07 Thread spmallette
fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/248ccc68 Tree:

[18/50] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32

2016-12-07 Thread spmallette
Merge branch 'TINKERPOP-1548' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1fcca958 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1fcca958 Diff:

[45/50] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API

2016-12-07 Thread spmallette
TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4b30137a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4b30137a Diff:

[41/50] tinkerpop git commit: updated CHANGELOG.

2016-12-07 Thread spmallette
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/054b6f09 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/054b6f09 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/054b6f09

[50/50] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32

2016-12-07 Thread spmallette
TINKERPOP-1490 Merge fixes after rebase on tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/77b34164 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/77b34164 Diff:

[39/50] tinkerpop git commit: Exclude start() from the static methods

2016-12-07 Thread spmallette
Exclude start() from the static methods Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1a00f380 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1a00f380 Diff:

[10/50] tinkerpop git commit: build faster with in-memory fs make giraph wait less

2016-12-07 Thread spmallette
build faster with in-memory fs make giraph wait less Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a39c2fa2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a39c2fa2 Diff:

[44/50] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores.

2016-12-07 Thread spmallette
TINKERPOP-1490 Remove some dead tests from ignores. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2c38f832 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2c38f832 Diff:

[23/50] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31

2016-12-07 Thread spmallette
Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d49f692f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d49f692f Diff:

[06/50] tinkerpop git commit: updated upgrade with links to the respective tickets.

2016-12-07 Thread spmallette
updated upgrade with links to the respective tickets. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9323011a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9323011a Diff:

tinkerpop git commit: Added a working actor system in the test package of TinkerGraph (currently for play).

2016-12-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 0b07e6d47 -> 8c4c915c0 Added a working actor system in the test package of TinkerGraph (currently for play). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: minor tweaks for show and tell.

2016-12-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 8c4c915c0 -> 0462411f1 minor tweaks for show and tell. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0462411f Tree:

tinkerpop git commit: figured out how to implement my own Mailbox. We now have Traverser bulking as Mailboxes are backed by a TraverserSet. Bam.

2016-12-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 0462411f1 -> 7af4f9a18 figured out how to implement my own Mailbox. We now have Traverser bulking as Mailboxes are backed by a TraverserSet. Bam. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/2] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0

2016-12-07 Thread spmallette
TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 This work is done as part of TINKERPOP-1565 which is related to GraphSON 2.0 changes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/2] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0

2016-12-07 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1565 35cc2cbca -> d1f7c11c6 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d1f7c11c/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/IoTest.java

tinkerpop git commit: TraverserSet can take a backing map in its constructor -- needed for TraverserMailbox which is now backed by a TraverserSet and needs concurrency protection. Added BarrierMessage

2016-12-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 7af4f9a18 -> dbadfb935 TraverserSet can take a backing map in its constructor -- needed for TraverserMailbox which is now backed by a TraverserSet and needs concurrency protection. Added BarrierMessage and

[4/4] tinkerpop git commit: Merge branch 'tp32'

2016-12-07 Thread dkuppitz
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/55f34cb1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55f34cb1 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/55f34cb1

[2/4] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP

2016-12-07 Thread dkuppitz
added two complex tests; one for OLTP only, one for OLTP and OLAP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c68b2154 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c68b2154 Diff:

[3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32

2016-12-07 Thread dkuppitz
Merge branch 'TINKERPOP-1539' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/595cf3b7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/595cf3b7 Diff:

[1/4] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid o

2016-12-07 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/master 3db1fa5c0 -> 55f34cb19 Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and

[1/3] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid o

2016-12-07 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/tp32 054b6f099 -> 595cf3b7d Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and

[2/3] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP

2016-12-07 Thread dkuppitz
added two complex tests; one for OLTP only, one for OLTP and OLAP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c68b2154 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c68b2154 Diff:

[3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32

2016-12-07 Thread dkuppitz
Merge branch 'TINKERPOP-1539' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/595cf3b7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/595cf3b7 Diff:

[09/50] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-12-07 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/35364c85 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/35364c85 Diff:

[47/50] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal

2016-12-07 Thread spmallette
TINKERPOP-1490 Implemented promise API for Traversal Added two promise() methods that return CompletableFuture on Traversal. Provided an override on DefaultTraversal for those methods because the function that transforms the Traversal is executed in a different thread and therefore requires

[28/50] tinkerpop git commit: Javadoc tweak.

2016-12-07 Thread spmallette
Javadoc tweak. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/84a82fb5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/84a82fb5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/84a82fb5

[36/50] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP

2016-12-07 Thread spmallette
added two complex tests; one for OLTP only, one for OLTP and OLAP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c68b2154 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c68b2154 Diff:

[38/50] tinkerpop git commit: Fix calling of non-existing methods

2016-12-07 Thread spmallette
Fix calling of non-existing methods Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b4c42e91 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b4c42e91 Diff:

[20/50] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official rele

2016-12-07 Thread spmallette
@dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago with MARKER work to IncidentToAdjacentStrategy. The fix was a one-line tweak.

[48/50] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method.

2016-12-07 Thread spmallette
TINKERPOP-1490 Deprecated the old RemoteConnection submit method. That method isn't called at all anymore - needs to be removed completely for 3.3.x. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c42e6ca1 Tree:

[01/50] tinkerpop git commit: added more test cases around has() handling. [Forced Update!]

2016-12-07 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1490 54fac5146 -> 77b341647 (forced update) added more test cases around has() handling. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0d4ee569 Tree:

[13/50] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-12-07 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7bb77c6c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7bb77c6c Diff:

[35/50] tinkerpop git commit: Removed gremlin-benchmark from javadoc generation.

2016-12-07 Thread spmallette
Removed gremlin-benchmark from javadoc generation. There really doesn't seem to be much value for generating javadoc out of this as it is an internal tool and we don't even deploy it as an artifact. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[46/50] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API

2016-12-07 Thread spmallette
TINKERPOP-1490 Updated dev docs on RemoteConnection API Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8484839c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8484839c Diff:

[08/50] tinkerpop git commit: allow users to pass options to docker

2016-12-07 Thread spmallette
allow users to pass options to docker Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3441f3f5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3441f3f5 Diff:

[12/50] tinkerpop git commit: added doc

2016-12-07 Thread spmallette
added doc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1e80537b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1e80537b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1e80537b Branch:

[26/50] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid

2016-12-07 Thread spmallette
Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and thus, no need to waste the energy/time on GroovyComplexTest. Project:

[31/50] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32

2016-12-07 Thread spmallette
Merge branch 'TINKERPOP-1561' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ba7acd3d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ba7acd3d Diff:

[14/50] tinkerpop git commit: corrected neo4j version to match actual dependency version

2016-12-07 Thread spmallette
corrected neo4j version to match actual dependency version Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/45d34ad3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/45d34ad3 Diff:

[17/50] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted.

2016-12-07 Thread spmallette
Added a short sleep to prevent traversal from finishing before it can be interrupted. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9983fd21 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9983fd21

[24/50] tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem --

2016-12-07 Thread spmallette
added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent Gremlin-Python GraphSON serializer work. Fixed TINKERPOP-1567 Project:

[30/50] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Pyt

2016-12-07 Thread spmallette
sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. Deprecated it. Updated the docs accordingly. Also added more test cases

[29/50] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat().

2016-12-07 Thread spmallette
found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b70ba903 Tree:

[27/50] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test c

2016-12-07 Thread spmallette
fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding usage. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[22/50] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-12-07 Thread spmallette
TINKERPOP-1493 Groovy project doesn't build on Windows Removed support for user.dir property as it was being prepended to a fully qualified path and the second drive letter was making the path illegal. Made sure JarFile instances were being closed so that Groovy could delete the directory

[32/50] tinkerpop git commit: updated CHANGELOG.

2016-12-07 Thread spmallette
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ffd65437 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ffd65437 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ffd65437

[11/50] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS

2016-12-07 Thread spmallette
Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5c430536 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c430536 Diff:

tinkerpop git commit: Removed test config file that is no longer being used.

2016-12-07 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 55f34cb19 -> 25dd08a8d Removed test config file that is no longer being used. We long ago removed junit-benchmarks related tests - looks like I just missed this file by accident. CTR Project: