[2/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I w

2016-06-02 Thread okram
got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I will know how to put it all together tomorrow. I think by days end tomorrow, Gremlin-Python against GremlinServer will be a thing. Pr

[1/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I w

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 5deaaa015 -> ed91e8291 http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ed91e829/gremlin-variant/src/main/jython/org/apache/tinkerpop/gremlin/process/variant/python/gremlin_python_driver.py --

incubator-tinkerpop git commit: gremlin_python_driver.py is a module for creating a Gremlin-Python driver. gremlin_python.py is TinkerPop's embedding of Gremlin into Python for use with the CPyhon vir

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 4c6364ddc -> 5deaaa015 gremlin_python_driver.py is a module for creating a Gremlin-Python driver. gremlin_python.py is TinkerPop's embedding of Gremlin into Python for use with the CPyhon virtual machine. All we need

incubator-tinkerpop git commit: added sort orders to method construction so that the gremlin-python.py file doesnt change with each build and thus, look all dynamic in GitHub.

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 9ab3e15e8 -> 4c6364ddc added sort orders to method construction so that the gremlin-python.py file doesnt change with each build and thus, look all dynamic in GitHub. Project: http://git-wip-us.apache.org/repos/asf/i

incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler

2016-06-02 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1322 [created] e32347c13 Added ConfigurationCustomizerCompiler This CustomizerCompiler implementation makes it possible to set low-level configurations in the GremlinGroovyScriptEngine on the Groovy CompilerConfiguration

incubator-tinkerpop git commit: PythonGraphTraversal now implements Python __iter__ and thus, once a result set comes back from Gremlin server as an iterator, it will behave just like Gremlin-Java. Th

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 fc5e2cbef -> 9ab3e15e8 PythonGraphTraversal now implements Python __iter__ and thus, once a result set comes back from Gremlin server as an iterator, it will behave just like Gremlin-Java. That is, the traversal is an

[11/15] incubator-tinkerpop git commit: This closes #71

2016-06-02 Thread okram
This closes #71 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/c5f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/c5f2 Diff: http://git-wip-us.apache.org/repos/asf/

[03/15] incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers

2016-06-02 Thread okram
Fixed some bad refactoring of GryoMessageSerializers Added back a constructor that got accidentally removed. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/aa673db1 Tree: http://git-wip-us.a

[01/15] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`.

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 89785f4bb -> fc5e2cbef Update "current" links as part of `bin/publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinker

[05/15] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR

2016-06-02 Thread okram
Fixed links hardcoded to specific versions in docs. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3f6b38a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3f6b38a8 Diff:

[08/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-02 Thread okram
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/cda11fd2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/cda11fd2 Diff: http://git-w

[14/15] incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the s

2016-06-02 Thread okram
MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it can change given another ordering. Fixed #TINKERPOP-1323. Added a failing test case from the

[10/15] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR

2016-06-02 Thread okram
Fixed up hardcoded links in docs CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3185ee24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3185ee24 Diff: http://git-wip-us.

[02/15] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account.

2016-06-02 Thread okram
Forgot to take the current (possibly unpublished) version's directory into account. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b220e316 Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[06/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-02 Thread okram
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/db0334f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/db0334f6 Diff: http://git-w

[09/15] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR

2016-06-02 Thread okram
Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/2339003b Tree: http://git-wip-us.apache.org/repos/asf/incu

[13/15] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-02 Thread okram
Merge branch 'tp31' Resolved Conflicts: README.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90793661 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/90793

[12/15] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31

2016-06-02 Thread okram
Merge branch 'TINKERPOP-1003' into tp31 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/029f56b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/029f56b7 Diff: http://git-wip-

[04/15] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR

2016-06-02 Thread okram
Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3e04f4bb Tree: http://git-wip-us.apache.org/repos/asf/incub

[07/15] incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR

2016-06-02 Thread okram
Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/171776be Tree: http://git-wip-us.apache.org/repos/asf/incu

[15/15] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

2016-06-02 Thread okram
Merge branch 'master' into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/fc5e2cbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/fc5e2cbe Diff: http://git-wi

incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state cha

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 907936614 -> 9c56fa3a9 MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it

incubator-tinkerpop git commit: have static imports working so you can do repeat(out())-type and has(label, 'name')-type stuff in Gremlin-Python. Reworked the test infrastructure to be able to test bo

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 4b355c15d -> 89785f4bb have static imports working so you can do repeat(out())-type and has(label,'name')-type stuff in Gremlin-Python. Reworked the test infrastructure to be able to test both static and non-static lo

incubator-tinkerpop git commit: Wrote a complex P.and().or(not(lt())) test for HasTest. Realized the GremlinPython crapped out on it. Fixed GremlinPython. Also, added PythonProcessComputerTest to veri

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 99834114d -> 4b355c15d Wrote a complex P.and().or(not(lt())) test for HasTest. Realized the GremlinPython crapped out on it. Fixed GremlinPython. Also, added PythonProcessComputerTest to verify that the computer tests

[4/4] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-02 Thread dkuppitz
Merge branch 'tp31' Resolved Conflicts: README.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90793661 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/90793

[1/4] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`.

2016-06-02 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/master c5f21 -> 907936614 Update "current" links as part of `bin/publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/comm

[2/4] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account.

2016-06-02 Thread dkuppitz
Forgot to take the current (possibly unpublished) version's directory into account. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b220e316 Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31

2016-06-02 Thread dkuppitz
Merge branch 'TINKERPOP-1003' into tp31 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/029f56b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/029f56b7 Diff: http://git-wip-

[3/3] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31

2016-06-02 Thread dkuppitz
Merge branch 'TINKERPOP-1003' into tp31 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/029f56b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/029f56b7 Diff: http://git-wip-

[2/3] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account.

2016-06-02 Thread dkuppitz
Forgot to take the current (possibly unpublished) version's directory into account. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b220e316 Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[1/3] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`.

2016-06-02 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/tp31 171776bef -> 029f56b72 Update "current" links as part of `bin/publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit

incubator-tinkerpop git commit: This closes #71

2016-06-02 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 3185ee248 -> c5f21 This closes #71 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/c5f2 Tree: http://git-wip-us.apach