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 2019/05/09 14:00:48 UTC

[tinkerpop] branch tp33 updated (beae963 -> dfe9a93)

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

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


    from beae963  Fixed text formatting CTR
     add 7190091  TINKERPOP-2199 Fixed P.within()/without() behavior in gremlin-python
     add ef41dca  TINKERPOP-2199 P.within()/without() behaves more consistently for .NET
     add 2e5a70b  TINKERPOP-2199 Fixed the bad GraphSON 3.0 docs for within() and without()
     add 52159f6  TINKERPOP-2199 Added some more java tests for within()/without() for GraphSON
     add fddb6cf  TINKERPOP-2206 Fixed g:List serialization
     add c75a1d9  TINKERPOP-2206 Minor fixes
     add dfe9a93  Merge remote-tracking branch 'origin/TINKERPOP-2206' into tp33

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  2 +
 docs/src/dev/io/graphson.asciidoc                  | 28 ++++++++------
 .../graphson/GraphSONMapperEmbeddedTypeTest.java   | 43 ++++++++++++++++++++++
 gremlin-dotnet/glv/P.template                      | 11 +++---
 .../src/Gremlin.Net/Process/Traversal/P.cs         | 17 ++++-----
 .../Structure/IO/GraphSON/GraphSONWriterTests.cs   | 40 ++++++++++++++++++--
 gremlin-javascript/glv/TraversalSource.template    | 19 +++++++++-
 .../gremlin-javascript/lib/process/traversal.js    | 27 +++++++++-----
 .../lib/structure/io/graph-serializer.js           | 12 ++++--
 .../lib/structure/io/type-serializers.js           |  2 +-
 .../gremlin-javascript/test/unit/graphson-test.js  | 18 +++++++++
 gremlin-python/glv/TraversalSource.template        | 16 +++++++-
 .../jython/gremlin_python/process/traversal.py     | 12 ++++--
 .../src/main/jython/tests/process/test_dsl.py      |  2 +-
 .../jython/tests/structure/io/test_graphsonV2d0.py |  7 +++-
 .../jython/tests/structure/io/test_graphsonV3d0.py |  6 +++
 16 files changed, 211 insertions(+), 51 deletions(-)