svn commit: r1746355 - in /incubator/tinkerpop/site: docs/ docs/3.2.1-SNAPSHOT/ docs/3.2.1-SNAPSHOT/dev/ docs/3.2.1-SNAPSHOT/dev/developer/ docs/3.2.1-SNAPSHOT/dev/provider/ docs/3.2.1-SNAPSHOT/images

2016-05-31 Thread spmallette
Author: spmallette Date: Tue May 31 22:45:29 2016 New Revision: 1746355 URL: http://svn.apache.org/viewvc?rev=1746355=rev Log: Deploy docs for TinkerPop 3.2.1-SNAPSHOT [This commit notification would consist of 850 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1746354 - in /incubator/tinkerpop/site: docs/3.2.1-SNAPSHOT/ javadocs/3.2.1-SNAPSHOT/

2016-05-31 Thread spmallette
Author: spmallette Date: Tue May 31 22:33:07 2016 New Revision: 1746354 URL: http://svn.apache.org/viewvc?rev=1746354=rev Log: Docs for TinkerPop 3.2.1-SNAPSHOT are being replaced. Removed: incubator/tinkerpop/site/docs/3.2.1-SNAPSHOT/ incubator/tinkerpop/site/javadocs/3.2.1-SNAPSHOT/

incubator-tinkerpop git commit: lots of code cleanup. The pattern is there and various tests pass.. the problem is just having to copy all the methods over from GraphTravesal. We really need Groovy in

2016-05-31 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 be4a54eef -> 750486375 lots of code cleanup. The pattern is there and various tests pass.. the problem is just having to copy all the methods over from GraphTravesal. We really need Groovy instospection on interface

[2/4] incubator-tinkerpop git commit: much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) and only ch

2016-05-31 Thread okram
much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) and only check for lambdas on the child traversal. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[3/4] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

2016-05-31 Thread okram
Merge branch 'master' into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b34e716e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b34e716e Diff:

[1/4] incubator-tinkerpop git commit: GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialized, then re

2016-05-31 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 87a89787b -> be4a54eef GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialized, then revert back to 3.2.0 behavior and

incubator-tinkerpop git commit: much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) and only check fo

2016-05-31 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master d2eb63c46 -> 43d276a7b much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) and only check for lambdas on the child traversal.

svn commit: r1746321 - in /incubator/tinkerpop/site: docs/3.2.1-SNAPSHOT/ docs/3.2.1-SNAPSHOT/dev/ docs/3.2.1-SNAPSHOT/dev/developer/ docs/3.2.1-SNAPSHOT/dev/provider/ docs/3.2.1-SNAPSHOT/images/ docs

2016-05-31 Thread okram
Author: okram Date: Tue May 31 19:05:10 2016 New Revision: 1746321 URL: http://svn.apache.org/viewvc?rev=1746321=rev Log: Deploy docs for TinkerPop 3.2.1-SNAPSHOT [This commit notification would consist of 850 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1746318 - in /incubator/tinkerpop/site: docs/3.2.1-SNAPSHOT/ javadocs/3.2.1-SNAPSHOT/

2016-05-31 Thread okram
Author: okram Date: Tue May 31 18:48:08 2016 New Revision: 1746318 URL: http://svn.apache.org/viewvc?rev=1746318=rev Log: Docs for TinkerPop 3.2.1-SNAPSHOT are being replaced. Removed: incubator/tinkerpop/site/docs/3.2.1-SNAPSHOT/ incubator/tinkerpop/site/javadocs/3.2.1-SNAPSHOT/

incubator-tinkerpop git commit: Fixed calculation bug (number of coworkers).

2016-05-31 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1298 d5a16fa16 -> 3dc12260f Fixed calculation bug (number of coworkers). Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

incubator-tinkerpop git commit: GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialized, then revert b

2016-05-31 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master ff12c59fe -> d2eb63c46 GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialized, then revert back to 3.2.0 behavior and simply

incubator-tinkerpop git commit: Got rid of direct references to Hadoop specific properties in `BulkExportVertexProgramTest`.

2016-05-31 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1298 741ca4026 -> d5a16fa16 Got rid of direct references to Hadoop specific properties in `BulkExportVertexProgramTest`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

incubator-tinkerpop git commit: fixed a variable name bug in python gremlin language variant tutorial. indices -> index. CTR.

2016-05-31 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master a5c65fceb -> ff12c59fe fixed a variable name bug in python gremlin language variant tutorial. indices -> index. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[2/3] incubator-tinkerpop git commit: fixed a variable name bug in python gremlin language variant tutorial. indices -> index. CTR.

2016-05-31 Thread okram
fixed a variable name bug in python gremlin language variant tutorial. indices -> index. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ff12c59f Tree:

[3/3] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

2016-05-31 Thread okram
Merge branch 'master' into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/87a89787 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/87a89787 Diff:

[37/49] incubator-tinkerpop git commit: Added gryo "lite" serializer.

2016-05-31 Thread dkuppitz
http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5b6394c5/gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/driver/remote/gremlin-server-integration.yaml -- diff --git

[40/49] incubator-tinkerpop git commit: Clean up scoping of configuration methods for gryo message serializer.

2016-05-31 Thread dkuppitz
Clean up scoping of configuration methods for gryo message serializer. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/954e3828 Tree:

[35/49] incubator-tinkerpop git commit: Allow calls to addCustom on GryoMapper to override.

2016-05-31 Thread dkuppitz
Allow calls to addCustom on GryoMapper to override. By allowing override, users get complete control over the gryo serialization process and open up more options for Gremlin Server to offer other optional serialization views over gryo. Project:

[47/49] incubator-tinkerpop git commit: Added script and configuration file that can be used for OLAP CSV exports.

2016-05-31 Thread dkuppitz
Added script and configuration file that can be used for OLAP CSV exports. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/f409 Tree:

[21/49] incubator-tinkerpop git commit: Updated CHANGELOG

2016-05-31 Thread dkuppitz
Updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/a73ec2ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/a73ec2ff Diff:

svn commit: r1746266 - /incubator/tinkerpop/site/index.html

2016-05-31 Thread spmallette
Author: spmallette Date: Tue May 31 11:23:14 2016 New Revision: 1746266 URL: http://svn.apache.org/viewvc?rev=1746266=rev Log: Removed gremlin-python from pokitdok from the TinkerPop home page - based on 2.x Modified: incubator/tinkerpop/site/index.html Modified: