[7/7] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1467' into TINKERPOP-1467-master

2016-09-29 Thread spmallette
Merge remote-tracking branch 'origin/TINKERPOP-1467' into TINKERPOP-1467-master Conflicts: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Channelizer.java gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Client.java

[20/41] tinkerpop git commit: added propertyTraversal to toString() of PropertyMapStep (if it exists). Added TraversalHelper.copyLabels() which makes label copying between steps much easier and less e

2016-09-28 Thread spmallette
added propertyTraversal to toString() of PropertyMapStep (if it exists). Added TraversalHelper.copyLabels() which makes label copying between steps much easier and less error prone. TinkerGraphStepStrategy is smart about hoping over FilterStepp in search of more HasContainer steps. Project:

[22/44] tinkerpop git commit: added a better example to SugraphStategy in the reference docs. Also added an explain() so people can see whats going on.

2016-09-28 Thread spmallette
added a better example to SugraphStategy in the reference docs. Also added an explain() so people can see whats going on. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a228ca5 Tree:

[11/44] tinkerpop git commit: Merge branch 'tp31'

2016-09-28 Thread spmallette
Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dc60e075 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dc60e075 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/dc60e075

[02/44] tinkerpop git commit: Merge branch 'TINKERPOP-927' into TINKERPOP-927-master

2016-09-28 Thread spmallette
Merge branch 'TINKERPOP-927' into TINKERPOP-927-master Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8d718bb2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8d718bb2 Diff:

[31/44] tinkerpop git commit: added PropertyMapStep note to upgrade docs and tweaked CHANGELOG.

2016-09-28 Thread spmallette
added PropertyMapStep note to upgrade docs and tweaked CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/083b8e44 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/083b8e44 Diff:

[17/44] tinkerpop git commit: SubgraphStrategy is smart about trying to determine whether the property is a VertexProperty or a stanard Property. If the former, then no OrStep wrap is needed and the f

2016-09-28 Thread spmallette
SubgraphStrategy is smart about trying to determine whether the property is a VertexProperty or a stanard Property. If the former, then no OrStep wrap is needed and the filter can be inlined and thus, likely that the graph database optimizers will use vertex-centric indices. Project:

[14/44] tinkerpop git commit: Added lots more tests to various strategies. The inline aspect of MatchPredicateStrategy was moved to InlineFilterStrategy. In migrating that chunk, fixed a strategy appl

2016-09-28 Thread spmallette
Added lots more tests to various strategies. The inline aspect of MatchPredicateStrategy was moved to InlineFilterStrategy. In migrating that chunk, fixed a strategy application bug that was present in MatchPredicateStrategy. Tweaked up various XXXStrategyTest in the new model where extra

[30/44] tinkerpop git commit: fixed a bug in RepeatUnrollStrategy associated with semi-compilation of repeat-traversal prior to inlining. Added test cases to RepeatUnrollStrategyTest that verify behav

2016-09-28 Thread spmallette
fixed a bug in RepeatUnrollStrategy associated with semi-compilation of repeat-traversal prior to inlining. Added test cases to RepeatUnrollStrategyTest that verify behavior. The added test cases are neat in that the 3 parameter is a list of strategies to co-test with RepeatUnrollStrategy. A

[38/44] tinkerpop git commit: fixed conf dir references

2016-09-28 Thread spmallette
fixed conf dir references Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3cbd3719 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3cbd3719 Diff:

[29/44] tinkerpop git commit: per @spmallettes request -- added JavaDoc to InlineFilter'Strategy. Also, used the new TraversalHelper.copyLabels() method in InlineFilterStrategy.

2016-09-28 Thread spmallette
per @spmallettes request -- added JavaDoc to InlineFilter'Strategy. Also, used the new TraversalHelper.copyLabels() method in InlineFilterStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79da3a66 Tree:

[10/44] tinkerpop git commit: Merge branch 'TINKERPOP-927-master'

2016-09-28 Thread spmallette
Merge branch 'TINKERPOP-927-master' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/619aba51 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/619aba51 Diff:

[16/44] tinkerpop git commit: added ClassFilterStep which checks the class type of a traverser object. this is an internal utility class not exposed at the GraphTraversal level.

2016-09-28 Thread spmallette
added ClassFilterStep which checks the class type of a traverser object. this is an internal utility class not exposed at the GraphTraversal level. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/81e92c0a Tree:

[32/44] tinkerpop git commit: fixed up SubgraphStrategyTest so that non-parameterized tests are not run multiple times for each parameterization -- stole the model from RepeatUnrollStrategyTest.

2016-09-28 Thread spmallette
fixed up SubgraphStrategyTest so that non-parameterized tests are not run multiple times for each parameterization -- stole the model from RepeatUnrollStrategyTest. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[34/44] tinkerpop git commit: simplified the hidden label removal algorithm in StandardVerificationStrategy. Updated CHANGELOG with note about RepeatUnrollStrategy bug fix.

2016-09-28 Thread spmallette
simplified the hidden label removal algorithm in StandardVerificationStrategy. Updated CHANGELOG with note about RepeatUnrollStrategy bug fix. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26035e68 Tree:

[39/44] tinkerpop git commit: Added .glv to rat exclusions and gitignore

2016-09-28 Thread spmallette
Added .glv to rat exclusions and gitignore While tp31 has no knowledge of this file, switching branches leaves it hanging around which causes problems on builds and such. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[41/44] tinkerpop git commit: Merge branch 'tp31'

2016-09-28 Thread spmallette
Merge branch 'tp31' Conflicts: .gitignore Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70622cc9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/70622cc9 Diff:

[25/44] tinkerpop git commit: a little smarter about applySingleLevelTraversal(). And added that method to RepeatUnrollStrategy as it inlines a child traversal.

2016-09-28 Thread spmallette
a little smarter about applySingleLevelTraversal(). And added that method to RepeatUnrollStrategy as it inlines a child traversal. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d870372c Tree:

[19/44] tinkerpop git commit: more test cases for InlineFilterStrategy and added a constraint to make it less likely to happen for and() and filter().

2016-09-28 Thread spmallette
more test cases for InlineFilterStrategy and added a constraint to make it less likely to happen for and() and filter(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ab70dca9 Tree:

[28/44] tinkerpop git commit: added propertyTraversal to toString() of PropertyMapStep (if it exists). Added TraversalHelper.copyLabels() which makes label copying between steps much easier and less e

2016-09-28 Thread spmallette
added propertyTraversal to toString() of PropertyMapStep (if it exists). Added TraversalHelper.copyLabels() which makes label copying between steps much easier and less error prone. TinkerGraphStepStrategy is smart about hoping over FilterStepp in search of more HasContainer steps. Project:

[13/44] tinkerpop git commit: more tests to MatchPredicateStrategyTest -- as()-pullouts on where()-inserts works.

2016-09-28 Thread spmallette
more tests to MatchPredicateStrategyTest -- as()-pullouts on where()-inserts works. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e237d9c0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e237d9c0 Diff:

[42/44] tinkerpop git commit: Merge branch 'pr-438' into tp31

2016-09-28 Thread spmallette
Merge branch 'pr-438' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdef1a4c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdef1a4c Diff:

[26/44] tinkerpop git commit: AbstractLambdaTraversals now support a bypassTraversal which allows strategies to easily change the semantics of the lambda traversal. Found a bug in TraversalVertexProgr

2016-09-28 Thread spmallette
AbstractLambdaTraversals now support a bypassTraversal which allows strategies to easily change the semantics of the lambda traversal. Found a bug in TraversalVertexProgram around order() and the use of ConnectiveSteps. Added more tests to SubgraphStrategyProcessTest to test vertex properties

[27/44] tinkerpop git commit: used the new TraversalHelper.copyLabels() in RepeatUnrollStrategy and got rid of a stream().

2016-09-28 Thread spmallette
used the new TraversalHelper.copyLabels() in RepeatUnrollStrategy and got rid of a stream(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6b1a2d9e Tree:

[23/44] tinkerpop git commit: there is a bug in StarGraph property attachment/detachment that caused a contrived test case in SubgraphStrategyProcessTest to fail. I got the same effect with another tr

2016-09-28 Thread spmallette
there is a bug in StarGraph property attachment/detachment that caused a contrived test case in SubgraphStrategyProcessTest to fail. I got the same effect with another traversal and have logged the StarGraph bug in JIRA. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[33/44] tinkerpop git commit: Added support for SubgraphStrategy.vertexProperties(). Added some test cases to verify proper functioning. Also, cleaned up Stream-stuff in SubgraphStrategy. Going to do

2016-09-28 Thread spmallette
Added support for SubgraphStrategy.vertexProperties(). Added some test cases to verify proper functioning. Also, cleaned up Stream-stuff in SubgraphStrategy. Going to do some more cleanup there to make things clean and efficient. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[05/44] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-09-28 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3bb8fc9c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3bb8fc9c Diff:

[09/44] tinkerpop git commit: Merge branch 'TINKERPOP-927' into tp31

2016-09-28 Thread spmallette
Merge branch 'TINKERPOP-927' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/33225c5c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/33225c5c Diff:

[06/44] tinkerpop git commit: Removed todo in favor of TINKERPOP-1465

2016-09-28 Thread spmallette
Removed todo in favor of TINKERPOP-1465 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ac55bd05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ac55bd05 Diff:

[04/44] tinkerpop git commit: Removed "todo" and created TINKERPOP-1465

2016-09-28 Thread spmallette
Removed "todo" and created TINKERPOP-1465 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6f1ccb6f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6f1ccb6f Diff:

[21/44] tinkerpop git commit: a loop got fuggled.

2016-09-28 Thread spmallette
a loop got fuggled. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/548f6620 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/548f6620 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/548f6620

[01/44] tinkerpop git commit: Upload only diffs in `publish-docs.sh`. [Forced Update!]

2016-09-28 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-944 83a4cf109 -> 7a4a836d8 (forced update) Upload only diffs in `publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/86007ee2 Tree:

[43/44] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-09-28 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d80d69cb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d80d69cb Diff:

[20/44] tinkerpop git commit: added more test cases to SubgraphStrategyProcessTest and cleanedup SubgraphStrategy a bit.

2016-09-28 Thread spmallette
added more test cases to SubgraphStrategyProcessTest and cleanedup SubgraphStrategy a bit. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8e2c38d4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8e2c38d4

[37/44] tinkerpop git commit: found a insidious bug where FilterRankStrategy wasn't sorting SubgraphStrategy filters. The reason -- SubgraphStrategy uses hidden labels to communicate information betwe

2016-09-28 Thread spmallette
found a insidious bug where FilterRankStrategy wasn't sorting SubgraphStrategy filters. The reason -- SubgraphStrategy uses hidden labels to communicate information between children. Given that hidden step labels are for compilation purposes only, FilterRankStrategy does not consider hidden

[24/41] tinkerpop git commit: fixed a bug in RepeatUnrollStrategy associated with semi-compilation of repeat-traversal prior to inlining. Added test cases to RepeatUnrollStrategyTest that verify behav

2016-09-28 Thread spmallette
fixed a bug in RepeatUnrollStrategy associated with semi-compilation of repeat-traversal prior to inlining. Added test cases to RepeatUnrollStrategyTest that verify behavior. The added test cases are neat in that the 3 parameter is a list of strategies to co-test with RepeatUnrollStrategy. A

[32/41] tinkerpop git commit: I was led down a dumb hole with TinkerGraphStepStrategy --- FilterRankStrategy does the filter sorting. Dar. I rewrote TinkerGraphStepStrategyTest so its like the other S

2016-09-28 Thread spmallette
I was led down a dumb hole with TinkerGraphStepStrategy --- FilterRankStrategy does the filter sorting. Dar. I rewrote TinkerGraphStepStrategyTest so its like the other SrategyTest classes. It doesn't need to be a suite and all that...Now things are much more obvious as we can run parallel

[15/41] tinkerpop git commit: SubgraphStrategy is smart about trying to determine whether the property is a VertexProperty or a stanard Property. If the former, then no OrStep wrap is needed and the f

2016-09-28 Thread spmallette
SubgraphStrategy is smart about trying to determine whether the property is a VertexProperty or a stanard Property. If the former, then no OrStep wrap is needed and the filter can be inlined and thus, likely that the graph database optimizers will use vertex-centric indices. Project:

[37/41] tinkerpop git commit: Merge branch 'tp31'

2016-09-28 Thread spmallette
Merge branch 'tp31' Conflicts: .gitignore Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70622cc9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/70622cc9 Diff:

[41/41] tinkerpop git commit: TraversalSource and Traversal implement AutoCloseable.

2016-09-28 Thread spmallette
TraversalSource and Traversal implement AutoCloseable. This allowed for TraversalSource instances created using withRemote() to close out open RemoteConnection instances. It also sets up for side-effects created by a "remote" Traversal to be cleared from cache on the server. That work is not

[23/41] tinkerpop git commit: used the new TraversalHelper.copyLabels() in RepeatUnrollStrategy and got rid of a stream().

2016-09-28 Thread spmallette
used the new TraversalHelper.copyLabels() in RepeatUnrollStrategy and got rid of a stream(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6b1a2d9e Tree:

[01/41] tinkerpop git commit: Upload only diffs in `publish-docs.sh`. [Forced Update!]

2016-09-28 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-790 14211691e -> b73271863 (forced update) Upload only diffs in `publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/86007ee2 Tree:

[16/41] tinkerpop git commit: added lots of good stuff that all revolves around SubgraphStategy. InlineFilterStrategy tries to inline filters. Epic. And/OrStep are now FilterSteps - epic. Lots of clea

2016-09-28 Thread spmallette
added lots of good stuff that all revolves around SubgraphStategy. InlineFilterStrategy tries to inline filters. Epic. And/OrStep are now FilterSteps - epic. Lots of cleanup and simplification of SubgraphStrategy cause of it. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[31/41] tinkerpop git commit: didn't realize TailGlobalStep was NOT a FilterStep. Minor tweak. CTR.

2016-09-28 Thread spmallette
didn't realize TailGlobalStep was NOT a FilterStep. Minor tweak. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4821dbcf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4821dbcf Diff:

[07/41] tinkerpop git commit: Merge branch 'tp31'

2016-09-28 Thread spmallette
Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dc60e075 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dc60e075 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/dc60e075

[25/41] tinkerpop git commit: added PropertyMapStep note to upgrade docs and tweaked CHANGELOG.

2016-09-28 Thread spmallette
added PropertyMapStep note to upgrade docs and tweaked CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/083b8e44 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/083b8e44 Diff:

[06/41] tinkerpop git commit: Merge branch 'TINKERPOP-927-master'

2016-09-28 Thread spmallette
Merge branch 'TINKERPOP-927-master' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/619aba51 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/619aba51 Diff:

[35/41] tinkerpop git commit: Added .glv to rat exclusions and gitignore

2016-09-28 Thread spmallette
Added .glv to rat exclusions and gitignore While tp31 has no knowledge of this file, switching branches leaves it hanging around which causes problems on builds and such. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[13/41] tinkerpop git commit: PropertyMapStep now supports a propertyTraversal for accessing properties from the element. ConnectiveStrategy will concatenate two AND traversals if they are both filter

2016-09-28 Thread spmallette
PropertyMapStep now supports a propertyTraversal for accessing properties from the element. ConnectiveStrategy will concatenate two AND traversals if they are both filter based. SubgraphStrategy now handles valueMap() and propertyMap() correctly. Added TraversalHelper.isAllFilters() to check if

[26/41] tinkerpop git commit: fixed up SubgraphStrategyTest so that non-parameterized tests are not run multiple times for each parameterization -- stole the model from RepeatUnrollStrategyTest.

2016-09-28 Thread spmallette
fixed up SubgraphStrategyTest so that non-parameterized tests are not run multiple times for each parameterization -- stole the model from RepeatUnrollStrategyTest. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[09/41] tinkerpop git commit: more test cases for InlineFilterStrategy and added a constraint to make it less likely to happen for and() and filter().

2016-09-28 Thread spmallette
more test cases for InlineFilterStrategy and added a constraint to make it less likely to happen for and() and filter(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ab70dca9 Tree:

[29/41] tinkerpop git commit: AbstractLambdaTraversals now support a bypassTraversal which allows strategies to easily change the semantics of the lambda traversal. Found a bug in TraversalVertexProgr

2016-09-28 Thread spmallette
AbstractLambdaTraversals now support a bypassTraversal which allows strategies to easily change the semantics of the lambda traversal. Found a bug in TraversalVertexProgram around order() and the use of ConnectiveSteps. Added more tests to SubgraphStrategyProcessTest to test vertex properties

[10/41] tinkerpop git commit: more tests to MatchPredicateStrategyTest -- as()-pullouts on where()-inserts works.

2016-09-28 Thread spmallette
more tests to MatchPredicateStrategyTest -- as()-pullouts on where()-inserts works. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e237d9c0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e237d9c0 Diff:

[12/41] tinkerpop git commit: Added support for SubgraphStrategy.vertexProperties(). Added some test cases to verify proper functioning. Also, cleaned up Stream-stuff in SubgraphStrategy. Going to do

2016-09-28 Thread spmallette
Added support for SubgraphStrategy.vertexProperties(). Added some test cases to verify proper functioning. Also, cleaned up Stream-stuff in SubgraphStrategy. Going to do some more cleanup there to make things clean and efficient. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[39/41] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-09-28 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d80d69cb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d80d69cb Diff:

[38/41] tinkerpop git commit: Merge branch 'pr-438' into tp31

2016-09-28 Thread spmallette
Merge branch 'pr-438' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdef1a4c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdef1a4c Diff:

[04/41] tinkerpop git commit: Merge branch 'TINKERPOP-1249'

2016-09-28 Thread spmallette
Merge branch 'TINKERPOP-1249' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6faf9e21 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6faf9e21 Diff:

[02/41] tinkerpop git commit: Merge branch 'TINKERPOP-927' into TINKERPOP-927-master

2016-09-28 Thread spmallette
Merge branch 'TINKERPOP-927' into TINKERPOP-927-master Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8d718bb2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8d718bb2 Diff:

tinkerpop git commit: Deprecate Graph.Exceptions.elementNotFound()

2016-09-28 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master d80d69cb2 -> 7a4a836d8 Deprecate Graph.Exceptions.elementNotFound() This exception wasn't used in the code base at all except for tests. Seems best to just deprecate (in case a graph provider is publically using it). Didn't change

[1/3] tinkerpop git commit: Added .glv to rat exclusions and gitignore

2016-09-28 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 317fb0c78 -> 70622cc9d Added .glv to rat exclusions and gitignore While tp31 has no knowledge of this file, switching branches leaves it hanging around which causes problems on builds and such. CTR Project:

tinkerpop git commit: TINKERPOP-1478 Fixed memory leak and proper redirection of output in GremlinGroovyScriptEngine

2016-09-28 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 14708fefc -> 762f6b229 TINKERPOP-1478 Fixed memory leak and proper redirection of output in GremlinGroovyScriptEngine These were bugs identified in Groovy and fixed some time ago, but given that GremlinGroovyScriptEngine is based on

tinkerpop git commit: TINKERPOP-1460 Deprecate reconnectInitialDelay on Java driver

2016-09-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 20c5f8493 -> d1ebe5fcf TINKERPOP-1460 Deprecate reconnectInitialDelay on Java driver The deprecated setting is one of the less impactful ones and should be of little concern to users insofar as affecting driver performnance or usage.

[1/2] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' [Forced Update!]

2016-09-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1467-master 3a0001277 -> 15d9aa282 (forced update) Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20c5f849

tinkerpop git commit: Corrected a number of problems in close() operations for the driver. [Forced Update!]

2016-09-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1467 90c0f3b03 -> 6d14adb08 (forced update) Corrected a number of problems in close() operations for the driver. This was more of a commit than I wanted for tp31, but close() was really messed up. Fixed a number of race conditions

tinkerpop git commit: Corrected a number of problems in close() operations for the driver. [Forced Update!]

2016-09-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1467 0c871715a -> 90c0f3b03 (forced update) Corrected a number of problems in close() operations for the driver. This was more of a commit than I wanted for tp31, but close() was really messed up. Fixed a number of race conditions

[1/2] tinkerpop git commit: Added a Gryo serializer for Bytecode. TINKERPOP-1464

2016-09-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master ea7a51564 -> 3d178248e Added a Gryo serializer for Bytecode. TINKERPOP-1464 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/66d206a0 Tree:

[01/50] tinkerpop git commit: Merge branch 'tp31' [Forced Update!]

2016-09-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1458 be8b2e22e -> 10779228b (forced update) Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dc60e075 Tree:

[12/50] tinkerpop git commit: added a better example to SugraphStategy in the reference docs. Also added an explain() so people can see whats going on.

2016-09-29 Thread spmallette
added a better example to SugraphStategy in the reference docs. Also added an explain() so people can see whats going on. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a228ca5 Tree:

[04/50] tinkerpop git commit: more tests to MatchPredicateStrategyTest -- as()-pullouts on where()-inserts works.

2016-09-29 Thread spmallette
more tests to MatchPredicateStrategyTest -- as()-pullouts on where()-inserts works. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e237d9c0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e237d9c0 Diff:

[24/50] tinkerpop git commit: per @spmallettes request -- added JavaDoc to InlineFilter'Strategy. Also, used the new TraversalHelper.copyLabels() method in InlineFilterStrategy.

2016-09-29 Thread spmallette
per @spmallettes request -- added JavaDoc to InlineFilter'Strategy. Also, used the new TraversalHelper.copyLabels() method in InlineFilterStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79da3a66 Tree:

[32/50] tinkerpop git commit: Merge branch 'pr-438' into tp31

2016-09-29 Thread spmallette
Merge branch 'pr-438' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdef1a4c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdef1a4c Diff:

[18/50] tinkerpop git commit: added more test cases to SubgraphStrategyProcessTest and cleanedup SubgraphStrategy a bit.

2016-09-29 Thread spmallette
added more test cases to SubgraphStrategyProcessTest and cleanedup SubgraphStrategy a bit. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8e2c38d4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8e2c38d4

[23/50] tinkerpop git commit: fixed a bug in RepeatUnrollStrategy associated with semi-compilation of repeat-traversal prior to inlining. Added test cases to RepeatUnrollStrategyTest that verify behav

2016-09-29 Thread spmallette
fixed a bug in RepeatUnrollStrategy associated with semi-compilation of repeat-traversal prior to inlining. Added test cases to RepeatUnrollStrategyTest that verify behavior. The added test cases are neat in that the 3 parameter is a list of strategies to co-test with RepeatUnrollStrategy. A

[50/50] tinkerpop git commit: fixed logic in DriverRemoteSideEffects, don't clear local side effect cache

2016-09-29 Thread spmallette
fixed logic in DriverRemoteSideEffects, don't clear local side effect cache Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/10779228 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/10779228 Diff:

[45/50] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-790'

2016-09-29 Thread spmallette
Merge remote-tracking branch 'origin/TINKERPOP-790' Conflicts: docs/src/upgrade/release-3.2.x-incubating.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4fc05e8c Tree:

[27/50] tinkerpop git commit: found a insidious bug where FilterRankStrategy wasn't sorting SubgraphStrategy filters. The reason -- SubgraphStrategy uses hidden labels to communicate information betwe

2016-09-29 Thread spmallette
found a insidious bug where FilterRankStrategy wasn't sorting SubgraphStrategy filters. The reason -- SubgraphStrategy uses hidden labels to communicate information between children. Given that hidden step labels are for compilation purposes only, FilterRankStrategy does not consider hidden

[34/50] tinkerpop git commit: Deprecate Graph.Exceptions.elementNotFound()

2016-09-29 Thread spmallette
Deprecate Graph.Exceptions.elementNotFound() This exception wasn't used in the code base at all except for tests. Seems best to just deprecate (in case a graph provider is publically using it). Didn't change the nature of the tests that were using this method, so this should be a non-breaking

[19/50] tinkerpop git commit: fixed up SubgraphStrategyTest so that non-parameterized tests are not run multiple times for each parameterization -- stole the model from RepeatUnrollStrategyTest.

2016-09-29 Thread spmallette
fixed up SubgraphStrategyTest so that non-parameterized tests are not run multiple times for each parameterization -- stole the model from RepeatUnrollStrategyTest. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/50] tinkerpop git commit: TreeStep should trigger a failure in IncidentToAdjacentStrategy. Fixed and added test case. TINKERPOP-1423

2016-09-29 Thread spmallette
TreeStep should trigger a failure in IncidentToAdjacentStrategy. Fixed and added test case. TINKERPOP-1423 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1b1defc6 Tree:

[20/50] tinkerpop git commit: used the new TraversalHelper.copyLabels() in RepeatUnrollStrategy and got rid of a stream().

2016-09-29 Thread spmallette
used the new TraversalHelper.copyLabels() in RepeatUnrollStrategy and got rid of a stream(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6b1a2d9e Tree:

[49/50] tinkerpop git commit: got rid of wildcard set by intellij

2016-09-29 Thread spmallette
got rid of wildcard set by intellij Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e574bbf8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e574bbf8 Diff:

[11/50] tinkerpop git commit: simplified the hidden label removal algorithm in StandardVerificationStrategy. Updated CHANGELOG with note about RepeatUnrollStrategy bug fix.

2016-09-29 Thread spmallette
simplified the hidden label removal algorithm in StandardVerificationStrategy. Updated CHANGELOG with note about RepeatUnrollStrategy bug fix. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26035e68 Tree:

[30/50] tinkerpop git commit: TINKERPOP-1478 Fixed memory leak and proper redirection of output in GremlinGroovyScriptEngine

2016-09-29 Thread spmallette
TINKERPOP-1478 Fixed memory leak and proper redirection of output in GremlinGroovyScriptEngine These were bugs identified in Groovy and fixed some time ago, but given that GremlinGroovyScriptEngine is based on that class and doesn't directly use it, those fixes were never in place for it. CTR

[15/50] tinkerpop git commit: PropertyMapStep now supports a propertyTraversal for accessing properties from the element. ConnectiveStrategy will concatenate two AND traversals if they are both filter

2016-09-29 Thread spmallette
PropertyMapStep now supports a propertyTraversal for accessing properties from the element. ConnectiveStrategy will concatenate two AND traversals if they are both filter based. SubgraphStrategy now handles valueMap() and propertyMap() correctly. Added TraversalHelper.isAllFilters() to check if

[03/50] tinkerpop git commit: more test cases for InlineFilterStrategy and added a constraint to make it less likely to happen for and() and filter().

2016-09-29 Thread spmallette
more test cases for InlineFilterStrategy and added a constraint to make it less likely to happen for and() and filter(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ab70dca9 Tree:

[25/50] tinkerpop git commit: didn't realize TailGlobalStep was NOT a FilterStep. Minor tweak. CTR.

2016-09-29 Thread spmallette
didn't realize TailGlobalStep was NOT a FilterStep. Minor tweak. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4821dbcf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4821dbcf Diff:

[05/50] tinkerpop git commit: Added lots more tests to various strategies. The inline aspect of MatchPredicateStrategy was moved to InlineFilterStrategy. In migrating that chunk, fixed a strategy appl

2016-09-29 Thread spmallette
Added lots more tests to various strategies. The inline aspect of MatchPredicateStrategy was moved to InlineFilterStrategy. In migrating that chunk, fixed a strategy application bug that was present in MatchPredicateStrategy. Tweaked up various XXXStrategyTest in the new model where extra

[42/50] tinkerpop git commit: TINKERPOP-1460 Deprecate reconnectInitialDelay on Java driver

2016-09-29 Thread spmallette
TINKERPOP-1460 Deprecate reconnectInitialDelay on Java driver The deprecated setting is one of the less impactful ones and should be of little concern to users insofar as affecting driver performnance or usage. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[46/50] tinkerpop git commit: TraversalOpProcessor returns a success message upon receiveing a close command

2016-09-29 Thread spmallette
TraversalOpProcessor returns a success message upon receiveing a close command Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ab7e508 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8ab7e508 Diff:

[09/50] tinkerpop git commit: SubgraphStrategy no longer filter()-wraps criteria if the criteria is a chain of filters or connectives. This ensures that has() folds to VertexStep and VertexEdgeSteps -

2016-09-29 Thread spmallette
SubgraphStrategy no longer filter()-wraps criteria if the criteria is a chain of filters or connectives. This ensures that has() folds to VertexStep and VertexEdgeSteps -- by most providers. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[47/50] tinkerpop git commit: added close method to gremlin python sideeffects

2016-09-29 Thread spmallette
added close method to gremlin python sideeffects Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/733bd7e2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/733bd7e2 Diff:

[39/50] tinkerpop git commit: TINKERPOP-1477 Made DependencyGrabberTest an integration test

2016-09-29 Thread spmallette
TINKERPOP-1477 Made DependencyGrabberTest an integration test This test has had a tendency to fail on travis and some other environments for some time now - probably better than as an integration test. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[28/50] tinkerpop git commit: fixed conf dir references

2016-09-29 Thread spmallette
fixed conf dir references Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3cbd3719 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3cbd3719 Diff:

[35/50] tinkerpop git commit: TraversalSource and Traversal implement AutoCloseable.

2016-09-29 Thread spmallette
TraversalSource and Traversal implement AutoCloseable. This allowed for TraversalSource instances created using withRemote() to close out open RemoteConnection instances. It also sets up for side-effects created by a "remote" Traversal to be cleared from cache on the server. That work is not

[40/50] tinkerpop git commit: Used nextTraverser() in what was formerly TraversalIterator.

2016-09-29 Thread spmallette
Used nextTraverser() in what was formerly TraversalIterator. This is now the preferred way rather than pulling the iterator out of getEndStep() CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/850e159b Tree:

[10/50] tinkerpop git commit: a loop got fuggled.

2016-09-29 Thread spmallette
a loop got fuggled. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/548f6620 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/548f6620 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/548f6620

[17/50] tinkerpop git commit: there is a bug in StarGraph property attachment/detachment that caused a contrived test case in SubgraphStrategyProcessTest to fail. I got the same effect with another tr

2016-09-29 Thread spmallette
there is a bug in StarGraph property attachment/detachment that caused a contrived test case in SubgraphStrategyProcessTest to fail. I got the same effect with another traversal and have logged the StarGraph bug in JIRA. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-790'

2016-09-29 Thread spmallette
Merge remote-tracking branch 'origin/TINKERPOP-790' Conflicts: docs/src/upgrade/release-3.2.x-incubating.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4fc05e8c Tree:

tinkerpop git commit: Centralized hamcrest, mockito, junit pom settings. CTR

2016-09-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master d1ebe5fcf -> ea7a51564 Centralized hamcrest, mockito, junit pom settings. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ea7a5156 Tree:

[1/2] tinkerpop git commit: TraversalSource and Traversal implement AutoCloseable.

2016-09-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 3d178248e -> 4fc05e8cb TraversalSource and Traversal implement AutoCloseable. This allowed for TraversalSource instances created using withRemote() to close out open RemoteConnection instances. It also sets up for side-effects created

<    12   13   14   15   16   17   18   19   20   21   >