[3/3] tinkerpop git commit: Merged tp32 and fixed PathRetractionStrategyTest merge conflict.

2017-03-24 Thread twilmes
Merged tp32 and fixed PathRetractionStrategyTest merge conflict. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d09c2f3a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d09c2f3a Diff:

[1/3] tinkerpop git commit: Resolved CHANGELOG merge conflict and added missing backtick.

2017-03-24 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/master 2293539ca -> d09c2f3a1 Resolved CHANGELOG merge conflict and added missing backtick. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d1956eae Tree:

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

2017-03-24 Thread twilmes
Merge branch 'TINKERPOP-1652' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/71d0d913 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/71d0d913 Diff:

[1/2] tinkerpop git commit: Resolved CHANGELOG merge conflict and added missing backtick.

2017-03-24 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp32 028cb4737 -> 71d0d913b Resolved CHANGELOG merge conflict and added missing backtick. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d1956eae Tree:

[09/29] tinkerpop git commit: added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples.

2017-03-24 Thread okram
added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[14/29] tinkerpop git commit: added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc.

2017-03-24 Thread okram
added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ffd250b Tree:

[16/29] tinkerpop git commit: typo: rename fnfe to cnfe in GremlinServer#createChannelizer

2017-03-24 Thread okram
typo: rename fnfe to cnfe in GremlinServer#createChannelizer typo: rename fnfe to cnfe in GremlinServer#createChannelizer Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a052b1f9 Tree:

[25/29] tinkerpop git commit: Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @ok

2017-03-24 Thread okram
Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @okram Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/29] tinkerpop git commit: added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc.

2017-03-24 Thread okram
added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/936344f3 Tree:

[26/29] tinkerpop git commit: Merge branch 'TINKERPOP-1387' into tp32

2017-03-24 Thread okram
Merge branch 'TINKERPOP-1387' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2fedaace Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2fedaace Diff:

[01/29] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1625 a2fccf11e -> 6515a6f3a (forced update) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9265ddf6/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/FromToModulating.java

[12/29] tinkerpop git commit: renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path.

2017-03-24 Thread okram
renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a9c2f65e Tree:

[19/29] tinkerpop git commit: updated Path.subGraph() so the semantics are Pop.last like select, match, where, etc. Smart @dkuppitz.

2017-03-24 Thread okram
updated Path.subGraph() so the semantics are Pop.last like select, match, where, etc. Smart @dkuppitz. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9160573a Tree:

[21/29] tinkerpop git commit: added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet.

2017-03-24 Thread okram
added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9111c90 Tree:

[28/29] tinkerpop git commit: Fixed bug in EvenStrategyTest for transactional Graphs

2017-03-24 Thread okram
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

[15/29] tinkerpop git commit: TINKERPOP-1653 Allow multiple scripts to be passed to gremlin.sh

2017-03-24 Thread okram
TINKERPOP-1653 Allow multiple scripts to be passed to gremlin.sh This is a non-breaking change and simply allows multiple -i and -e options on gremlin.sh. The old method for passing a single script name to gremlin.sh remains intact as well. Had to write a custom parser for the command line

[29/29] 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()-examp

2017-03-24 Thread okram
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 documentation. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[03/29] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread okram
added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases. Going to add simplePath().from().to().by() and cyclicPath().from().to().by() to this ticket as well and then PR this mo fo

[07/29] tinkerpop git commit: PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest.

2017-03-24 Thread okram
PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ec49c43 Tree:

[05/29] tinkerpop git commit: removed CyclicPathStep and SimplePathStep for a more abstract, generalized step called PathFilterStep which handles cyclic/simple filtering as well as to() and from() mod

2017-03-24 Thread okram
removed CyclicPathStep and SimplePathStep for a more abstract, generalized step called PathFilterStep which handles cyclic/simple filtering as well as to() and from() modulation. Updated UPGRADE docs. Will add by()-modulation to PathFilterStep next. Project:

[08/29] tinkerpop git commit: TINKERPOP-1303 Adds help option to :remote config command

2017-03-24 Thread okram
TINKERPOP-1303 Adds help option to :remote config command Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf8b6b97 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cf8b6b97 Diff:

[18/29] tinkerpop git commit: Fixed a bug in how global bindings were tracked/applied.

2017-03-24 Thread okram
Fixed a bug in how global bindings were tracked/applied. There were several problems here (which ultimately affected the 3.3.0 branch), but mainly global bindings were being re-applied to the ScriptContext given to eval() and thus making them both engine and global bindings which then led to

[22/29] tinkerpop git commit: Deregistered metrics on Gremlin Server stop

2017-03-24 Thread okram
Deregistered metrics on Gremlin Server stop By deregistering it makes it possible to restart Gremlin Server in the same JVM without WARN log output and with metric resets. This is mostly a fix for tests that start/stop gremlin server over and over again in the same JVM. CTR Project:

[17/29] tinkerpop git commit: TINKERPOP-1653 Added gremlin.sh test framework

2017-03-24 Thread okram
TINKERPOP-1653 Added gremlin.sh test framework Uses python and pexpect to send inputs and test outputs of the Console. Builds with the standard maven process. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c91bb19a

[23/29] tinkerpop git commit: Merge branch 'TINKERPOP-1303' into tp32

2017-03-24 Thread okram
Merge branch 'TINKERPOP-1303' 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/027433f2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/027433f2 Diff:

[20/29] tinkerpop git commit: added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want.

2017-03-24 Thread okram
added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[13/29] tinkerpop git commit: added @spmallette updates.

2017-03-24 Thread okram
added @spmallette updates. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28a05d74 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/28a05d74 Diff:

[24/29] tinkerpop git commit: Merge branch 'TINKERPOP-1653' into tp32

2017-03-24 Thread okram
Merge branch 'TINKERPOP-1653' 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/a314c9c0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a314c9c0 Diff:

[27/29] tinkerpop git commit: fixed a typo in docs.

2017-03-24 Thread okram
fixed a typo in docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e3e1dca7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e3e1dca7 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e3e1dca7

[10/29] tinkerpop git commit: updated CHANGELOG.

2017-03-24 Thread okram
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9155c464 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9155c464 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9155c464

[11/29] tinkerpop git commit: renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path.

2017-03-24 Thread okram
renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/718a29bb Tree:

tinkerpop git commit: Fixed bug in EvenStrategyTest for transactional Graphs

2017-03-24 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 e3e1dca7a -> 028cb4737 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

[1/2] tinkerpop git commit: Fixed bug in EvenStrategyTest for transactional Graphs

2017-03-24 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 7df1c0470 -> 2293539ca 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

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

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

[11/20] tinkerpop git commit: renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path.

2017-03-24 Thread spmallette
renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a9c2f65e Tree:

[12/20] tinkerpop git commit: added @spmallette updates.

2017-03-24 Thread spmallette
added @spmallette updates. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28a05d74 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/28a05d74 Diff:

[01/20] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1095 f0c6622a0 -> 48daf8d25 (forced update) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9265ddf6/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/FromToModulating.java

[15/20] tinkerpop git commit: added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want.

2017-03-24 Thread spmallette
added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/20] tinkerpop git commit: added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc.

2017-03-24 Thread spmallette
added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/936344f3 Tree:

[17/20] tinkerpop git commit: Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @ok

2017-03-24 Thread spmallette
Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @okram Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[03/20] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread spmallette
added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases. Going to add simplePath().from().to().by() and cyclicPath().from().to().by() to this ticket as well and then PR this mo fo

[14/20] tinkerpop git commit: updated Path.subGraph() so the semantics are Pop.last like select, match, where, etc. Smart @dkuppitz.

2017-03-24 Thread spmallette
updated Path.subGraph() so the semantics are Pop.last like select, match, where, etc. Smart @dkuppitz. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9160573a Tree:

[16/20] tinkerpop git commit: added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet.

2017-03-24 Thread spmallette
added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9111c90 Tree:

[05/20] tinkerpop git commit: removed CyclicPathStep and SimplePathStep for a more abstract, generalized step called PathFilterStep which handles cyclic/simple filtering as well as to() and from() mod

2017-03-24 Thread spmallette
removed CyclicPathStep and SimplePathStep for a more abstract, generalized step called PathFilterStep which handles cyclic/simple filtering as well as to() and from() modulation. Updated UPGRADE docs. Will add by()-modulation to PathFilterStep next. Project:

[13/20] tinkerpop git commit: added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc.

2017-03-24 Thread spmallette
added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ffd250b Tree:

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

2017-03-24 Thread spmallette
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 eval(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/20] tinkerpop git commit: added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples.

2017-03-24 Thread spmallette
added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[09/20] tinkerpop git commit: updated CHANGELOG.

2017-03-24 Thread spmallette
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9155c464 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9155c464 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9155c464

[04/20] tinkerpop git commit: Cleaned up and added JavaDoc for now sub-path work.

2017-03-24 Thread spmallette
Cleaned up and added JavaDoc for now sub-path work. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fe3b1d8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fe3b1d8 Diff:

[07/20] tinkerpop git commit: PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest.

2017-03-24 Thread spmallette
PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ec49c43 Tree:

[10/20] tinkerpop git commit: renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path.

2017-03-24 Thread spmallette
renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/718a29bb Tree:

tinkerpop git commit: TINKERPOP-1095 Added a custom ScriptContext

2017-03-24 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1095 [created] f0c6622a0 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-24 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/7df1c047 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7df1c047 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7df1c047

[1/2] tinkerpop git commit: fixed a typo in docs.

2017-03-24 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master c85c2bc32 -> 7df1c0470 fixed a typo in docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e3e1dca7 Tree:

tinkerpop git commit: fixed a typo in docs.

2017-03-24 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 2fedaace4 -> e3e1dca7a fixed a typo in docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e3e1dca7 Tree:

[12/19] tinkerpop git commit: added @spmallette updates.

2017-03-24 Thread okram
added @spmallette updates. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28a05d74 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/28a05d74 Diff:

[09/19] tinkerpop git commit: updated CHANGELOG.

2017-03-24 Thread okram
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9155c464 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9155c464 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9155c464

[16/19] tinkerpop git commit: added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet.

2017-03-24 Thread okram
added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9111c90 Tree:

[05/19] tinkerpop git commit: removed CyclicPathStep and SimplePathStep for a more abstract, generalized step called PathFilterStep which handles cyclic/simple filtering as well as to() and from() mod

2017-03-24 Thread okram
removed CyclicPathStep and SimplePathStep for a more abstract, generalized step called PathFilterStep which handles cyclic/simple filtering as well as to() and from() modulation. Updated UPGRADE docs. Will add by()-modulation to PathFilterStep next. Project:

[15/19] tinkerpop git commit: added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want.

2017-03-24 Thread okram
added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[01/19] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 78851d7e6 -> bbe337765 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9265ddf6/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/FromToModulating.java

[08/19] tinkerpop git commit: added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples.

2017-03-24 Thread okram
added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[04/19] tinkerpop git commit: Cleaned up and added JavaDoc for now sub-path work.

2017-03-24 Thread okram
Cleaned up and added JavaDoc for now sub-path work. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fe3b1d8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fe3b1d8 Diff:

[13/19] tinkerpop git commit: added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc.

2017-03-24 Thread okram
added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ffd250b Tree:

[17/19] tinkerpop git commit: Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @ok

2017-03-24 Thread okram
Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @okram Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[02/19] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread okram
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9265ddf6/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java -- diff --git

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

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

[06/19] tinkerpop git commit: added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc.

2017-03-24 Thread okram
added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/936344f3 Tree:

[09/18] tinkerpop git commit: updated CHANGELOG.

2017-03-24 Thread okram
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9155c464 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9155c464 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9155c464

[14/18] tinkerpop git commit: updated Path.subGraph() so the semantics are Pop.last like select, match, where, etc. Smart @dkuppitz.

2017-03-24 Thread okram
updated Path.subGraph() so the semantics are Pop.last like select, match, where, etc. Smart @dkuppitz. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9160573a Tree:

[01/18] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 a314c9c05 -> 2fedaace4 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9265ddf6/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/FromToModulating.java

[15/18] tinkerpop git commit: added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want.

2017-03-24 Thread okram
added a test to PathTest which tests Pop semantics. Right now, we will only support Pop.last -- but we are staged for support Pop.first in the future... if we want. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[17/18] tinkerpop git commit: Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @ok

2017-03-24 Thread okram
Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @okram Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[10/18] tinkerpop git commit: renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path.

2017-03-24 Thread okram
renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/718a29bb Tree:

[06/18] tinkerpop git commit: added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc.

2017-03-24 Thread okram
added to()/from() test support for cyclicPath() and added to()/from() example to the-traversal.asciidoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/936344f3 Tree:

[16/18] tinkerpop git commit: added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet.

2017-03-24 Thread okram
added a ComplexTest for simplePath().from().to() that was provided by @dkuppitz. Works for both OLTP and OLAP. Sweet. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9111c90 Tree:

[12/18] tinkerpop git commit: added @spmallette updates.

2017-03-24 Thread okram
added @spmallette updates. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28a05d74 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/28a05d74 Diff:

[13/18] tinkerpop git commit: added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc.

2017-03-24 Thread okram
added to() and from() to the-traversal step documentation and then reference it with @see in GraphTraversal JavaDoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ffd250b Tree:

[03/18] tinkerpop git commit: added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases.

2017-03-24 Thread okram
added support for Path.getSubPath(). Added FromToModulating for from() and to()-based step modulations. Added support for path().from().to(). Added respective test cases. Going to add simplePath().from().to().by() and cyclicPath().from().to().by() to this ticket as well and then PR this mo fo

[04/18] tinkerpop git commit: Cleaned up and added JavaDoc for now sub-path work.

2017-03-24 Thread okram
Cleaned up and added JavaDoc for now sub-path work. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fe3b1d8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fe3b1d8 Diff:

[08/18] tinkerpop git commit: added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples.

2017-03-24 Thread okram
added test support for simplePath() and cyclicPath() by()/to()/from(). Really cool. Works great and makes sense. Updated this-traversal.asciidoc with examples. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

2017-03-24 Thread okram
Merge branch 'TINKERPOP-1387' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2fedaace Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2fedaace Diff:

[07/18] tinkerpop git commit: PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest.

2017-03-24 Thread okram
PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ec49c43 Tree:

[11/18] tinkerpop git commit: renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path.

2017-03-24 Thread okram
renamed Path.getSubPath() to Path.subPath() as its in the fluent style of operations on Path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a9c2f65e Tree:

tinkerpop git commit: Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @okram

2017-03-24 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1387 b9111c903 -> 38dc621a3 Added a traversal example for SimplePath step using `from()` / `to()` modulators to build two acyclic paths that cross each other and thus are not acyclic as a whole. @okram Project: