[2/2] tinkerpop git commit: 99 percent complete GraphSON 3.0 working with Gremlin-Python. Extended test suite to support both GraphSON 2.0 and GraphSON 3.0 testing. There is one last requirement to do

2017-07-06 Thread okram
99 percent complete GraphSON 3.0 working with Gremlin-Python. Extended test suite to support both GraphSON 2.0 and GraphSON 3.0 testing. There is one last requirement to do on the code -- a version flag on GraphSONMessageSerializer. However, for some reason application/gremlin-v3.0 mime type

[1/2] tinkerpop git commit: 99 percent complete GraphSON 3.0 working with Gremlin-Python. Extended test suite to support both GraphSON 2.0 and GraphSON 3.0 testing. There is one last requirement to do

2017-07-06 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1427 3c241bca0 -> b30b56b44 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b30b56b4/gremlin-python/src/main/jython/tests/structure/io/test_graphsonV3d0.py --

tinkerpop git commit: Registered ByModulatorOptimizationStrategy in GraphSON and Gryo serializers and added it to the core imports. Thanks @okram for pointing that out.

2017-07-06 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1682 de5306301 -> f68b36c44 Registered ByModulatorOptimizationStrategy in GraphSON and Gryo serializers and added it to the core imports. Thanks @okram for pointing that out. Project:

tinkerpop git commit: TINKERPOP-1714 GremlinExecutor checks for timeout from time script submitted

2017-07-06 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1714 [created] ac19d5dec TINKERPOP-1714 GremlinExecutor checks for timeout from time script submitted Prior to this change timeouts were considered from the time the script started evaluation which probably isn't in line with user

tinkerpop git commit: Didn't account for a null value in the config

2017-07-06 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 77d6dfdc3 -> 402678b1b Didn't account for a null value in the config When the warn message got added it didn't account for null configs. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

2017-07-06 Thread spmallette
Merge branch 'tp32' Conflicts: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/22e2d9d9 Tree:

[1/2] tinkerpop git commit: Didn't account for a null value in the config

2017-07-06 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 3477dc7ce -> 22e2d9d90 Didn't account for a null value in the config When the warn message got added it didn't account for null configs. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

2017-07-06 Thread spmallette
Merge branch 'tp32' Conflicts: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3477dc7c Tree:

[1/2] tinkerpop git commit: Didn't account for a null value in the config

2017-07-06 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master b4b78de53 -> 3477dc7ce Didn't account for a null value in the config When the warn message got added it didn't account for null configs. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/5] tinkerpop git commit: Added some missing deprecation entries to upgrade docs in 3.3.0 CTR [Forced Update!]

2017-07-06 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1706 46745e913 -> d173af8a9 (forced update) Added some missing deprecation entries to upgrade docs in 3.3.0 CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/5] tinkerpop git commit: Fixed Gephi plugin now that TraversalSource.Builder is gone

2017-07-06 Thread spmallette
Fixed Gephi plugin now that TraversalSource.Builder is gone I guess no one ran tests when #650 was voted/merged and this change was missed. shame shame CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b4b78de5

[3/5] tinkerpop git commit: TINKERPOP-1706 Removed deprecated ScriptEngineCache and CoreImports

2017-07-06 Thread spmallette
TINKERPOP-1706 Removed deprecated ScriptEngineCache and CoreImports Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/33821696 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/33821696 Diff:

[5/5] tinkerpop git commit: TINKERPOP-1706 Removed old GremlinJythonScriptEngine constructor.

2017-07-06 Thread spmallette
TINKERPOP-1706 Removed old GremlinJythonScriptEngine constructor. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d173af8a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d173af8a Diff:

[4/5] tinkerpop git commit: TINKERPOP-1706 Removed access to CoreGremlinPlugin#INSTANCE previously deprecated

2017-07-06 Thread spmallette
TINKERPOP-1706 Removed access to CoreGremlinPlugin#INSTANCE previously deprecated Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d25487e2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d25487e2 Diff:

tinkerpop git commit: Fixed Gephi plugin now that TraversalSource.Builder is gone

2017-07-06 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 0d532aa91 -> b4b78de53 Fixed Gephi plugin now that TraversalSource.Builder is gone I guess no one ran tests when #650 was voted/merged and this change was missed. shame shame CTR Project: