tinkerpop git commit: TINKERPOP-1996 Deprecated Graph.io() and related infrastructure.

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1996 302dbc624 -> e9ad6820e TINKERPOP-1996 Deprecated Graph.io() and related infrastructure. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e9ad6820

tinkerpop git commit: TINKERPOP-1996 Added IO to imports and javadoc fixes

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1996 f78c87da3 -> 302dbc624 TINKERPOP-1996 Added IO to imports and javadoc fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/302dbc62 Tree:

[15/26] tinkerpop git commit: TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown

2018-07-12 Thread spmallette
TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown We didn't see this before because all tests had assumed an orderly shutdown. In orderly shutdown the server actually manages to send a kill message which the driver respects. In disorderly shutdown, the channel just

[17/26] tinkerpop git commit: Merge branch 'tp33'

2018-07-12 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8c05c19e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8c05c19e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8c05c19e

[19/26] tinkerpop git commit: TINKERPOP-1996 Have the basics of OLAP read()/write() steps working

2018-07-12 Thread spmallette
TINKERPOP-1996 Have the basics of OLAP read()/write() steps working This is still fairly skeletal at this point. Just trying to make sure things work properly before building read()/write() out fully. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[14/26] tinkerpop git commit: Merge branch 'tp33'

2018-07-12 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3cd352ee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3cd352ee Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3cd352ee

[16/26] tinkerpop git commit: Merge branch 'tp32' into tp33

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

[25/26] tinkerpop git commit: TINKERPOP-1996 Added with() options for io()

2018-07-12 Thread spmallette
TINKERPOP-1996 Added with() options for io() Included GraphReader and GraphWriter detection and added tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28c7fad2 Tree:

[24/26] tinkerpop git commit: TINKERPOP-1996 none() doesn't need to be removed in HadoopIoStrategy

2018-07-12 Thread spmallette
TINKERPOP-1996 none() doesn't need to be removed in HadoopIoStrategy Not sure why this was there in the first place. Removing it not allows Hadoop integration tests to pass, but seems to have no real effect on existing operations. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[12/26] tinkerpop git commit: Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG

2018-07-12 Thread spmallette
Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0c836b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0c836b4 Diff:

[13/26] tinkerpop git commit: Merge branch 'tp32' into tp33

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

[23/26] tinkerpop git commit: TINKERPOP-1996 Added some javadoc and code formatting

2018-07-12 Thread spmallette
TINKERPOP-1996 Added some javadoc and code formatting Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1fd43c6a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1fd43c6a Diff:

[11/26] tinkerpop git commit: Merge pull request #888 from elliotttf/fix-close-return-tp32

2018-07-12 Thread spmallette
Merge pull request #888 from elliotttf/fix-close-return-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/59d2f104 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/59d2f104 Diff:

[21/26] tinkerpop git commit: TINKERPOP-1996 read()/write() api changes for return type

2018-07-12 Thread spmallette
TINKERPOP-1996 read()/write() api changes for return type No more weird Map status return for read() and write(). Both just work like a terminator and self iterate to return nothing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[18/26] tinkerpop git commit: Merge branch 'TINKERPOP-1986'

2018-07-12 Thread spmallette
Merge branch 'TINKERPOP-1986' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3852c873 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3852c873 Diff:

[06/26] tinkerpop git commit: Added some javadoc CTR

2018-07-12 Thread spmallette
Added some javadoc CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/309957bc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/309957bc Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/309957bc

[22/26] tinkerpop git commit: TINKERPOP-1996 Introduce read() and write() steps

2018-07-12 Thread spmallette
TINKERPOP-1996 Introduce read() and write() steps Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3641e910 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3641e910 Diff:

[04/26] tinkerpop git commit: Merge branch 'tp33'

2018-07-12 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/734b01f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/734b01f3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/734b01f3

[07/26] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-07-12 Thread spmallette
Merge branch 'tp32' into tp33 Conflicts: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f15781a

[05/26] tinkerpop git commit: The GraphTraversal in .NET got out of sync somehow. CTR

2018-07-12 Thread spmallette
The GraphTraversal in .NET got out of sync somehow. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f240fe2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f240fe2 Diff:

[08/26] tinkerpop git commit: Merge branch 'tp33'

2018-07-12 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/11895ceb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/11895ceb Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/11895ceb

[02/26] tinkerpop git commit: Removed some unneeded semi-colons from groovy script CTR

2018-07-12 Thread spmallette
Removed some unneeded semi-colons from groovy script CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/34a648b1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/34a648b1 Diff:

[26/26] tinkerpop git commit: TINKERPOP-1996 Made read()/write() terminator steps

2018-07-12 Thread spmallette
TINKERPOP-1996 Made read()/write() terminator steps Without this approach the with() operator couldn't be used because the traversal would already be iterated on the call to read() and write(). In this way read() and write() are both terminators and modulators at the same time. Project:

[10/26] tinkerpop git commit: fix(DriverRemoteConnection): return the promise on close

2018-07-12 Thread spmallette
fix(DriverRemoteConnection): return the promise on close Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f6e50ae2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f6e50ae2 Diff:

[03/26] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-07-12 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/65ba04f1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/65ba04f1 Diff:

[09/26] tinkerpop git commit: Added spring-data-gremlin and kotlin-gremlin-ogm to home page listing CTR

2018-07-12 Thread spmallette
Added spring-data-gremlin and kotlin-gremlin-ogm to home page listing CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2fd11a14 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2fd11a14 Diff:

[01/26] tinkerpop git commit: TINKERPOP-1986 Removed deprecated methods and updated docs accordingly [Forced Update!]

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1996 caa2d1d86 -> f78c87da3 (forced update) TINKERPOP-1986 Removed deprecated methods and updated docs accordingly Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[20/26] tinkerpop git commit: TINKERPOP-1996 Minor refactoring of Reading/Writing and javadoc

2018-07-12 Thread spmallette
TINKERPOP-1996 Minor refactoring of Reading/Writing and javadoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/585980bb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/585980bb Diff:

[1/2] tinkerpop git commit: TINKERPOP-1986 Removed deprecated methods and updated docs accordingly

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 8c05c19ea -> 3852c8734 TINKERPOP-1986 Removed deprecated methods and updated docs accordingly Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31080169

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1986'

2018-07-12 Thread spmallette
Merge branch 'TINKERPOP-1986' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3852c873 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3852c873 Diff:

[1/2] tinkerpop git commit: TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 bf07f13b5 -> a6ba2d5b2 TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown We didn't see this before because all tests had assumed an orderly shutdown. In orderly shutdown the server actually manages to send

tinkerpop git commit: TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 b0c836b4e -> 3dcabd4f1 TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown We didn't see this before because all tests had assumed an orderly shutdown. In orderly shutdown the server actually manages to send

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

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

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

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

[1/3] tinkerpop git commit: TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 3cd352eeb -> 8c05c19ea TINKERPOP-1999 Prevented java driver from hanging on disorderly server shutdown We didn't see this before because all tests had assumed an orderly shutdown. In orderly shutdown the server actually manages to

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

2018-07-12 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8c05c19e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8c05c19e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8c05c19e

tinkerpop git commit: TINKERPOP-1996 none() doesn't need to be removed in HadoopIoStrategy

2018-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1996 435ebdc1f -> caa2d1d86 TINKERPOP-1996 none() doesn't need to be removed in HadoopIoStrategy Not sure why this was there in the first place. Removing it not allows Hadoop integration tests to pass, but seems to have no real

[3/5] tinkerpop git commit: Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG

2018-07-12 Thread jorgebg
Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0c836b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0c836b4 Diff:

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

2018-07-12 Thread jorgebg
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bf07f13b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bf07f13b Diff:

[5/5] tinkerpop git commit: Merge branch 'tp33'

2018-07-12 Thread jorgebg
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3cd352ee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3cd352ee Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3cd352ee

[1/5] tinkerpop git commit: fix(DriverRemoteConnection): return the promise on close

2018-07-12 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/master 2fd11a145 -> 3cd352eeb fix(DriverRemoteConnection): return the promise on close Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f6e50ae2 Tree:

[2/5] tinkerpop git commit: Merge pull request #888 from elliotttf/fix-close-return-tp32

2018-07-12 Thread jorgebg
Merge pull request #888 from elliotttf/fix-close-return-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/59d2f104 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/59d2f104 Diff:

[1/3] tinkerpop git commit: fix(DriverRemoteConnection): return the promise on close

2018-07-12 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/tp32 309957bc2 -> b0c836b4e fix(DriverRemoteConnection): return the promise on close Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f6e50ae2 Tree:

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

2018-07-12 Thread jorgebg
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bf07f13b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bf07f13b Diff:

[2/4] tinkerpop git commit: Merge pull request #888 from elliotttf/fix-close-return-tp32

2018-07-12 Thread jorgebg
Merge pull request #888 from elliotttf/fix-close-return-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/59d2f104 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/59d2f104 Diff:

[2/3] tinkerpop git commit: Merge pull request #888 from elliotttf/fix-close-return-tp32

2018-07-12 Thread jorgebg
Merge pull request #888 from elliotttf/fix-close-return-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/59d2f104 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/59d2f104 Diff:

[1/4] tinkerpop git commit: fix(DriverRemoteConnection): return the promise on close

2018-07-12 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/tp33 1f15781ac -> bf07f13b5 fix(DriverRemoteConnection): return the promise on close Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f6e50ae2 Tree:

[3/4] tinkerpop git commit: Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG

2018-07-12 Thread jorgebg
Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0c836b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0c836b4 Diff:

[3/3] tinkerpop git commit: Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG

2018-07-12 Thread jorgebg
Include JavaScript GLV DriverRemoteConnection close() fix in CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0c836b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0c836b4 Diff: