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-21 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1456 5fc2163df -> beaf5208d 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/tinkerp

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 based.

2016-09-21 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1456 beaf5208d -> b5ec67506 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 handl

[6/7] tinkerpop git commit: Finalize variable CTR

2016-09-21 Thread dkuppitz
Finalize variable CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/02bbdfbc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/02bbdfbc Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/02bbdfbc

[1/7] tinkerpop git commit: Added a test for persisting multi-properties in TinkerGraph [Forced Update!]

2016-09-21 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1115 54c08a7ff -> 68188e272 (forced update) Added a test for persisting multi-properties in TinkerGraph Changed the test back to using a relative path in the data directory - didn't like it polluting the source control directories.

[4/7] tinkerpop git commit: Merge branch 'TINKERPOP-1451' into tp31

2016-09-21 Thread dkuppitz
Merge branch 'TINKERPOP-1451' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ec10b62d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ec10b62d Diff: http://git-wip-us.apache.org/repos/asf/tinkerp

[3/7] tinkerpop git commit: Updated dev docs regarding branching and pull requests CTR

2016-09-21 Thread dkuppitz
Updated dev docs regarding branching and pull requests CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ed00952 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4ed00952 Diff: http://git-wip-us.apache.or

[2/7] tinkerpop git commit: TinkerGraph's would not save on close()

2016-09-21 Thread dkuppitz
TinkerGraph's would not save on close() if the path was just a file name. Tested "just a file name" manually and added a test for relative paths - didn't want to generate test data outside of our test directories. TINKERPOP-1451 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Co

[5/7] tinkerpop git commit: Corrected test names in MapTest CTR

2016-09-21 Thread dkuppitz
Corrected test names in MapTest CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f22ec974 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f22ec974 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/d

[7/7] tinkerpop git commit: Added documentation for the traversal representations of general steps (map, flatMap, filter, sideEffect, branch).

2016-09-21 Thread dkuppitz
Added documentation for the traversal representations of general steps (map, flatMap, filter, sideEffect, branch). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/68188e27 Tree: http://git-wip-us.apache.org/repos/asf/

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 filter ca

2016-09-21 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1456 b5ec67506 -> 226d7a90a 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, lik

tinkerpop git commit: a loop got fuggled.

2016-09-21 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1456 226d7a90a -> 0bbf6a3ef 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/0bbf6a3e Tree: http://git-wip-us.apache.org/repos/asf/tin

tinkerpop git commit: added more test cases to SubgraphStrategyProcessTest and cleanedup SubgraphStrategy a bit.

2016-09-21 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1456 0bbf6a3ef -> 1f70b434b 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/ti

tinkerpop git commit: Added documentation for the traversal representations of general steps (map, flatMap, filter, sideEffect, branch).

2016-09-21 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/tp31 02bbdfbc3 -> 68188e272 Added documentation for the traversal representations of general steps (map, flatMap, filter, sideEffect, branch). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.or

[1/2] tinkerpop git commit: Added documentation for the traversal representations of general steps (map, flatMap, filter, sideEffect, branch).

2016-09-21 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/master 19a5c389e -> 01d035efa Added documentation for the traversal representations of general steps (map, flatMap, filter, sideEffect, branch). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.

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

2016-09-21 Thread dkuppitz
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/01d035ef Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/01d035ef Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/01d035ef Br

[tinkerpop] Git Push Summary

2016-09-21 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1115 [deleted] 68188e272