tinkerpop git commit: wow. I can't believe I did it. With this branch and the ProjectedTraverser branch, there are no reducers that take a Traversal. At most they are take a BinaryOperator and thus, a

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1606 f53327b7f -> fe470e7cc wow. I can't believe I did it. With this branch and the ProjectedTraverser branch, there are no reducers that take a Traversal. At most they are take a BinaryOperator and thus, are stateless. This is

tinkerpop git commit: Got a super simple implementation of GroupStep working. Tada. I think I can get it even simpler too....

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1606 [created] f53327b7f Got a super simple implementation of GroupStep working. Tada. I think I can get it even simpler too Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[02/15] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d1f08894 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d1f08894 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d1f08894

[09/15] tinkerpop git commit: minor nothing tweak.

2017-01-18 Thread spmallette
minor nothing tweak. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4d8ffcc8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4d8ffcc8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4d8ffcc8

[04/15] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0

2017-01-18 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/db0d77a1/gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/GraphSONMessageSerializerV3d0Test.java -- diff --git

[12/15] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0

2017-01-18 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a5dbdd91/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/IoTest.java -- diff --git

[05/15] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0

2017-01-18 Thread spmallette
TINKERPOP-1565 Stub out GraphSON 3.0 Set up the new testing model and generated test files. Reverted changes on property serialization that went in as breaking changes on GraphSON 2.0 and moved them forward to GraphSON 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[03/15] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0

2017-01-18 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/db0d77a1/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_0/sessionlessevalaliased-v2d0-partial.json -- diff --git

[11/15] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0

2017-01-18 Thread spmallette
TINKERPOP-1565 Added tests for GraphSON 3.0 And fixed some broken tests preventing a proper build. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d3ff6f80 Tree:

[15/15] tinkerpop git commit: TINKERPOP-1565 Added a 3.0 TraversalSerializer class

2017-01-18 Thread spmallette
TINKERPOP-1565 Added a 3.0 TraversalSerializer class Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ab5baae8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ab5baae8 Diff:

[13/15] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0

2017-01-18 Thread spmallette
TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 This work is done as part of TINKERPOP-1565 which is related to GraphSON 2.0 changes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[07/15] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0.

2017-01-18 Thread spmallette
TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8b1430d4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8b1430d4 Diff:

[14/15] tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes

2017-01-18 Thread spmallette
TINKERPOP-1565 Added a few GraphSON 3.0 classes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b115c579 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b115c579 Diff:

[10/15] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers

2017-01-18 Thread spmallette
TINKERPOP-1565 GraphSON 3.0 defaulted in drivers Set this up for both python and java. Altered the sasl auth to use Base64 encoded strings in the drivers because GraphSON didn't have a byte array established as a type. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/15] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change --

2017-01-18 Thread spmallette
first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and in GraphSONMessageSerializerV2d0Test. The corresponding ticket in JIRA

[06/15] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests

2017-01-18 Thread spmallette
TINKERPOP-1565 Enabled more GraphSON IO tests It was now possible to enable more tests as certain changes that were made to master on the GraphSON 2.0 format could be reverted and then migrated to GraphSON 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d1f08894 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d1f08894 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d1f08894

tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 28e1d93fe -> 97cc07de9 Renamed GraphSONTraversalSerializersV2d0 for consistency This is a non-breaking change as the class is not public. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/2] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master dc31f2daa -> d1f088941 Renamed GraphSONTraversalSerializersV2d0 for consistency This is a non-breaking change as the class is not public. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized.

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1248 91e1f50c8 -> ee1ab08b0 added a private no-arg constructor to MultiComparator so it can be serialized. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming.

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1248 b2f0c57df -> 91e1f50c8 updated CHANGELOG and tweaked ProjectTraverser variable naming. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/91e1f50c

tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1248 5045f67f4 -> b2f0c57df Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new

tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1565 9aebbe63c -> 4a0d97564 TINKERPOP-1565 Added a few GraphSON 3.0 classes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4a0d9756 Tree:

[36/50] [abbrv] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge

2017-01-18 Thread spmallette
TINKERPOP-1600 Added base64 encoded string to sasl challenge Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e80a4cd1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e80a4cd1 Diff:

[44/50] [abbrv] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0

2017-01-18 Thread spmallette
TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 This work is done as part of TINKERPOP-1565 which is related to GraphSON 2.0 changes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[22/50] [abbrv] tinkerpop git commit: Add another example for appendix d of recipes.

2017-01-18 Thread spmallette
Add another example for appendix d of recipes. The addition find vertex pairs with more than one edge between them assuming undirected edges. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c14dde5 Tree:

[46/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0

2017-01-18 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/11fd6b88/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_0/sessionlessevalaliased-v2d0-partial.json -- diff --git

[28/50] [abbrv] tinkerpop git commit: optimized math examples

2017-01-18 Thread spmallette
optimized math examples Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9cdc47c3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9cdc47c3 Diff:

[05/50] [abbrv] tinkerpop git commit: made skip test OLAP friendly

2017-01-18 Thread spmallette
made skip test OLAP friendly Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ba6186a6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ba6186a6 Diff:

[41/50] [abbrv] tinkerpop git commit: minor nothing tweak.

2017-01-18 Thread spmallette
minor nothing tweak. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/612bcb36 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/612bcb36 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/612bcb36

[31/50] [abbrv] tinkerpop git commit: Bump to groovy 2.4.8

2017-01-18 Thread spmallette
Bump to groovy 2.4.8 https://lists.apache.org/thread.html/50dd28c50a15c422b3e7277d0aa4c59a8831523d4ae7d5afe73e8573@%3Cdev.tinkerpop.apache.org%3E CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6e2128cb Tree:

[01/50] [abbrv] tinkerpop git commit: Added `skip()` in the reference docs. [Forced Update!]

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1565 bbbfce160 -> 9aebbe63c (forced update) Added `skip()` in the reference docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/71de237d Tree:

[09/50] [abbrv] tinkerpop git commit: Added recipe to appendix for some basic math ops

2017-01-18 Thread spmallette
Added recipe to appendix for some basic math ops Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6971e644 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6971e644 Diff:

[19/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cce5fac6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cce5fac6 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cce5fac6

[06/50] [abbrv] tinkerpop git commit: Added duplicate vertex recipe

2017-01-18 Thread spmallette
Added duplicate vertex recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d7ecfc05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d7ecfc05 Diff:

[13/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31

2017-01-18 Thread spmallette
Merge branch 'TINKERPOP-1545-tp31' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4b8ea270 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4b8ea270 Diff:

[32/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-01-18 Thread spmallette
Merge branch 'tp31' into tp32 Conflicts: CHANGELOG.asciidoc gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IncidentToAdjacentStrategy.java

[27/50] [abbrv] tinkerpop git commit: Fixed up an appendix entry given pull request feedback.

2017-01-18 Thread spmallette
Fixed up an appendix entry given pull request feedback. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f992cdfe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f992cdfe Diff:

[03/50] [abbrv] tinkerpop git commit: Move appendix to its own doc and out of index.

2017-01-18 Thread spmallette
Move appendix to its own doc and out of index. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3e54d897 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3e54d897 Diff:

[04/50] [abbrv] tinkerpop git commit: Implemented changes suggested by @okram.

2017-01-18 Thread spmallette
Implemented changes suggested by @okram. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bfbd7d54 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bfbd7d54 Diff:

[18/50] [abbrv] tinkerpop git commit: More consistent error messaging on result iteration timeouts. CTR

2017-01-18 Thread spmallette
More consistent error messaging on result iteration timeouts. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5c8e124b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c8e124b Diff:

[39/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dc31f2da Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dc31f2da Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/dc31f2da

[16/50] [abbrv] tinkerpop git commit: Finalized some variables. CTR

2017-01-18 Thread spmallette
Finalized some variables. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ed634267 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ed634267 Diff:

[25/50] [abbrv] tinkerpop git commit: Allow some extra time to be sure the future completes

2017-01-18 Thread spmallette
Allow some extra time to be sure the future completes This test never fails on my system but on rare occassions it seems to fail for others. I can only guess it is a timing issue of sorts, but I'm not sure I see how to better test this. The point of the test is not related to timing, so adding

[20/50] [abbrv] tinkerpop git commit: Minor fix to grammer in changelog CTR

2017-01-18 Thread spmallette
Minor fix to grammer in changelog CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9d1c3e5e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9d1c3e5e Diff:

[15/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0d2a277 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0d2a277 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b0d2a277

[40/50] [abbrv] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to ch

2017-01-18 Thread spmallette
first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and in GraphSONMessageSerializerV2d0Test. The corresponding ticket in JIRA

[24/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1549'

2017-01-18 Thread spmallette
Merge branch 'TINKERPOP-1549' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5b653b5a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5b653b5a Diff:

[08/50] [abbrv] tinkerpop git commit: Fixed a bug in `OrderGlobalStep` and added the previously removed `RangeTest` test back.

2017-01-18 Thread spmallette
Fixed a bug in `OrderGlobalStep` and added the previously removed `RangeTest` test back. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/41f12880 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/41f12880

[47/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0

2017-01-18 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/11fd6b88/gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/GraphSONMessageSerializerV3d0Test.java -- diff --git

[11/50] [abbrv] tinkerpop git commit: Improved the section description for the recipes appendix

2017-01-18 Thread spmallette
Improved the section description for the recipes appendix Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fbfd75a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fbfd75a Diff:

[12/50] [abbrv] tinkerpop git commit: Added some additional examples to appendix recipes.

2017-01-18 Thread spmallette
Added some additional examples to appendix recipes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4be8a1b2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4be8a1b2 Diff:

[14/50] [abbrv] tinkerpop git commit: Fixed array handling in `.hasId()` and `.hasValue()`.

2017-01-18 Thread spmallette
Fixed array handling in `.hasId()` and `.hasValue()`. This fix was originally implemented by @BrynCooke in a TP fork. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c66424d2 Tree:

[37/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Conflicts: docs/src/dev/io/graphson.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/02f24b9e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/02f24b9e Diff:

[42/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0.

2017-01-18 Thread spmallette
TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/374d080d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/374d080d Diff:

[23/50] [abbrv] tinkerpop git commit: Minor typo fix CTR

2017-01-18 Thread spmallette
Minor typo fix CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20478d75 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20478d75 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20478d75

[02/50] [abbrv] tinkerpop git commit: Added duplicate edge detection recipe

2017-01-18 Thread spmallette
Added duplicate edge detection recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7783c838 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7783c838 Diff:

[34/50] [abbrv] tinkerpop git commit: Consistent naming for TinkerIoRegistry

2017-01-18 Thread spmallette
Consistent naming for TinkerIoRegistry Now that there are multiple versions of GraphSON/Gryo the naming of registries should reflect the version number. This is a non-breaking change. The old TinkerIoRegistry is just deprecated. CTR Project:

[43/50] [abbrv] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0

2017-01-18 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fc9ce593/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/IoTest.java -- diff --git

[10/50] [abbrv] tinkerpop git commit: Added some more appendix items to recipes

2017-01-18 Thread spmallette
Added some more appendix items to recipes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79a24685 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/79a24685 Diff:

[50/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers

2017-01-18 Thread spmallette
TINKERPOP-1565 GraphSON 3.0 defaulted in drivers Set this up for both python and java. Altered the sasl auth to use Base64 encoded strings in the drivers because GraphSON didn't have a byte array established as a type. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[17/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/671bdbe4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/671bdbe4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/671bdbe4

[35/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/77a48f39 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/77a48f39 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/77a48f39

[30/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c328dac3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c328dac3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c328dac3

[33/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/16830e88 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/16830e88 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/16830e88

[29/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32

2017-01-18 Thread spmallette
Merge remote-tracking branch 'origin/more-recipes' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e06ce0c1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e06ce0c1 Diff:

[26/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2866d45 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b2866d45 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b2866d45

[49/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests

2017-01-18 Thread spmallette
TINKERPOP-1565 Enabled more GraphSON IO tests It was now possible to enable more tests as certain changes that were made to master on the GraphSON 2.0 format could be reverted and then migrated to GraphSON 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[21/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-01-18 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fcb5af38 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fcb5af38 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fcb5af38

tinkerpop git commit: Added docs for not()-step

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 e80a4cd17 -> 28e1d93fe Added docs for not()-step Re-arranged some steps that were out of order CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28e1d93f

tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Add

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1248 501e97a1e -> 5045f67f4 We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like

[1/2] tinkerpop git commit: Added docs for not()-step

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 02f24b9e5 -> dc31f2daa Added docs for not()-step Re-arranged some steps that were out of order CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode

2017-01-18 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1605 [created] 8fd6dbbe9 remember user's working directory when script files are being loaded in execution mode Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of co

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1248 [created] 501e97a1e Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already

tinkerpop git commit: OrderedTraverser needs a equals() and hashCode().

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 6a1f014b7 -> 1178ba1bf OrderedTraverser needs a equals() and hashCode(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1178ba1b Tree:

tinkerpop git commit: opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing.

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 c21876061 -> 6a1f014b7 opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

tinkerpop git commit: updated docs

2017-01-18 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 2471a5784 -> d7b7e66d7 updated docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d7b7e66d Tree:

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

2017-01-18 Thread spmallette
Merge branch 'tp32' Conflicts: docs/src/dev/io/graphson.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/02f24b9e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/02f24b9e Diff:

[1/2] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 77a48f39a -> 02f24b9e5 TINKERPOP-1600 Added base64 encoded string to sasl challenge Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e80a4cd1 Tree:

tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 802ff9f69 -> e80a4cd17 TINKERPOP-1600 Added base64 encoded string to sasl challenge Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e80a4cd1 Tree:

tinkerpop git commit: starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings.

2017-01-18 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 f1537c385 -> c21876061 starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge [Forced Update!]

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1600 866e96efa -> e80a4cd17 (forced update) TINKERPOP-1600 Added base64 encoded string to sasl challenge Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[15/24] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31

2017-01-18 Thread spmallette
Merge branch 'TINKERPOP-1545-tp31' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4b8ea270 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4b8ea270 Diff:

[22/24] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-01-18 Thread spmallette
Merge branch 'tp31' into tp32 Conflicts: CHANGELOG.asciidoc gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IncidentToAdjacentStrategy.java

[16/24] tinkerpop git commit: Add another example for appendix d of recipes.

2017-01-18 Thread spmallette
Add another example for appendix d of recipes. The addition find vertex pairs with more than one edge between them assuming undirected edges. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c14dde5 Tree:

[24/24] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge

2017-01-18 Thread spmallette
TINKERPOP-1600 Added base64 encoded string to sasl challenge Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/866e96ef Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/866e96ef Diff:

[04/24] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps.

2017-01-18 Thread spmallette
Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/52e3b86c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/52e3b86c Diff:

[07/24] tinkerpop git commit: Added duplicate edge detection recipe

2017-01-18 Thread spmallette
Added duplicate edge detection recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7783c838 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7783c838 Diff:

[18/24] tinkerpop git commit: Fixed up an appendix entry given pull request feedback.

2017-01-18 Thread spmallette
Fixed up an appendix entry given pull request feedback. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f992cdfe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f992cdfe Diff:

[12/24] tinkerpop git commit: Added some more appendix items to recipes

2017-01-18 Thread spmallette
Added some more appendix items to recipes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79a24685 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/79a24685 Diff:

[23/24] tinkerpop git commit: Consistent naming for TinkerIoRegistry

2017-01-18 Thread spmallette
Consistent naming for TinkerIoRegistry Now that there are multiple versions of GraphSON/Gryo the naming of registries should reflect the version number. This is a non-breaking change. The old TinkerIoRegistry is just deprecated. CTR Project:

[19/24] tinkerpop git commit: optimized math examples

2017-01-18 Thread spmallette
optimized math examples Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9cdc47c3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9cdc47c3 Diff:

[11/24] tinkerpop git commit: Added recipe to appendix for some basic math ops

2017-01-18 Thread spmallette
Added recipe to appendix for some basic math ops Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6971e644 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6971e644 Diff:

[13/24] tinkerpop git commit: Improved the section description for the recipes appendix

2017-01-18 Thread spmallette
Improved the section description for the recipes appendix Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fbfd75a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fbfd75a Diff:

[03/24] tinkerpop git commit: Added an additional example to project() step

2017-01-18 Thread spmallette
Added an additional example to project() step Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/52f7f965 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/52f7f965 Diff:

[09/24] tinkerpop git commit: Added duplicate vertex recipe

2017-01-18 Thread spmallette
Added duplicate vertex recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d7ecfc05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d7ecfc05 Diff:

[08/24] tinkerpop git commit: Move appendix to its own doc and out of index.

2017-01-18 Thread spmallette
Move appendix to its own doc and out of index. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3e54d897 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3e54d897 Diff:

[17/24] tinkerpop git commit: Allow some extra time to be sure the future completes

2017-01-18 Thread spmallette
Allow some extra time to be sure the future completes This test never fails on my system but on rare occassions it seems to fail for others. I can only guess it is a timing issue of sorts, but I'm not sure I see how to better test this. The point of the test is not related to timing, so adding

[21/24] tinkerpop git commit: Bump to groovy 2.4.8

2017-01-18 Thread spmallette
Bump to groovy 2.4.8 https://lists.apache.org/thread.html/50dd28c50a15c422b3e7277d0aa4c59a8831523d4ae7d5afe73e8573@%3Cdev.tinkerpop.apache.org%3E CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6e2128cb Tree:

[01/24] tinkerpop git commit: Added more cycle detection and traversal induced value recipes. [Forced Update!]

2017-01-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1600 0fcb306ef -> 866e96efa (forced update) Added more cycle detection and traversal induced value recipes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

  1   2   >