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

xiazcy pushed a change to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 3357af5380 Allowed io() to recognize .graphml file extension CTR
     add 10d498f338 [TINKERPOP-3006] Enable remote connection over HTTP for 
gremlin python (#2283)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   2 +
 .../traversal/translator/GroovyTranslator.java     |   2 +-
 .../traversal/translator/GroovyTranslatorTest.java |  15 +
 gremlin-python/docker-compose.yml                  |   2 +
 .../gremlin_python/driver/aiohttp/transport.py     |  98 +++++++
 .../main/python/gremlin_python/driver/client.py    |  33 ++-
 .../main/python/gremlin_python/driver/protocol.py  |  95 ++++++-
 .../python/gremlin_python/driver/serializer.py     |   7 +-
 .../python/gremlin_python/process/translator.py    | 200 ++++++++++---
 gremlin-python/src/main/python/tests/conftest.py   |  58 +++-
 ...on.py => test_driver_remote_connection_http.py} | 138 +++++----
 .../main/python/tests/process/test_translator.py   | 311 ++++++++++++---------
 12 files changed, 705 insertions(+), 256 deletions(-)
 copy 
gremlin-python/src/main/python/tests/driver/{test_driver_remote_connection.py 
=> test_driver_remote_connection_http.py} (69%)

Reply via email to