You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/11/26 13:05:56 UTC

[tinkerpop] branch master updated (237a8f6 -> f6b9790)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 237a8f6  Put the main header at the top so it appears as an HTML title
     add 3add7d8  TINKERPOP-2650 Removed deprecated gremlin-python step names
     new f6b9790  Merge pull request #1503 from apache/TINKERPOP-2650

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 docs/src/upgrade/release-3.6.x.asciidoc            |  21 +++
 .../traversal/translator/PythonTranslator.java     |  16 +-
 .../traversal/translator/PythonTranslatorTest.java |   2 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   1 -
 .../jsr223/GremlinGroovyScriptEngineTest.java      |   2 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   1 -
 .../gremlin_python/process/graph_traversal.py      |  92 +----------
 gremlin-python/src/main/python/radish/gremlin.py   | 179 ++++++++++-----------
 .../tests/driver/test_driver_remote_connection.py  |  12 +-
 .../src/main/python/tests/process/test_dsl.py      |   4 +-
 .../main/python/tests/process/test_translator.py   |  16 +-
 12 files changed, 142 insertions(+), 205 deletions(-)

[tinkerpop] 01/01: Merge pull request #1503 from apache/TINKERPOP-2650

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit f6b97901b57a8bbae7a34371dea09a0574382d8c
Merge: 237a8f6 3add7d8
Author: stephen mallette <sp...@users.noreply.github.com>
AuthorDate: Fri Nov 26 06:42:22 2021 -0500

    Merge pull request #1503 from apache/TINKERPOP-2650
    
    TINKERPOP-2650 Removed deprecated gremlin-python step names

 CHANGELOG.asciidoc                                 |   1 +
 docs/src/upgrade/release-3.6.x.asciidoc            |  21 +++
 .../traversal/translator/PythonTranslator.java     |  16 +-
 .../traversal/translator/PythonTranslatorTest.java |   2 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   1 -
 .../jsr223/GremlinGroovyScriptEngineTest.java      |   2 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   1 -
 .../gremlin_python/process/graph_traversal.py      |  92 +----------
 gremlin-python/src/main/python/radish/gremlin.py   | 179 ++++++++++-----------
 .../tests/driver/test_driver_remote_connection.py  |  12 +-
 .../src/main/python/tests/process/test_dsl.py      |   4 +-
 .../main/python/tests/process/test_translator.py   |  16 +-
 12 files changed, 142 insertions(+), 205 deletions(-)