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:16:15 UTC

[tinkerpop] branch TINKERPOP-1959-tp33 updated (94f7477 -> fe6149a)

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

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


    omit 94f7477  TINKERPOP-1959 Minor fix to upgrade docs
    omit 0fb7c9e  TINKERPOP-1959 Minor fixes to upgrade docs
    omit cfa6c04  TINKERPOP-1959 Refactored request arg serialization to be more general
    omit 22c8821  TINKERPOP-1959 Handled EnumValue serialization in script bindings
    omit d12f117  Test added to Client to confirm correct handling of non JS native types. Changed script submission to accept GraphSON v2. Reverted TraversalSource template to original. Removed configuration of standardOp Processor. Updated CHANGELOG and upgrade documentation.
    omit 20b7687  Changed Client implementation to wrap DriverRemoteConnection
    omit a59780f  Fix for numbers not being translated correctly in the bytecode translator
    omit a72c6fb  Client and Translator classes for better handling of scripts
    omit 9f4cfc7  Fixed issue where eval was added to wrong class in GraphTravesal
    omit b6c8c00  Fix on eval() incorrect documentation
    omit 4b5d25a  Refactor of RemoteStrategy apply()
    omit ef34c12  Initial Commit for TINKERPOP-1959 solution.
     add b6478d6  Initial Commit for TINKERPOP-1959 solution.
     add c04ddae  Refactor of RemoteStrategy apply()
     add 090f139  Fix on eval() incorrect documentation
     add 3f87545  Fixed issue where eval was added to wrong class in GraphTravesal
     add a8e5454  Client and Translator classes for better handling of scripts
     add e464d82  Fix for numbers not being translated correctly in the bytecode translator
     add 12e8350  Changed Client implementation to wrap DriverRemoteConnection
     add cbedb32  Test added to Client to confirm correct handling of non JS native types. Changed script submission to accept GraphSON v2. Reverted TraversalSource template to original. Removed configuration of standardOp Processor. Updated CHANGELOG and upgrade documentation.
     add d43031a  Merge branch 'pr-922' into TINKERPOP-1959
     add ad624be  TINKERPOP-1959 Handled EnumValue serialization in script bindings
     add 67e56dd  TINKERPOP-1959 Refactored request arg serialization to be more general
     add 54a12eb  TINKERPOP-1959 Minor fixes to upgrade docs
     add 6132b7a  TINKERPOP-1959 Minor fix to upgrade docs
     add fe6149a  Merge branch 'TINKERPOP-1959' into TINKERPOP-1959-tp33

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (94f7477)
            \
             N -- N -- N   refs/heads/TINKERPOP-1959-tp33 (fe6149a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes: