[tinkerpop] branch TINKERPOP-2059 updated: Got rid of now deprecated `valueMap()` overload in `AddVertexTest`.

2018-11-06 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-2059 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-2059 by this push: new e4f978d Got rid of now

[GitHub] dkuppitz commented on a change in pull request #988: TINKERPOP-2050 Added :bytecode command

2018-11-06 Thread GitBox
dkuppitz commented on a change in pull request #988: TINKERPOP-2050 Added :bytecode command URL: https://github.com/apache/tinkerpop/pull/988#discussion_r231305367 ## File path: docs/src/upgrade/release-3.3.x.asciidoc ## @@ -27,6 +27,29 @@

[GitHub] spmallette opened a new pull request #988: TINKERPOP-2050 Added :bytecode command

2018-11-06 Thread GitBox
spmallette opened a new pull request #988: TINKERPOP-2050 Added :bytecode command URL: https://github.com/apache/tinkerpop/pull/988 https://issues.apache.org/jira/browse/TINKERPOP-2050 Command options are as follows: ```text gremlin> :bytecode from g.V().out('knows')

[tinkerpop] branch TINKERPOP-2050 updated: TINKERPOP-2050 Removed the eval/submit options on :bytecode

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-2050 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-2050 by this push: new 40c5896 TINKERPOP-2050

[tinkerpop] 01/01: Added failing tests for TINKERPOP-1643.

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-1643 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 8a82659e925ffd6c92ac8e4d9d2b1ac295b5452e Author: Daniel Kuppitz AuthorDate: Thu Mar 2 12:41:48 2017

[GitHub] papa-pep commented on issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINKERPOP-1774

2018-11-06 Thread GitBox
papa-pep commented on issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINKERPOP-1774 URL: https://github.com/apache/tinkerpop/pull/903#issuecomment-436311573 Is this slated for 3.4.0? Periodically I'm seeing requests being held open for unusually long times until an

[tinkerpop] branch tp33 updated (5343880 -> 0b1e6e1)

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 5343880 Fixed formatting in provider docs in protocol section CTR add a8fba32 TINKERPOP-2084 Display

[tinkerpop] branch master updated (0852a66 -> afb289d)

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 0852a66 Merge branch 'tp33' add a8fba32 TINKERPOP-2084 Display remote stacktrace in gremlin console

[tinkerpop] 02/02: Merge branch 'tp33'

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit afb289d0aaad8c5af0cd05a76f8b8105b7f8a417 Merge: 0852a66 0b1e6e1 Author: Stephen Mallette AuthorDate: Tue Nov 6

[GitHub] spmallette closed pull request #981: TINKERPOP-2084 Display remote stacktrace in gremlin console

2018-11-06 Thread GitBox
spmallette closed pull request #981: TINKERPOP-2084 Display remote stacktrace in gremlin console URL: https://github.com/apache/tinkerpop/pull/981 This is an automated message from the Apache Git Service. To respond to the

[tinkerpop] 01/02: Merge branch 'TINKERPOP-2084' into tp33

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 0b1e6e1a09d42aa21440a52843108e791d888ff1 Merge: 5343880 a8fba32 Author: Stephen Mallette AuthorDate: Tue Nov 6

[GitHub] spmallette commented on issue #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitBox
spmallette commented on issue #968: TINKERPOP-2078 Added AnonymousTraversalSource URL: https://github.com/apache/tinkerpop/pull/968#issuecomment-436250679 @jorgebay i tried to put `traversal()` in process for python and js. in python i ran into some cyclic dependency problems. in js i had

[tinkerpop] branch TINKERPOP-2078 updated (05a0715 -> 8a8db50)

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2078 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 05a0715 TINKERPOP-2078 Fixed broken XML comment in .NET add 8a8db50 TINKERPOP-2078 Added

[GitHub] spmallette opened a new pull request #987: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict

2018-11-06 Thread GitBox
spmallette opened a new pull request #987: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict URL: https://github.com/apache/tinkerpop/pull/987 https://issues.apache.org/jira/browse/TINKERPOP-1984 Making `GraphSONMessageSerializerV2d0` handle both typed and untyped

[tinkerpop] 01/01: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-1984 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 4cf426be5f3e12ede12e242d0241935daf0e81f6 Author: Stephen Mallette AuthorDate: Mon Nov 5 16:14:31 2018

[tinkerpop] branch TINKERPOP-1984 updated (7457cad -> 4cf426b)

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-1984 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 7457cad TINKERPOP-1984 Enable GraphSON serializers to no longer conflict new 4cf426b

[tinkerpop] branch TINKERPOP-1984 updated (f0dac2a -> 7457cad)

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-1984 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard f0dac2a TINKERPOP-1984 Enable GraphSON serializers to no longer conflict add 0c10921 Bump to

[tinkerpop] 01/01: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-1984 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 7457cadea9a97f9f4b0c2b83b0286a55bc59191d Author: Stephen Mallette AuthorDate: Mon Nov 5 16:14:31 2018

[tinkerpop] 01/01: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-1984 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit f0dac2a6e1e6319cdd3234e9ac4b3c527f931906 Author: Stephen Mallette AuthorDate: Mon Nov 5 16:14:31 2018

[tinkerpop] branch TINKERPOP-1984 created (now f0dac2a)

2018-11-06 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-1984 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at f0dac2a TINKERPOP-1984 Enable GraphSON serializers to no longer conflict This branch includes the

[GitHub] jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitBox
jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource URL: https://github.com/apache/tinkerpop/pull/968#discussion_r231037790 ## File path: gremlin-javascript/src/main/javascript/gremlin-javascript/index.js ## @@ -72,7 +72,8 @@

[GitHub] jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitBox
jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource URL: https://github.com/apache/tinkerpop/pull/968#discussion_r231031448 ## File path: docs/src/reference/gremlin-variants.asciidoc ## @@ -477,24 +485,23 @@ in Gremlin-Java.

[GitHub] jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitBox
jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource URL: https://github.com/apache/tinkerpop/pull/968#discussion_r231038276 ## File path: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/graph.js ## @@

[GitHub] jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitBox
jorgebay commented on a change in pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource URL: https://github.com/apache/tinkerpop/pull/968#discussion_r231031690 ## File path: docs/src/reference/gremlin-variants.asciidoc ## @@ -100,7 +100,7 @@ Gremlin-Python

[GitHub] jorgebay commented on issue #981: TINKERPOP-2084 Display remote stacktrace in gremlin console

2018-11-06 Thread GitBox
jorgebay commented on issue #981: TINKERPOP-2084 Display remote stacktrace in gremlin console URL: https://github.com/apache/tinkerpop/pull/981#issuecomment-436164243 Thats super useful, VOTE +1 This is an automated message