[3/8] tinkerpop git commit: Merge branch 'TINKERPOP-1610' into tp32

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

[4/8] tinkerpop git commit: fix wrong python package name

2017-01-23 Thread rdale
fix wrong python package name change 'gremlin_python' to 'gremlinpython' https://pypi.python.org/pypi/gremlinpython/3.2.3 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe5f557a Tree:

[8/8] tinkerpop git commit: added tests

2017-01-23 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/705c9341 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/705c9341 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/705c9341 Branch:

[1/8] tinkerpop git commit: TINKERPOP-1610 Deprecated Groovy test suites [Forced Update!]

2017-01-23 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 1633bd945 -> 705c93412 (forced update) TINKERPOP-1610 Deprecated Groovy test suites Graph Providers no longer need to implement these going forward. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[5/8] tinkerpop git commit: Support SSL client auth

2017-01-23 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/e120e9f7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e120e9f7 Diff:

[2/8] tinkerpop git commit: Fixed and simplified 'language not supported' formatting

2017-01-23 Thread rdale
Fixed and simplified 'language not supported' formatting Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f84f454e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f84f454e Diff:

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

2017-01-23 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/18a52d62 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18a52d62 Diff:

[7/8] tinkerpop git commit: updated docs

2017-01-23 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/b812a2d3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b812a2d3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b812a2d3 Branch:

[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:

[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:

[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

[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:

[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:

[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:

[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:

[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

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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

[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:

tinkerpop git commit: format, organize imports only

2017-01-25 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 705c93412 -> b18f59cd7 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/b18f59cd Tree:

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

2017-01-23 Thread rdale
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:

[34/45] tinkerpop git commit: moved all the GroupStep work against tp32/

2017-01-23 Thread rdale
moved all the GroupStep work against tp32/ Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3496402a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3496402a Diff:

[44/45] tinkerpop git commit: updated docs

2017-01-23 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/2979af65 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2979af65 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2979af65 Branch:

[38/45] tinkerpop git commit: updated CHANGELOG.

2017-01-23 Thread rdale
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/60022999 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/60022999 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/60022999

[29/45] 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 tr

2017-01-23 Thread rdale
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 ProjectedTraverser wrapper. Going to leave it at this for tp32/... Moving forward, we can make it so we

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

2017-01-23 Thread rdale
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:

[25/45] 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 objec

2017-01-23 Thread rdale
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 determined. Going to generalize fully to a ProjectedTraverser which will allow us to do the same

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

2017-01-23 Thread rdale
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:

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

2017-01-23 Thread rdale
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:

[42/45] tinkerpop git commit: updated doc for ssl client auth

2017-01-23 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/9f7e367c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9f7e367c Diff:

[26/45] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode

2017-01-23 Thread rdale
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: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8fd6dbbe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8fd6dbbe

[06/45] tinkerpop git commit: Add an appendix to the recipes.

2017-01-23 Thread rdale
Add an appendix to the recipes. Useful for general example traversals that don't fit nicely into a specific recipe or under a specific step in the reference documentation. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[10/45] tinkerpop git commit: Added a recipe appendix entry

2017-01-23 Thread rdale
Added a recipe appendix entry Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0938ebdc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0938ebdc Diff:

[32/45] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency

2017-01-23 Thread rdale
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: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/97cc07de Tree:

[45/45] tinkerpop git commit: added tests

2017-01-23 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/1633bd94 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1633bd94 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1633bd94 Branch:

[28/45] 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 gr

2017-01-23 Thread rdale
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 ChainedComparator but doesn't contain traversal projections -- just comparators. Project:

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

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

[41/45] tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`.

2017-01-23 Thread rdale
CTR: added another script evaluation test in `validate-distribution.sh`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62785dcb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62785dcb Diff:

[36/45] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle.

2017-01-23 Thread rdale
@dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/341ebf98 Tree:

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

2017-01-23 Thread rdale
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:

[20/45] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32

2017-01-23 Thread rdale
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:

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

2017-01-23 Thread rdale
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:

[33/45] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups.

2017-01-23 Thread rdale
Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/973484d1 Tree:

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

2017-01-23 Thread rdale
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:

[02/45] tinkerpop git commit: Added more content to traversal induced value recipe

2017-01-23 Thread rdale
Added more content to traversal induced value recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e1d5b686 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e1d5b686 Diff:

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

2017-01-23 Thread rdale
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:

[40/45] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32

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

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

2017-01-23 Thread rdale
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:

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

2017-01-23 Thread rdale
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:

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

2017-01-23 Thread rdale
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:

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

2017-01-23 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 d7b7e66d7 -> 1633bd945 (forced update) Added more cycle detection and traversal induced value recipes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

2017-01-23 Thread rdale
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:

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

2017-01-23 Thread rdale
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:

[14/45] tinkerpop git commit: Added some additional examples to appendix recipes.

2017-01-23 Thread rdale
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:

[30/45] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming.

2017-01-23 Thread rdale
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 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/91e1f50c Diff:

[39/45] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, add

2017-01-23 Thread rdale
introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[35/45] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32

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

[05/45] tinkerpop git commit: Added connected components recipe

2017-01-23 Thread rdale
Added connected components recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5404b81 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d5404b81 Diff:

[37/45] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator.

2017-01-23 Thread rdale
A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d54b490a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d54b490a Diff:

[31/45] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized.

2017-01-23 Thread rdale
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: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ee1ab08b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ee1ab08b Diff:

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

2017-01-23 Thread rdale
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

[27/45] tinkerpop git commit: Added docs for not()-step

2017-01-23 Thread rdale
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 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/28e1d93f Diff:

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

2017-01-23 Thread rdale
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:

tinkerpop git commit: Support SSL client auth

2017-01-17 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 [created] 7462a9f00 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/7462a9f0 Tree:

tinkerpop git commit: updated doc for ssl client auth

2017-01-17 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 7462a9f00 -> 2471a5784 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/2471a578 Tree:

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:

tinkerpop git commit: allow users to pass options to docker

2016-11-16 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1556 [created] 3441f3f5e allow users to pass options to docker Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3441f3f5 Tree:

[7/8] tinkerpop git commit: updated per @dkuppitz review

2016-11-17 Thread rdale
updated per @dkuppitz review Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a8954393 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a8954393 Diff:

[8/8] tinkerpop git commit: fixed url version

2016-11-17 Thread rdale
fixed url version Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7e907ce5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7e907ce5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7e907ce5

[4/8] tinkerpop git commit: Corrected systemd template, user will be handled by gremlin-server.sh. Updated correct section.

2016-11-17 Thread rdale
Corrected systemd template, user will be handled by gremlin-server.sh. Updated correct section. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/47de5342 Tree:

[tinkerpop] Git Push Summary

2016-11-17 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-980 [deleted] 7e907ce55

[2/8] tinkerpop git commit: gremlin-server.sh is also init script. updated docs.

2016-11-17 Thread rdale
gremlin-server.sh is also init script. updated docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e4a94ad6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e4a94ad6 Diff:

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

2016-11-17 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/9c5b8913 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9c5b8913 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9c5b8913

[1/2] tinkerpop git commit: allow users to pass options to docker

2016-11-17 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 997e94fb4 -> 35364c859 allow users to pass options to docker Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3441f3f5 Tree:

  1   2   3   4   5   6   7   8   >