[tinkerpop] 01/03: Fixed SubgraphStrategy configuration and derser using that config CTR

2018-12-10 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 09b093f1171bd5fafed0504c734dee9a18ea093b Author: Stephen Mallette AuthorDate: Mon Dec 10 20:42:53 2018 -0500

[tinkerpop] branch tp33 updated (65ff08c -> fd45a72)

2018-12-10 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 65ff08c Deprecate StarGraph builder methods that don't follow our standard pattern CTR add 09b093f Fixed

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

2018-12-10 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 7968e298a5b8b77790731bfc07c508f679376fb3 Merge: 22d3aa3 fd45a72 Author: Stephen Mallette AuthorDate: Mon Dec 10 2

[tinkerpop] 02/03: Increased the maxContentLength for tests of remoting CTR

2018-12-10 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 fd45a7246c13cdf6b5046276f931ded7ea5379a4 Author: Stephen Mallette AuthorDate: Mon Dec 10 20:43:25 2018 -0500

[tinkerpop] branch master updated (22d3aa3 -> 7968e29)

2018-12-10 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 22d3aa3 Merge branch 'tp33' new 09b093f Fixed SubgraphStrategy configuration and derser using that con

[tinkerpop] branch TINKERPOP-1942 updated (47ea723 -> 5eea829)

2018-12-10 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-1942 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 47ea723 TINKERPOP-1942 Minor code format fixups add 5eea829 TINKERPOP-1942 Added TraversalStrat

[tinkerpop] branch TINKERPOP-1942 updated (2ab861f -> 47ea723)

2018-12-10 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-1942 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 2ab861f Char serializer add 47ea723 TINKERPOP-1942 Minor code format fixups No new revisions w

[tinkerpop] branch TINKERPOP-1849 updated: fixed issues mentioned by @spmallette

2018-12-10 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1849 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-1849 by this push: new c6739f9 fixed issues menti

[tinkerpop] branch tp33 updated (f7e107f -> 65ff08c)

2018-12-10 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 f7e107f Update changelog CTR add 65ff08c Deprecate StarGraph builder methods that don't follow our stand

[GitHub] jorgebay edited a comment on issue #1000: TINKERPOP-1942 New Binary Serialization Format

2018-12-10 Thread GitBox
jorgebay edited a comment on issue #1000: TINKERPOP-1942 New Binary Serialization Format URL: https://github.com/apache/tinkerpop/pull/1000#issuecomment-440248347 Next steps: - [ ] Add support for all existing types. - [ ] Plug-in `GraphBinarySerializer` in the existing serializat

[tinkerpop] branch master updated: Deprecate StarGraph builder methods that don't follow our standard pattern CTR

2018-12-10 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 The following commit(s) were added to refs/heads/master by this push: new 65ff08c Deprecate StarGraph builder meth

[tinkerpop] branch TINKERPOP-1942 updated: Char serializer

2018-12-10 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch TINKERPOP-1942 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-1942 by this push: new 2ab861f Char serializer 2ab

[GitHub] spmallette commented on a change in pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index

2018-12-10 Thread GitBox
spmallette commented on a change in pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index URL: https://github.com/apache/tinkerpop/pull/1011#discussion_r240195723 ## File path: docs/src/reference/the-traversal.asciidoc ## @@ -1084,6 +1084,42 @@ g.V().ide

[GitHub] spmallette commented on a change in pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index

2018-12-10 Thread GitBox
spmallette commented on a change in pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index URL: https://github.com/apache/tinkerpop/pull/1011#discussion_r240195310 ## File path: docs/src/reference/the-traversal.asciidoc ## @@ -1084,6 +1084,42 @@ g.V().ide

[GitHub] spmallette commented on a change in pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index

2018-12-10 Thread GitBox
spmallette commented on a change in pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index URL: https://github.com/apache/tinkerpop/pull/1011#discussion_r240193616 ## File path: docs/src/reference/the-traversal.asciidoc ## @@ -1084,6 +1084,42 @@ g.V().ide

[tinkerpop] branch TINKERPOP-2075 deleted (was 06498ea)

2018-12-10 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2075 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. was 06498ea TINKERPOP-2075 Added ReferenceElementStrategy The revisions that were on this branch are sti

[tinkerpop] branch revert-1001-access_field_instead_getter_method deleted (was 96e47d2)

2018-12-10 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch revert-1001-access_field_instead_getter_method in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. was 96e47d2 Revert "uses the directly field instead of getter method (#

[tinkerpop] branch master updated (a409850 -> 2cb95c9)

2018-12-10 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 a409850 uses the directly field instead of getter method (#1001) add 06498ea TINKERPOP-2075 Added Refer

[GitHub] spmallette closed pull request #1010: TINKERPOP-2075 Added ReferenceElementStrategy

2018-12-10 Thread GitBox
spmallette closed pull request #1010: TINKERPOP-2075 Added ReferenceElementStrategy URL: https://github.com/apache/tinkerpop/pull/1010 This is an automated message from the Apache Git Service. To respond to the message, plea

[tinkerpop] 01/01: Merge pull request #1010 from apache/TINKERPOP-2075

2018-12-10 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 2cb95c941939c4a1206458def953cd66d266f3f7 Merge: a409850 06498ea Author: stephen mallette AuthorDate: Mon Dec 10 0

[GitHub] spmallette commented on issue #1001: uses the directly field instead of getter method

2018-12-10 Thread GitBox
spmallette commented on issue #1001: uses the directly field instead of getter method URL: https://github.com/apache/tinkerpop/pull/1001#issuecomment-445795440 I've merged this as it is, though in the future I'd prefer to see PRs aimed at the earliest release branch for which it is intende

[tinkerpop] branch revert-1001-access_field_instead_getter_method created (now 96e47d2)

2018-12-10 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch revert-1001-access_field_instead_getter_method in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at 96e47d2 Revert "uses the directly field instead of getter method (#

[tinkerpop] 01/01: Revert "uses the directly field instead of getter method (#1001)"

2018-12-10 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch revert-1001-access_field_instead_getter_method in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 96e47d2ed15d42a850fec40b2bbe32b7f565a40e Author: stephen mallette Author

[GitHub] spmallette closed pull request #1001: uses the directly field instead of getter method

2018-12-10 Thread GitBox
spmallette closed pull request #1001: uses the directly field instead of getter method URL: https://github.com/apache/tinkerpop/pull/1001 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[tinkerpop] branch master updated: uses the directly field instead of getter method (#1001)

2018-12-10 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 The following commit(s) were added to refs/heads/master by this push: new a409850 uses the directly field instead