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/29 16:23:08 UTC

[tinkerpop] branch master updated (669412f -> 3f67f94)

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

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


    from 669412f  Merge branch '3.4-dev'
     add 2c60aa1  TINKERPOP-2332 JavaScript GLV: Fix structure toString() methods
     add dc5e457  TINKERPOP-2333 JavaScript GLV: Fix Edge GraphSON2+ serialization
     add e2c4b27  Merge pull request #1242 from apache/TINKERPOP-2332
     add 0dd374a  Merge branch '3.3-dev' into 3.4-dev
     new 3f67f94  Merge branch '3.4-dev'

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:
 .../gremlin-javascript/lib/structure/graph.js      | 34 ++++++---
 .../lib/structure/io/type-serializers.js           |  4 +-
 .../test/cucumber/feature-steps.js                 |  4 +-
 .../test/unit/structure-types-test.js              | 87 ++++++++++++++++++++++
 4 files changed, 115 insertions(+), 14 deletions(-)
 create mode 100644 gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/structure-types-test.js


[tinkerpop] 01/01: Merge branch '3.4-dev'

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

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

commit 3f67f9492101aef3f147e4913cef6948f6f6d3a4
Merge: 669412f 0dd374a
Author: Jorge Bay Gondra <jo...@gmail.com>
AuthorDate: Wed Jan 29 17:22:56 2020 +0100

    Merge branch '3.4-dev'

 .../gremlin-javascript/lib/structure/graph.js      | 34 ++++++---
 .../lib/structure/io/type-serializers.js           |  4 +-
 .../test/cucumber/feature-steps.js                 |  4 +-
 .../test/unit/structure-types-test.js              | 87 ++++++++++++++++++++++
 4 files changed, 115 insertions(+), 14 deletions(-)

diff --cc gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js
index 3b3ddbf,4c0414a..1c6d512
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js
@@@ -67,7 -66,8 +67,9 @@@ const ignoredScenarios = 
    // An associative array containing the scenario name as key, for example:
    'g_withSideEffectXa_setX_V_both_name_storeXaX_capXaX': new IgnoreError(ignoreReason.setNotSupported),
    'g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX': new IgnoreError(ignoreReason.setNotSupported),
 +  'g_V_group_byXageX': new IgnoreError(ignoreReason.nullKeysInMapNotSupportedWell),
+   'g_V_shortestPath_edgesIncluded': new IgnoreError(ignoreReason.needsFurtherInvestigation),
+   'g_V_shortestPath_edgesIncluded_edgesXoutEX': new IgnoreError(ignoreReason.needsFurtherInvestigation)
  };
  
  defineSupportCode(function(methods) {