You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2020/01/27 14:27:02 UTC

[tinkerpop] branch 3.3-dev updated (bd6a855 -> ea91070)

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

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


    from bd6a855  Merge branch 'TINKERPOP-2323' into 3.3-dev
     add 57ba497  TINKERPOP-2330 JavaScript GLV: Export GraphSON2 and 3 writers/readers
     new ea91070  Merge pull request #1241 from apache/TINKERPOP-2330

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:
 .../main/javascript/gremlin-javascript/index.js    |  5 +-
 .../gremlin-javascript/lib/driver/connection.js    | 29 +++++---
 .../lib/structure/io/graph-serializer.js           | 84 ++++++++++++++++++----
 .../gremlin-javascript/test/unit/client-test.js    |  4 +-
 .../gremlin-javascript/test/unit/exports-test.js   |  6 ++
 5 files changed, 99 insertions(+), 29 deletions(-)


[tinkerpop] 01/01: Merge pull request #1241 from apache/TINKERPOP-2330

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

jorgebg pushed a commit to branch 3.3-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ea9107024404aee53da6da30620c5913e612b06c
Merge: bd6a855 57ba497
Author: Jorge Bay Gondra <jo...@gmail.com>
AuthorDate: Mon Jan 27 15:26:35 2020 +0100

    Merge pull request #1241 from apache/TINKERPOP-2330
    
    TINKERPOP-2330 JavaScript GLV: Export GraphSON2 and 3 writers/readers

 .../main/javascript/gremlin-javascript/index.js    |  5 +-
 .../gremlin-javascript/lib/driver/connection.js    | 29 +++++---
 .../lib/structure/io/graph-serializer.js           | 84 ++++++++++++++++++----
 .../gremlin-javascript/test/unit/client-test.js    |  4 +-
 .../gremlin-javascript/test/unit/exports-test.js   |  6 ++
 5 files changed, 99 insertions(+), 29 deletions(-)