[1/2] tinkerpop git commit: added hasKey() and hasValue() tests to HasTest. Removed un-tested methods in HasTest that someone wrote, but never added respective test cases for. Added more has()-example

2017-03-29 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 4fd8d7ef2 -> 91802ad4d added hasKey() and hasValue() tests to HasTest. Removed un-tested methods in HasTest that someone wrote, but never added respective test cases for. Added more has()-examples to the 'Has Step' section of the

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

2017-03-29 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/43c207b8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/43c207b8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/43c207b8

[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1625' into tp32

2017-03-29 Thread okram
Merge branch 'TINKERPOP-1625' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/91802ad4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/91802ad4 Diff:

[1/3] tinkerpop git commit: added hasKey() and hasValue() tests to HasTest. Removed un-tested methods in HasTest that someone wrote, but never added respective test cases for. Added more has()-example

2017-03-29 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 4396aaf7c -> 43c207b8a added hasKey() and hasValue() tests to HasTest. Removed un-tested methods in HasTest that someone wrote, but never added respective test cases for. Added more has()-examples to the 'Has Step' section of the

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1625' into tp32

2017-03-29 Thread okram
Merge branch 'TINKERPOP-1625' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/91802ad4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/91802ad4 Diff:

tinkerpop git commit: Found an ancient bug in B_LP_O_S_SE_SL_Traverser that only reared its ugly head with how LABELED_PATH requirements are now computed. Bug fixed and optimized LABELED_PATH requirme

2017-03-29 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1642 af5f3364e -> 8ac09c886 Found an ancient bug in B_LP_O_S_SE_SL_Traverser that only reared its ugly head with how LABELED_PATH requirements are now computed. Bug fixed and optimized LABELED_PATH requirment analysis. Project:

tinkerpop git commit: fixed a Parameters.clone() bug introduced with the Traversal caching work in this ticket. This fixes the @twilmes AddEdgeTest case.

2017-03-29 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1642 8e90349a4 -> af5f3364e fixed a Parameters.clone() bug introduced with the Traversal caching work in this ticket. This fixes the @twilmes AddEdgeTest case. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1095' into tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1095' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4fd8d7ef Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4fd8d7ef Diff:

[1/2] tinkerpop git commit: Merge branch 'TINKERPOP-1095' into tp32

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master a0bcf4959 -> 4396aaf7c Merge branch 'TINKERPOP-1095' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/2] tinkerpop git commit: TINKERPOP-1095 Added a custom ScriptContext

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 aa5c4eead -> 4fd8d7ef2 TINKERPOP-1095 Added a custom ScriptContext Used the custom ScriptContext, GremlinScriptContext, to prevent usage of the SimpleScriptContext which creates unnecessary ByteBuffer instances on every call to

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

2017-03-29 Thread spmallette
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/4396aaf7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4396aaf7 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4396aaf7

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

2017-03-29 Thread spmallette
Merge branch 'tp32' Conflicts: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a0bcf495 Tree:

[1/3] tinkerpop git commit: TINKERPOP-1095 Added a custom ScriptContext

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master ff09a461d -> a0bcf4959 TINKERPOP-1095 Added a custom ScriptContext Used the custom ScriptContext, GremlinScriptContext, to prevent usage of the SimpleScriptContext which creates unnecessary ByteBuffer instances on every call to

[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1095' into tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1095' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/11459179 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/11459179 Diff:

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

2017-03-29 Thread rdale
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aa5c4eea Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aa5c4eea Diff:

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

2017-03-29 Thread rdale
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aa5c4eea Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aa5c4eea Diff:

tinkerpop git commit: Fixed 'OTLP', was fixed in tp32 - CTR

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp31 b831ae84d -> 4e8cb39d4 Fixed 'OTLP', was fixed in tp32 - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4e8cb39d Tree:

tinkerpop git commit: Faunus love - CTR

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp31 8141403b0 -> b831ae84d Faunus love - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b831ae84 Tree:

[1/2] tinkerpop git commit: Faunus love - CTR

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 0fd2666ab -> aa5c4eead Faunus love - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b831ae84 Tree:

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

2017-03-29 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/ff09a461 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ff09a461 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ff09a461

[1/3] tinkerpop git commit: Faunus love - CTR

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/master 6568e3b32 -> ff09a461d Faunus love - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b831ae84 Tree:

[07/31] tinkerpop git commit: TINKERPOP-1654: use deserializatinoContext in `typeFromId()`.

2017-03-29 Thread spmallette
TINKERPOP-1654: use deserializatinoContext in `typeFromId()`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ad268ef4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ad268ef4 Diff:

[01/31] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7 [Forced Update!]

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1642 fc3fcb382 -> 8e90349a4 (forced update) TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2aa550e3 Tree:

[27/31] tinkerpop git commit: TINKERPOP-1642 Pushed integrateChild() operations into Parameters.set()

2017-03-29 Thread spmallette
TINKERPOP-1642 Pushed integrateChild() operations into Parameters.set() There was no need to continually iterate the traversal list and doing integrateChild() over and over again for each newly added traversal. Removing those wasteful cycles and only doing that once, when the Traversal was

[30/31] tinkerpop git commit: added MARKER model to PathRetractionStrategy to reduce recurssive lookups of invalidating steps. Again, we really need Traversal.metdata to make this more 'pure'.

2017-03-29 Thread spmallette
added MARKER model to PathRetractionStrategy to reduce recurssive lookups of invalidating steps. Again, we really need Traversal.metdata to make this more 'pure'. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[04/31] tinkerpop git commit: Fixed bug in EvenStrategyTest for transactional Graphs

2017-03-29 Thread spmallette
Fixed bug in EvenStrategyTest for transactional Graphs Can't use tryCommit() in the way that the tests where because tryCommit() is meant to be idempotent and some of the tests were passing in lambdas that mutated the graph. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[17/31] tinkerpop git commit: TINKERPOP-1642 Improved performance of addV() and chained mutating statements

2017-03-29 Thread spmallette
TINKERPOP-1642 Improved performance of addV() and chained mutating statements Added more tests for Parameters. Performance improved by about 2.5x given the benchmarks. Also long chained mutating traversals are now inserting roughly on par with single insert traversals (prior to this change they

[21/31] tinkerpop git commit: TINKERPOP-1642 Minor refactoring to get rid of duplicate code

2017-03-29 Thread spmallette
TINKERPOP-1642 Minor refactoring to get rid of duplicate code Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/88a3f60c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/88a3f60c Diff:

[11/31] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-29 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0f5ca93b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0f5ca93b Diff:

[03/31] tinkerpop git commit: TINKERPOP-1654 Fixed compilation errors after jackson version bump

2017-03-29 Thread spmallette
TINKERPOP-1654 Fixed compilation errors after jackson version bump Jackson removed a deprecated method. Called the replacement method instead. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/380646cf Tree:

[25/31] tinkerpop git commit: TINKERPOP-1642 Made Mutating steps implement Scoping.

2017-03-29 Thread spmallette
TINKERPOP-1642 Made Mutating steps implement Scoping. This simplified PathUtil.getReferencedLabels() and reduced iterations over Parameter traversals. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f99a510 Tree:

[14/31] tinkerpop git commit: TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR

2017-03-29 Thread spmallette
TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/66131782 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/66131782 Diff:

[15/31] tinkerpop git commit: CTR fixed license locations

2017-03-29 Thread spmallette
CTR fixed license locations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8141403b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8141403b Diff:

[19/31] tinkerpop git commit: TINKERPOP-1642 Minor fixes

2017-03-29 Thread spmallette
TINKERPOP-1642 Minor fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e8011e4f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e8011e4f Diff:

[24/31] tinkerpop git commit: TINKERPOP-1642 Removed some extra iteration in Parameters.getTraversals()

2017-03-29 Thread spmallette
TINKERPOP-1642 Removed some extra iteration in Parameters.getTraversals() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f693cb77 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f693cb77 Diff:

[28/31] tinkerpop git commit: I made it so ProfileStrategy uses the MARKER model developed by @dkuppitz and myself to reduce recurssive lookups in strategies. Moving forward, we really need to move to

2017-03-29 Thread spmallette
I made it so ProfileStrategy uses the MARKER model developed by @dkuppitz and myself to reduce recurssive lookups in strategies. Moving forward, we really need to move to a Traversal.metadata model as using labeled steps is a bit hackish. Project:

[05/31] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-29 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/77ef86b0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/77ef86b0 Diff:

[13/31] tinkerpop git commit: added a @twilmes test case to AddEdgeTest that fails in TINKERPOP-1642. That test also exposed a small bug in all the Mutating steps where Step.setTraversal() was not def

2017-03-29 Thread spmallette
added a @twilmes test case to AddEdgeTest that fails in TINKERPOP-1642. That test also exposed a small bug in all the Mutating steps where Step.setTraversal() was not defined which is necessary to ensure proper ID redefinitions at compile time. CTR. Project:

[02/31] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7db459b0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7db459b0 Diff:

[29/31] tinkerpop git commit: removed a repeated recurssion in PathRetractionStrategy using the MARKER model of strategies.

2017-03-29 Thread spmallette
removed a repeated recurssion in PathRetractionStrategy using the MARKER model of strategies. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8e90349a Tree:

[26/31] tinkerpop git commit: Fixed VertexProgram test that verifies proper TraversalRequirements.

2017-03-29 Thread spmallette
Fixed VertexProgram test that verifies proper TraversalRequirements. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/12c7f013 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/12c7f013 Diff:

[10/31] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into tp31

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df6661dd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df6661dd Diff:

[09/31] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-29 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb9e0814 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb9e0814 Diff:

[08/31] tinkerpop git commit: fixed broken anchor

2017-03-29 Thread spmallette
fixed broken anchor Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e621f545 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e621f545 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e621f545

[16/31] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-29 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fd2666a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fd2666a Diff:

[23/31] tinkerpop git commit: Wow. Can't believe we didn't do this from the start. LABELED_PATH is set if a Step is labeled. Dar. So much simpler than all the recurssion in TraversalHelper.getLabels()

2017-03-29 Thread spmallette
Wow. Can't believe we didn't do this from the start. LABELED_PATH is set if a Step is labeled. Dar. So much simpler than all the recurssion in TraversalHelper.getLabels() and having a ScopingStrategy @spmallette -- can you verify that your Mutating traversal profiling is faster now.

[20/31] tinkerpop git commit: Added ScopingStrategy which does a single TraversalHelper.getLabels() call and recurssively tells where() and select() steps the path labels accessed by the Traversal.

2017-03-29 Thread spmallette
Added ScopingStrategy which does a single TraversalHelper.getLabels() call and recurssively tells where() and select() steps the path labels accessed by the Traversal. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/31] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-29 Thread spmallette
TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6457332 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c6457332 Diff:

[18/31] tinkerpop git commit: TINKERPOP-1642 Cached the Traversal list in Parameters

2017-03-29 Thread spmallette
TINKERPOP-1642 Cached the Traversal list in Parameters This leads to a pretty good boost in performance from the prior commit especially for long chained mutating traversals that add vertices and edges as there is a 3X improvement in those cases. Project:

[31/31] tinkerpop git commit: TINKERPOP-1642 Fixed up some execution problems after rebase

2017-03-29 Thread spmallette
TINKERPOP-1642 Fixed up some execution problems after rebase The logic still doesn't seem quite right but at least the tests pass and a complete build is achieved. The issue is related to new stuff added in PathRetractionStrategy on TINKERPOP-1652. Project:

[12/31] tinkerpop git commit: Merge branch 'TINKERPOP-1654-tp32' into tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654-tp32' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1b6ad3c2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1b6ad3c2 Diff:

[22/31] tinkerpop git commit: Add a slight optimization to ScopingStrategy that will not compute step labels if no Scoping steps are defined. Also added JavaDoc and comments accordingly.

2017-03-29 Thread spmallette
Add a slight optimization to ScopingStrategy that will not compute step labels if no Scoping steps are defined. Also added JavaDoc and comments accordingly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5711ee26

[1/2] tinkerpop git commit: CTR fixed license locations

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 661317825 -> 0fd2666ab CTR fixed license locations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8141403b Tree:

tinkerpop git commit: CTR fixed license locations

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp31 df6661dda -> 8141403b0 CTR fixed license locations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8141403b Tree:

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

2017-03-29 Thread rdale
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fd2666a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fd2666a Diff:

[1/3] tinkerpop git commit: CTR fixed license locations

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/master 5a5d8b9b6 -> 6568e3b32 CTR fixed license locations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8141403b Tree:

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

2017-03-29 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/6568e3b3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6568e3b3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6568e3b3

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

2017-03-29 Thread rdale
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fd2666a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fd2666a Diff:

tinkerpop git commit: TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 49fb25797 -> 661317825 TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/66131782 Tree:

[1/2] tinkerpop git commit: TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 4fb962aff -> 5a5d8b9b6 TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/66131782 Tree:

svn commit: r1789374 - /tinkerpop/site/docs/3.2.4/tutorials/gremlin-language-variants/index.html

2017-03-29 Thread spmallette
Author: spmallette Date: Wed Mar 29 14:45:19 2017 New Revision: 1789374 URL: http://svn.apache.org/viewvc?rev=1789374=rev Log: Fixed broken links in TinkerPop GLV tutorial Modified: tinkerpop/site/docs/3.2.4/tutorials/gremlin-language-variants/index.html Modified:

tinkerpop git commit: added a @twilmes test case to AddEdgeTest that fails in TINKERPOP-1642. That test also exposed a small bug in all the Mutating steps where Step.setTraversal() was not defined whi

2017-03-29 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 1b6ad3c2d -> 49fb25797 added a @twilmes test case to AddEdgeTest that fails in TINKERPOP-1642. That test also exposed a small bug in all the Mutating steps where Step.setTraversal() was not defined which is necessary to ensure proper ID

[3/9] tinkerpop git commit: TINKERPOP-1654 Fixed compilation errors after jackson version bump

2017-03-29 Thread spmallette
TINKERPOP-1654 Fixed compilation errors after jackson version bump Jackson removed a deprecated method. Called the replacement method instead. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/380646cf Tree:

[3/8] tinkerpop git commit: TINKERPOP-1654 Fixed compilation errors after jackson version bump

2017-03-29 Thread spmallette
TINKERPOP-1654 Fixed compilation errors after jackson version bump Jackson removed a deprecated method. Called the replacement method instead. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/380646cf Tree:

[1/2] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 e621f5456 -> df6661dda TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6457332 Tree:

[8/9] tinkerpop git commit: Merge branch 'TINKERPOP-1654-tp32' into tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654-tp32' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1b6ad3c2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1b6ad3c2 Diff:

[5/8] tinkerpop git commit: TINKERPOP-1654: use deserializatinoContext in `typeFromId()`.

2017-03-29 Thread spmallette
TINKERPOP-1654: use deserializatinoContext in `typeFromId()`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ad268ef4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ad268ef4 Diff:

[7/9] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-29 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0f5ca93b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0f5ca93b Diff:

[2/8] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7db459b0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7db459b0 Diff:

[1/9] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master a9562a391 -> 5c1071718 TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2aa550e3 Tree:

[4/9] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-29 Thread spmallette
TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6457332 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c6457332 Diff:

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into tp31

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df6661dd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df6661dd Diff:

[6/8] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into tp31

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df6661dd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df6661dd Diff:

[5/9] tinkerpop git commit: TINKERPOP-1654: use deserializatinoContext in `typeFromId()`.

2017-03-29 Thread spmallette
TINKERPOP-1654: use deserializatinoContext in `typeFromId()`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ad268ef4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ad268ef4 Diff:

[1/8] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-29 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 bb9e08149 -> 1b6ad3c2d TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2aa550e3 Tree:

[4/8] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-29 Thread spmallette
TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6457332 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c6457332 Diff:

[7/8] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-29 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0f5ca93b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0f5ca93b Diff:

[2/9] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7db459b0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7db459b0 Diff:

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

2017-03-29 Thread spmallette
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/5c107171 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c107171 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5c107171

[6/9] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into tp31

2017-03-29 Thread spmallette
Merge branch 'TINKERPOP-1654' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df6661dd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df6661dd Diff:

tinkerpop git commit: fixed broken anchor

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp31 7def0396f -> e621f5456 fixed broken anchor Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e621f545 Tree:

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

2017-03-29 Thread rdale
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb9e0814 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb9e0814 Diff:

[1/2] tinkerpop git commit: fixed broken anchor

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 77ef86b0c -> bb9e08149 fixed broken anchor Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e621f545 Tree:

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

2017-03-29 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/a9562a39 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a9562a39 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a9562a39

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

2017-03-29 Thread rdale
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb9e0814 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb9e0814 Diff:

[1/3] tinkerpop git commit: fixed broken anchor

2017-03-29 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/master 2dbdf436b -> a9562a391 fixed broken anchor Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e621f545 Tree: