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 2018/10/08 19:11:33 UTC

[tinkerpop] 01/01: Merge branch 'TINKERPOP-1959-tp33' into TINKERPOP-1959-master

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

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

commit 047f6de31bc73ad7328dd20b7ab1c0283d6b7d50
Merge: ff010ae 94f7477
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Oct 8 15:06:00 2018 -0400

    Merge branch 'TINKERPOP-1959-tp33' into TINKERPOP-1959-master

 CHANGELOG.asciidoc                                 |  2 +
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 41 ++++++++++
 .../main/javascript/gremlin-javascript/index.js    |  6 +-
 .../gremlin-javascript/lib/driver/client.js        | 87 ++++++++++++++++++++
 .../lib/driver/driver-remote-connection.js         | 32 +++++---
 .../lib/driver/remote-connection.js                |  6 +-
 .../gremlin-javascript/lib/process/bytecode.js     |  4 +-
 .../gremlin-javascript/lib/process/translator.js   | 93 ++++++++++++++++++++++
 .../javascript/gremlin-javascript/test/helper.js   |  5 ++
 .../test/integration/client-tests.js               | 73 +++++++++++++++++
 .../gremlin-javascript/test/unit/graphson-test.js  |  4 +
 .../test/unit/translator-test.js                   | 68 ++++++++++++++++
 .../gremlin/server/gremlin-server-integration.yaml |  1 +
 13 files changed, 403 insertions(+), 19 deletions(-)