tinkerpop git commit: Add self loop example to Cycle Detection recipe.

2018-08-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 47e060047 -> 3afc57653 Add self loop example to Cycle Detection recipe. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3afc5765 Tree:

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

2018-08-31 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/98ab1b05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/98ab1b05 Diff:

[1/2] tinkerpop git commit: Add self loop example to Cycle Detection recipe.

2018-08-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 94d9de04c -> 98ab1b05a Add self loop example to Cycle Detection recipe. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3afc5765 Tree:

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

2018-08-31 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/df928cde Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df928cde Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/df928cde

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

2018-08-31 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/98ab1b05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/98ab1b05 Diff:

[1/3] tinkerpop git commit: Add self loop example to Cycle Detection recipe.

2018-08-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master fcabd01c4 -> df928cde0 Add self loop example to Cycle Detection recipe. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3afc5765 Tree:

[3/3] tinkerpop git commit: Improved handling of gremlin tokens in .NET CTR

2018-08-31 Thread spmallette
Improved handling of gremlin tokens in .NET CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fcabd01c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fcabd01c Diff:

[2/3] tinkerpop git commit: Improved handling of gremlin tokens in javascript CTR

2018-08-31 Thread spmallette
Improved handling of gremlin tokens in javascript CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/05988461 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/05988461 Diff:

[1/3] tinkerpop git commit: Added better support for Gremlin language tokens in python CTR

2018-08-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 793ed6d6d -> fcabd01c4 Added better support for Gremlin language tokens in python CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c0a35e25 Tree:

[2/5] tinkerpop git commit: Add Gremlin.Net driver settings docs TINKERPOP-1774

2018-08-31 Thread florianhockmann
Add Gremlin.Net driver settings docs TINKERPOP-1774 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c5873566 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c5873566 Diff:

[5/5] tinkerpop git commit: Add ConnectionPool min and max sizes TINKERPOP-1774

2018-08-31 Thread florianhockmann
Add ConnectionPool min and max sizes TINKERPOP-1774 The Gremlin.Net ConnectionPool now has min and max sizes. The pool will be initialized with the configured minimum number of connections on creation. It will also no longer create an unlimited number of connections. Instead, a TimeoutException

[3/5] tinkerpop git commit: Use own AsyncAutoResetEvent in ConnectionPool

2018-08-31 Thread florianhockmann
Use own AsyncAutoResetEvent in ConnectionPool This replaces the synchronous AutoResetEvent with our own AsyncAutoResetEvent to avoid blocking threads that wait for an available connection. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[4/5] tinkerpop git commit: Minor cleanup TINKERPOP-1774

2018-08-31 Thread florianhockmann
Minor cleanup TINKERPOP-1774 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c7a3def Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1c7a3def Diff:

[1/5] tinkerpop git commit: Expanded assert in test as different graphs may traverse edges in different orders CTR [Forced Update!]

2018-08-31 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1774 e16e6246f -> 1c7a3def7 (forced update) Expanded assert in test as different graphs may traverse edges in different orders CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: