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:57 UTC

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

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(-)