GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/952
TINKERPOP-1959 submit scripts in javascript
https://issues.apache.org/jira/browse/TINKERPOP-1959
Follow on PR to #922 - more details there. This branch now contains a fix
for the test failure that was referenced in the comments toward the end.
Still tweaking code - not quite ready for review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1959
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/952.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #952
----
commit b6478d666407656bc1cfc749a81d3e1ad6f06692
Author: Matthew Allen <matt.allen@...>
Date: 2018-08-23T14:48:36Z
Initial Commit for TINKERPOP-1959 solution.
commit c04ddae8a5793177d7515629358346d91be73e43
Author: Matthew Allen <matt.allen@...>
Date: 2018-08-24T15:14:29Z
Refactor of RemoteStrategy apply()
commit 090f1394a82be9bfd8fede85fa75655ab1f0f249
Author: Matthew Allen <matt.allen@...>
Date: 2018-08-24T23:02:27Z
Fix on eval() incorrect documentation
commit 3f87545f47c8ab36a2c9ed4041029c5a038c2be8
Author: Matthew Allen <matt.allen@...>
Date: 2018-08-27T08:52:49Z
Fixed issue where eval was added to wrong class in GraphTravesal
commit a8e5454589291fb88261ae2b489ac3ed8ecb99ff
Author: Matthew Allen <matt.allen@...>
Date: 2018-09-01T06:53:13Z
Client and Translator classes for better handling of scripts
commit e464d82913a805482bf3a9f7800e77dc1989247f
Author: Matthew Allen <matt.allen@...>
Date: 2018-09-01T07:24:05Z
Fix for numbers not being translated correctly in the bytecode translator
commit 12e835086328a1a6ba8bf1f6f6aae24c8037b156
Author: Matthew Allen <matt.allen@...>
Date: 2018-09-05T19:50:42Z
Changed Client implementation to wrap DriverRemoteConnection
commit cbedb32642ef739aa6478735499866a1cfaa88e9
Author: Matthew Allen <matt.allen@...>
Date: 2018-10-04T19:57:57Z
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.
commit d43031a33c4886989b80db9f7bd10957904a91bb
Author: Stephen Mallette <spmva@...>
Date: 2018-10-05T12:36:01Z
Merge branch 'pr-922' into TINKERPOP-1959
commit ad624be50df60ba107cea2982ee760df4b80abda
Author: Stephen Mallette <spmva@...>
Date: 2018-10-05T12:36:25Z
TINKERPOP-1959 Handled EnumValue serialization in script bindings
----
---