tinkerpop git commit: Forgot an `else`.

2016-11-15 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1529-variant2 6919d3d5e -> b28409e69 Forgot an `else`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b28409e6 Tree: http://git-wip-us.apache.org/repos/

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

2016-11-15 Thread okram
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/cad9cd2e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cad9cd2e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cad9cd2e Br

[1/2] tinkerpop git commit: found another size() == 0 and changed to isEmpty(). CTR.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master a92e53086 -> cad9cd2e0 found another size() == 0 and changed to isEmpty(). CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/265f39bb Tree: http://git-wi

tinkerpop git commit: found another size() == 0 and changed to isEmpty(). CTR.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 c2462374a -> 265f39bbf found another size() == 0 and changed to isEmpty(). CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/265f39bb Tree: http://git-wip-

[1/2] tinkerpop git commit: found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master df228fb1a -> a92e53086 found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip

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

2016-11-15 Thread okram
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/a92e5308 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a92e5308 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a92e5308 Br

tinkerpop git commit: found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 5040b5444 -> c2462374a found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-u

tinkerpop git commit: Renamed `Traversal.metadata(key[, value])` to `Traversal.getMetadata(key)` and `Traversal.setMetadata(key, value)`.

2016-11-15 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1529-variant2 1db637051 -> 6919d3d5e Renamed `Traversal.metadata(key[, value])` to `Traversal.getMetadata(key)` and `Traversal.setMetadata(key, value)`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://

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, WherePredicateSt

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 e38bd7a57 -> 985ec6fea 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.

tinkerpop git commit: more test cases around where().by(). all still good in the hood.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 89f945b51 -> e38bd7a57 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/e38bd7a5 Tre

tinkerpop git commit: updated upgrade with links to the respective tickets.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 c7c79e096 -> 89f945b51 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/89f945b5 Tree: http://g

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

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 3b8a45907 -> c7c79e096 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

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

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 587954aa2 -> 3b8a45907 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:/

tinkerpop git commit: added more test cases around has() handling.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 e29e1c33f -> 587954aa2 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/587954aa Tree: http://git-wip-us

[1/2] tinkerpop git commit: Changed some spark-gremlin tests to integration tests.

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master d19a1a5c6 -> df228fb1a Changed some spark-gremlin tests to integration tests. This change cuts the build time in about half on my system. Dicussed here https://lists.apache.org/thread.html/7a37a3967ad15e8cd30a2bc29e15bf266f44df040f482f

tinkerpop git commit: Changed some spark-gremlin tests to integration tests.

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 64609a778 -> 5040b5444 Changed some spark-gremlin tests to integration tests. This change cuts the build time in about half on my system. Dicussed here https://lists.apache.org/thread.html/7a37a3967ad15e8cd30a2bc29e15bf266f44df040f482f94

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

2016-11-15 Thread spmallette
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/df228fb1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df228fb1 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/df228fb1 Br

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 hasLabel() s

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1502 07f264241 -> e29e1c33f 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

[09/22] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge.

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed up test logic after merge. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b803dce9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b803dce9 Diff: http://git-wip-us.apache.org/repos/asf

[02/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[07/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/83ac6832/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java -- diff --git a/gremlin-server/src/test/java/org/apache/tinkerpop/grem

[14/22] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/418fb2a2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/418fb2a2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerp

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

2016-11-15 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/08cfa806 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/08cfa806 Diff: http://

[05/22] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18781cd3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18781cd3 Diff: http://git-wip-u

[12/22] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR

2016-11-15 Thread spmallette
Improved error message for authentication message formatting problems. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26db14e7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/26db14e7 Diff: http://git-

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

2016-11-15 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/bb0b22e5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb0b22e5 Diff: http://git-wip-us.apache.org/repos

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

2016-11-15 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/69e0f66d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/69e0f66d Diff: http://git-wip-us.apache.org/r

[10/22] tinkerpop git commit: fixed typo - CTR

2016-11-15 Thread spmallette
fixed typo - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c20d8147 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c20d8147 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c20d8147 Branc

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

2016-11-15 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/02f16640 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/02f16640 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/02

[16/22] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32

2016-11-15 Thread spmallette
Merge remote-tracking branch 'origin/tp31' into tp32 This was done because somehow 569753e3be41828887cdfa8085d4744ff955bb0d in tp31 got a different commit id than 83ac683266418343684f35300eb088af23143fcc on tp32. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-

[03/22] tinkerpop git commit: Cleaned up error processing on remote side-effects.

2016-11-15 Thread spmallette
Cleaned up error processing on remote side-effects. The old method for parsing error message text from the server was kinda ugly and after recent refactoring it is ultimately unecessary as the keys are all known prior to a call to get() going through. Calls to get() will trap bad keys and make

[04/22] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix.

2016-11-15 Thread spmallette
fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ad01fa1e Tree: http://git-wip-us.apache.org/r

[08/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[01/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests [Forced Update!]

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1490 e580cc07f -> 57eb5ec62 (forced update) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/569753e3/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java --

[06/22] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection Used non-standard port for tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70570bdd Tree: http://git-wip-us.apache.org/repos/asf/tin

[17/22] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal

2016-11-15 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 Gra

[15/22] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538-tp32' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bc4e0905 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bc4e0905 Diff: http://git-wip-us.apache.org/repos/asf/ti

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

2016-11-15 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: http://git-wip-us.apache.org/

[11/22] tinkerpop git commit: Merge commit 'c20d814' into tp32

2016-11-15 Thread spmallette
Merge commit 'c20d814' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eaa26170 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eaa26170 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff

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

2016-11-15 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/57eb5ec6 Tree: htt

[5/6] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32

2016-11-15 Thread spmallette
Merge remote-tracking branch 'origin/tp31' into tp32 This was done because somehow 569753e3be41828887cdfa8085d4744ff955bb0d in tp31 got a different commit id than 83ac683266418343684f35300eb088af23143fcc on tp32. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-

[4/6] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538-tp32' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bc4e0905 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bc4e0905 Diff: http://git-wip-us.apache.org/repos/asf/ti

[1/4] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 bc4e0905c -> 64609a778 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/569753e3/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java

[2/4] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[2/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/418fb2a2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/418fb2a2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerp

[5/7] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge.

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed up test logic after merge. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b803dce9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b803dce9 Diff: http://git-wip-us.apache.org/repos/asf

[3/7] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[4/4] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32

2016-11-15 Thread spmallette
Merge remote-tracking branch 'origin/tp31' into tp32 This was done because somehow 569753e3be41828887cdfa8085d4744ff955bb0d in tp31 got a different commit id than 83ac683266418343684f35300eb088af23143fcc on tp32. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-

[1/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master ae11314c8 -> d19a1a5c6 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/569753e3/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java --

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

2016-11-15 Thread spmallette
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/d19a1a5c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d19a1a5c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d19a1a5c Br

[3/6] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/418fb2a2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/418fb2a2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerp

[4/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[1/3] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 26db14e7d -> 418fb2a2f http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/569753e3/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java

[6/7] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into TINKERPOP-1538-master

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538-tp32' into TINKERPOP-1538-master Conflicts: gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/AbstractGremlinServerPerformanceTest.java gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinAdditionPerformanceTest.java

[2/6] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection Used non-standard port for tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70570bdd Tree: http://git-wip-us.apache.org/repos/asf/tin

[2/3] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
TINKERPOP-1538 Use non-default port for gremlin server tests Used something other than 8182 to run the gremlin server tests to avoid port conflicts if gremlin server happens to be running in the background. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[2/7] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/83ac6832/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java -- diff --git a/gremlin-server/src/test/java/org/apache/tinkerpop/grem

[1/6] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 02f166407 -> bc4e0905c TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18781cd3 Tree: ht

[3/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests

2016-11-15 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/83ac6832/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java -- diff --git a/gremlin-server/src/test/java/org/apache/tinkerpop/grem

[3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/418fb2a2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/418fb2a2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerp

[4/7] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection Used non-standard port for tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70570bdd Tree: http://git-wip-us.apache.org/repos/asf/tin

[6/6] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538-tp32' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bc4e0905 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bc4e0905 Diff: http://git-wip-us.apache.org/repos/asf/ti

[5/6] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge.

2016-11-15 Thread spmallette
TINKERPOP-1538 Fixed up test logic after merge. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b803dce9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b803dce9 Diff: http://git-wip-us.apache.org/repos/asf

[1/7] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 4166e7c90 -> ae11314c8 TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18781cd3 Tree:

[7/7] tinkerpop git commit: Merge branch 'TINKERPOP-1538-master'

2016-11-15 Thread spmallette
Merge branch 'TINKERPOP-1538-master' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae11314c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae11314c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/

tinkerpop git commit: Improved error message for authentication message formatting problems. CTR

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 c20d81473 -> 26db14e7d Improved error message for authentication message formatting problems. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26db14e7 Tre

[1/2] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 eaa26170c -> 02f166407 Improved error message for authentication message formatting problems. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26db14e7 Tre

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

2016-11-15 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/02f16640 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/02f16640 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/02

[1/3] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR

2016-11-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 189d4f4a1 -> 4166e7c90 Improved error message for authentication message formatting problems. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26db14e7 T

[2/3] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-11-15 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/02f16640 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/02f16640 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/02

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

2016-11-15 Thread spmallette
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/4166e7c9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4166e7c9 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4166e7c9 Br

[2/2] tinkerpop git commit: Pop.mixed introduced to replace using a null Pop argument. SelectOneStep and SelectStep now default to using Pop.last instead of Pop.mixed. All other Scoping steps already

2016-11-15 Thread okram
Pop.mixed introduced to replace using a null Pop argument. SelectOneStep and SelectStep now default to using Pop.last instead of Pop.mixed. All other Scoping steps already use Pop.last semantics. This change will allow us to introduce a simpler Path data structure for LABELED_PATH traversals wit

[1/2] tinkerpop git commit: per @spmallette instructions, selectV3d0 should be called selectV3d2. Changed and rebuilt.

2016-11-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 9ba6e775f -> 189d4f4a1 per @spmallette instructions, selectV3d0 should be called selectV3d2. Changed and rebuilt. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/

[1/2] tinkerpop git commit: fixed typo - CTR

2016-11-15 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 ad01fa1ef -> eaa26170c fixed typo - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c20d8147 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c

tinkerpop git commit: fixed typo - CTR

2016-11-15 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp31 1e554ca15 -> c20d81473 fixed typo - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c20d8147 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c

[2/2] tinkerpop git commit: Merge commit 'c20d814' into tp32

2016-11-15 Thread rdale
Merge commit 'c20d814' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eaa26170 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eaa26170 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff

[1/3] tinkerpop git commit: fixed typo - CTR

2016-11-15 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/master 9fe678c5e -> 9ba6e775f fixed typo - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c20d8147 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree

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

2016-11-15 Thread rdale
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/9ba6e775 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9ba6e775 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9ba6e775 Br

[2/3] tinkerpop git commit: Merge commit 'c20d814' into tp32

2016-11-15 Thread rdale
Merge commit 'c20d814' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eaa26170 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eaa26170 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff