[tinkerpop] branch docker-test-server updated (c8cb5eb -> e498ab8)

2019-03-01 Thread rdale
This is an automated email from the ASF dual-hosted git repository. rdale pushed a change to branch docker-test-server in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard c8cb5eb added docker gremlin-server test script add e498ab8 added docker gremlin-server test

[GitHub] spmallette opened a new pull request #1076: TINKERPOP-2112 Fold property() so that T values can work in any order

2019-03-01 Thread GitBox
spmallette opened a new pull request #1076: TINKERPOP-2112 Fold property() so that T values can work in any order URL: https://github.com/apache/tinkerpop/pull/1076 Also optimizes a bit to capture additional possible folds to the "AddElementStep" that would have been otherwise missed

[GitHub] spmallette commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-03-01 Thread GitBox
spmallette commented on issue #1057: Changed loop break check to break out of the connection creation loop URL: https://github.com/apache/tinkerpop/pull/1057#issuecomment-468712877 We have been floating the idea of a release for mid-march - so a couple of weeks or so.

[tinkerpop] branch TINKERPOP-2112 updated (afa65af -> 1fd6a91)

2019-03-01 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2112 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard afa65af TINKERPOP-2112 Fixed folding in property() step add f9d7027 Added

[tinkerpop] 01/01: TINKERPOP-2112 Fold property() so that T values can work in any order

2019-03-01 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-2112 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 1fd6a91defb1781b7a916894bb9ef533f77c8f9d Author: Stephen Mallette AuthorDate: Fri Mar 1 10:42:05 2019

[GitHub] tomek22 commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-03-01 Thread GitBox
tomek22 commented on issue #1057: Changed loop break check to break out of the connection creation loop URL: https://github.com/apache/tinkerpop/pull/1057#issuecomment-468709823 I just spent almost a full day figuring out why our service leaks memory and can't open sockets. I tracked it

[tinkerpop] branch docker-test-server updated (be1bb36 -> c8cb5eb)

2019-03-01 Thread rdale
This is an automated email from the ASF dual-hosted git repository. rdale pushed a change to branch docker-test-server in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard be1bb36 added docker gremlin-server test script add c8cb5eb added docker gremlin-server test

[GitHub] robertdale opened a new pull request #1075: Docker gremlin-server test script

2019-03-01 Thread GitBox
robertdale opened a new pull request #1075: Docker gremlin-server test script URL: https://github.com/apache/tinkerpop/pull/1075 [GremlinDev discussion](https://lists.apache.org/thread.html/b3cbdd9083a981681bf6bf0a540dc9ae35d78617dd8d278a53f0995e@%3Cdev.tinkerpop.apache.org%3E)

[tinkerpop] 01/01: added docker gremlin-server test script

2019-03-01 Thread rdale
This is an automated email from the ASF dual-hosted git repository. rdale pushed a commit to branch docker-test-server in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit be1bb364df3c5871cc10c68b4ccf979edcea231b Author: Robert Dale AuthorDate: Fri Mar 1 09:57:39 2019 -0500

[tinkerpop] branch docker-test-server created (now be1bb36)

2019-03-01 Thread rdale
This is an automated email from the ASF dual-hosted git repository. rdale pushed a change to branch docker-test-server in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at be1bb36 added docker gremlin-server test script This branch includes the following new commits:

[GitHub] joestrouth1 commented on issue #1071: TINKERPOP-2167 Traversals as async iterables in gremlin-javascript

2019-03-01 Thread GitBox
joestrouth1 commented on issue #1071: TINKERPOP-2167 Traversals as async iterables in gremlin-javascript URL: https://github.com/apache/tinkerpop/pull/1071#issuecomment-468676653 @jorgebay Sure thing, I should be able to get to it this weekend.

[GitHub] harsh9t commented on issue #1074: TINKERPOP-2171 Allow sparql() to be extended with Gremlin steps.

2019-03-01 Thread GitBox
harsh9t commented on issue #1074: TINKERPOP-2171 Allow sparql() to be extended with Gremlin steps. URL: https://github.com/apache/tinkerpop/pull/1074#issuecomment-468646203 VOTE +1 This is an automated message from the

[tinkerpop] branch TINKERPOP-2171 updated (c368068 -> 984f086)

2019-03-01 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2171 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard c368068 TINKERPOP-2171 Allow sparql() to be extended with Gremlin steps. add f139b40

[tinkerpop] branch master updated (3c87b3a -> 2e84dfb)

2019-03-01 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 3c87b3a Merge branch 'tp33' new 543a0e2 TINKERPOP-2166 Cache expression to obtain the method in

[tinkerpop] branch TINKERPOP-2166 deleted (was e02b8fc)

2019-03-01 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch TINKERPOP-2166 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. was e02b8fc TINKERPOP-2166 Changelog The revisions that were on this branch are still contained in other

[GitHub] jorgebay merged pull request #1073: TINKERPOP-2166 Cache expression to obtain the method in PSerializer

2019-03-01 Thread GitBox
jorgebay merged pull request #1073: TINKERPOP-2166 Cache expression to obtain the method in PSerializer URL: https://github.com/apache/tinkerpop/pull/1073 This is an automated message from the Apache Git Service. To respond

[tinkerpop] branch TINKERPOP-2166 updated: TINKERPOP-2166 Changelog

2019-03-01 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch TINKERPOP-2166 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-2166 by this push: new e02b8fc TINKERPOP-2166

[GitHub] jorgebay commented on issue #1071: TINKERPOP-2167 Traversals as async iterables in gremlin-javascript

2019-03-01 Thread GitBox
jorgebay commented on issue #1071: TINKERPOP-2167 Traversals as async iterables in gremlin-javascript URL: https://github.com/apache/tinkerpop/pull/1071#issuecomment-468594110 @spmallette You are right, it does make sense to deliver it on `3.3.x`... @joestrouth1 Do you mind basing