tinkerpop git commit: Update to test to account for new OptionalStep CTR

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/master 4917d8870 -> f7f0bc40f Update to test to account for new OptionalStep CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f7f0bc40 Tree:

[04/12] tinkerpop git commit: Finalized variables and arguments.

2017-01-27 Thread okram
Finalized variables and arguments. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4dfba770 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4dfba770 Diff:

[01/12] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy.

2017-01-27 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 7b3adca39 -> a71f5650c Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[22/29] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day.

2017-01-27 Thread rdale
dah. my last tweak made a buggy. now I'm done for the day. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2f2a9d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b2f2a9d6 Diff:

[09/29] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy.

2017-01-27 Thread rdale
Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/da762dfe Tree:

[05/29] tinkerpop git commit: Merge branch 'centrality-recipes' into tp32

2017-01-27 Thread rdale
Merge branch 'centrality-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/9d883043 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9d883043 Diff:

[12/29] tinkerpop git commit: Had to trap an exception better in ServerGremlinExecutor during init CTR

2017-01-27 Thread rdale
Had to trap an exception better in ServerGremlinExecutor during init CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/47e5ae2f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/47e5ae2f Diff:

[28/29] tinkerpop git commit: format, organize imports only

2017-01-27 Thread rdale
format, organize imports only Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/33253dc6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/33253dc6 Diff:

[04/29] tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs.

2017-01-27 Thread rdale
TINKERPOP-1433 CTR: added release manager key setup docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aa262d6b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aa262d6b Diff:

[20/29] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passin

2017-01-27 Thread rdale
Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer as without message-passing, there is no need to cache or partition the

[01/29] tinkerpop git commit: Updated the closeness and betweeness centrality recipes. [Forced Update!]

2017-01-27 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 b18f59cd7 -> 33253dc6b (forced update) Updated the closeness and betweeness centrality recipes. 1) added a disclaimer that both recipes should be used with care (only on small (sub)graphs) 2) optimized the execution plan 3)

[19/29] tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup

2017-01-27 Thread rdale
I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count(). This will constrain numerous star local traversers from message passing in all

[29/29] tinkerpop git commit: added tests

2017-01-27 Thread rdale
added tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67f70260 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67f70260 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/67f70260 Branch:

[26/29] tinkerpop git commit: Support SSL client auth

2017-01-27 Thread rdale
Support SSL client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c62480bb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c62480bb Diff:

[10/29] tinkerpop git commit: Fixed a gremlin server bug with global bindings

2017-01-27 Thread rdale
Fixed a gremlin server bug with global bindings TraversalSources established in init scripts using the new plugin system weren't getting set to the GraphManager given the fact that the GremlinScriptEngineManager does runs the scripts when the GremlinScriptEngine is first initialized. By

[15/29] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly.

2017-01-27 Thread rdale
Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf7a0777 Tree:

[27/29] tinkerpop git commit: updated docs

2017-01-27 Thread rdale
updated docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c05e0729 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c05e0729 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c05e0729 Branch:

[13/29] tinkerpop git commit: Added resource file for GiraphGremlinPlugin CTR

2017-01-27 Thread rdale
Added resource file for GiraphGremlinPlugin CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/91759a52 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/91759a52 Diff:

[11/29] tinkerpop git commit: Fixed how plugins are bound to a scriptengine.

2017-01-27 Thread rdale
Fixed how plugins are bound to a scriptengine. Didn't have the reflection code right for finding the appliesTo method CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28dffda6 Tree:

[17/29] tinkerpop git commit: Finalized variables and arguments.

2017-01-27 Thread rdale
Finalized variables and arguments. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4dfba770 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4dfba770 Diff:

[25/29] tinkerpop git commit: updated doc for ssl client auth

2017-01-27 Thread rdale
updated doc for ssl client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9b279c6b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9b279c6b Diff:

[16/29] tinkerpop git commit: Removed unused and wildcard imports.

2017-01-27 Thread rdale
Removed unused and wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbd1 Diff:

[07/29] tinkerpop git commit: GremlinExecutor wasn't constructing plugins properly

2017-01-27 Thread rdale
GremlinExecutor wasn't constructing plugins properly Wasn't properly doing type comparisons properly to deal with primitive arguments. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/470c656a Tree:

[02/29] tinkerpop git commit: Fixed up betweeness graphic based on the revised example.

2017-01-27 Thread rdale
Fixed up betweeness graphic based on the revised example. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/841fc30a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/841fc30a Diff:

[06/29] tinkerpop git commit: Some minor fixes to plugin infrastructure

2017-01-27 Thread rdale
Some minor fixes to plugin infrastructure Graph plugins needed instance() methods to be properly instantiated at runtime. Hooked up ScriptCustomizer in the GremlinScriptEngineManager. Added BindingsGremlinPlugin to expose the various "bindings" customizers. None of these changes are breaking

[14/29] tinkerpop git commit: Made some improvements to the BindingsGremlinPlugin

2017-01-27 Thread rdale
Made some improvements to the BindingsGremlinPlugin Made it possible to specify scopes to apply the bindings to. Added tests. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c958b220 Tree:

[24/29] tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations an

2017-01-27 Thread rdale
realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed the strategy MessagePassingReductionStrategy. This way we won't have to

[18/29] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32

2017-01-27 Thread rdale
Merge branch 'TINKERPOP-1583' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f0875d7b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f0875d7b Diff:

[23/29] tinkerpop git commit: done for day. minor clean up push. nothing major.

2017-01-27 Thread rdale
done for day. minor clean up push. nothing major. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9dee11d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9dee11d6 Diff:

[03/29] tinkerpop git commit: Fixed up betweeness example graphic - for real this time.

2017-01-27 Thread rdale
Fixed up betweeness example graphic - for real this time. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1756461c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1756461c Diff:

[08/29] tinkerpop git commit: Sessions were not constucting GremlinExecutor with new plugin system CTR

2017-01-27 Thread rdale
Sessions were not constucting GremlinExecutor with new plugin system CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d08a68f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d08a68f3 Diff:

[4/5] tinkerpop git commit: added tests

2017-01-27 Thread rdale
added tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67f70260 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67f70260 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/67f70260 Branch:

[3/5] tinkerpop git commit: updated docs

2017-01-27 Thread rdale
updated docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c05e0729 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c05e0729 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c05e0729 Branch:

[2/6] tinkerpop git commit: Support SSL client auth

2017-01-27 Thread rdale
Support SSL client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c62480bb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c62480bb Diff:

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

2017-01-27 Thread rdale
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/4917d887 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4917d887 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4917d887

[1/5] tinkerpop git commit: updated doc for ssl client auth

2017-01-27 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 c2a42e27f -> 33253dc6b updated doc for ssl client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9b279c6b Tree:

[5/5] tinkerpop git commit: format, organize imports only

2017-01-27 Thread rdale
format, organize imports only Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/33253dc6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/33253dc6 Diff:

[1/6] tinkerpop git commit: updated doc for ssl client auth

2017-01-27 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/master a71f5650c -> 4917d8870 updated doc for ssl client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9b279c6b Tree:

[3/6] tinkerpop git commit: added tests

2017-01-27 Thread rdale
added tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67f70260 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67f70260 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/67f70260 Branch:

[4/6] tinkerpop git commit: updated docs

2017-01-27 Thread rdale
updated docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c05e0729 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c05e0729 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c05e0729 Branch:

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

2017-01-27 Thread okram
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/a71f5650 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a71f5650 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a71f5650

[06/12] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passin

2017-01-27 Thread okram
Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer as without message-passing, there is no need to cache or partition the

[05/12] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32

2017-01-27 Thread okram
Merge branch 'TINKERPOP-1583' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f0875d7b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f0875d7b Diff:

[03/12] tinkerpop git commit: Removed unused and wildcard imports.

2017-01-27 Thread okram
Removed unused and wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbd1 Diff:

[2/6] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day.

2017-01-27 Thread okram
dah. my last tweak made a buggy. now I'm done for the day. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2f2a9d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b2f2a9d6 Diff:

[07/12] tinkerpop git commit: added a butt load more test cases verifying will crazy corner cases.

2017-01-27 Thread okram
added a butt load more test cases verifying will crazy corner cases. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/989237fd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/989237fd Diff:

[02/12] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly.

2017-01-27 Thread okram
Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf7a0777 Tree:

[08/12] tinkerpop git commit: done for day. minor clean up push. nothing major.

2017-01-27 Thread okram
done for day. minor clean up push. nothing major. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9dee11d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9dee11d6 Diff:

[3/6] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing

2017-01-27 Thread okram
Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer as without message-passing, there is no need to cache or partition the

[09/12] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day.

2017-01-27 Thread okram
dah. my last tweak made a buggy. now I'm done for the day. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2f2a9d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b2f2a9d6 Diff:

[6/6] tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and

2017-01-27 Thread okram
realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed the strategy MessagePassingReductionStrategy. This way we won't have to

[5/6] tinkerpop git commit: done for day. minor clean up push. nothing major.

2017-01-27 Thread okram
done for day. minor clean up push. nothing major. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9dee11d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9dee11d6 Diff:

[1/6] tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup()

2017-01-27 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 f0875d7be -> c2a42e27f I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count().

[2/5] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly.

2017-01-27 Thread twilmes
Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf7a0777 Tree:

[5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32

2017-01-27 Thread twilmes
Merge branch 'TINKERPOP-1583' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f0875d7b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f0875d7b Diff:

[3/5] tinkerpop git commit: Removed unused and wildcard imports.

2017-01-27 Thread twilmes
Removed unused and wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbd1 Diff:

[1/5] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp32 c958b220b -> f0875d7be Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Finalized variables and arguments.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 cbd13 -> 4dfba7708 Finalized variables and arguments. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4dfba770 Tree:

tinkerpop git commit: Removed unused and wildcard imports.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 cf7a0777d -> cbd13 Removed unused and wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd1 Tree:

tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can

2017-01-27 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1617 0213907a9 -> 6ec8d0994 realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for

tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 da762dfee -> cf7a0777d Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count

2017-01-27 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1617 527afc246 -> 0213907a9 I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as