[09/27] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1305'

2016-05-26 Thread spmallette
Merge branch 'TINKERPOP-1305' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9c53c73e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9c53c73e Diff:

[05/27] incubator-tinkerpop git commit: minor tweaks to TraverserVertexProgram to make it more efficient.

2016-05-26 Thread spmallette
minor tweaks to TraverserVertexProgram to make it more efficient. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7d29ef32 Tree:

[03/27] incubator-tinkerpop git commit: TraverserExecutor is smart to not do another iteration if the traversers will simply be returned to the master traversals as output. Updated the PageRankTest wi

2016-05-26 Thread spmallette
TraverserExecutor is smart to not do another iteration if the traversers will simply be returned to the master traversals as output. Updated the PageRankTest with a better test. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[07/27] incubator-tinkerpop git commit: added EmptyMemory and its used as the memory for the first generateProgram() of an OLAP chain. Much better than Optional(Memory).

2016-05-26 Thread spmallette
added EmptyMemory and its used as the memory for the first generateProgram() of an OLAP chain. Much better than Optional(Memory). Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b100f033 Tree:

[21/27] incubator-tinkerpop git commit: updated CHANGELOG.

2016-05-26 Thread spmallette
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/6113c928 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6113c928 Diff:

[18/27] incubator-tinkerpop git commit: This closes #233

2016-05-26 Thread spmallette
This closes #233 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/366edb3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/366edb3b Diff:

[19/27] incubator-tinkerpop git commit: This closes #195

2016-05-26 Thread spmallette
This closes #195 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/afd40488 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/afd40488 Diff:

[08/27] incubator-tinkerpop git commit: added traversal-based vote strength test to PeerPressureTest. Cleaned up internal classes of TraversalVertexProgram a bit for better organization. Generalized P

2016-05-26 Thread spmallette
added traversal-based vote strength test to PeerPressureTest. Cleaned up internal classes of TraversalVertexProgram a bit for better organization. Generalized Phase enum so it can be used by other computer-based classes. added comments to TraveralVertexProgram. Project:

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

2016-05-26 Thread spmallette
Added gryo "lite" serializer. Serializes graph elements to "reference" rather than "detached". Altered all the configuration files that required the change. This serializer is just an option - the default configuration from the client side is to use the existing serializer. Project:

[12/27] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-05-26 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/44d40f60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/44d40f60 Diff:

[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-05-26 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Conflicts: gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroovySackTest.groovy Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[1/2] incubator-tinkerpop git commit: More robust pattern for `RangeByIsCountStrategy`.

2016-05-26 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 3f9a256db -> e242b4409 More robust pattern for `RangeByIsCountStrategy`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[2/2] incubator-tinkerpop git commit: Special `RangeByIsCountStrategy` handling for `repeat()`'s `emit()` and `until()`.

2016-05-26 Thread dkuppitz
Special `RangeByIsCountStrategy` handling for `repeat()`'s `emit()` and `until()`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ef26ba30 Tree:

[1/2] incubator-tinkerpop git commit: Covered a lot more query pattens in `RangeByIsCountStrategy`.

2016-05-26 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 e242b4409 -> ef26ba308 Covered a lot more query pattens in `RangeByIsCountStrategy`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[1/2] incubator-tinkerpop git commit: Fixed some typos.

2016-05-26 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 ef26ba308 -> 90fe49c66 Fixed some typos. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ac00fd5f Tree:

[2/2] incubator-tinkerpop git commit: Fixed `DefaultTraversal`'s hash code calculation.

2016-05-26 Thread dkuppitz
Fixed `DefaultTraversal`'s hash code calculation. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90fe49c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/90fe49c6 Diff:

incubator-tinkerpop git commit: Moved MasterExecutor.detach() to HaltedTraverserStrategy.halt() as this is now generally useful for OLTP and not just OLAP. Lots more nick nack cleanups and comments.

2016-05-26 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1310 f78d1cb63 -> 56c43ea7b Moved MasterExecutor.detach() to HaltedTraverserStrategy.halt() as this is now generally useful for OLTP and not just OLAP. Lots more nick nack cleanups and comments. Project: