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/17 11:59:12 UTC

[tinkerpop] branch tp33 updated (ad12862 -> 7095e39)

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 ad12862  Merge branch 'TINKERPOP-2212' into tp33
     add d09d7fb  TINKERPOP-2089 Added DSL support to gremlin-javascript
     add 22e3560  TINKERPOP-2089 Minor fixes
     add bc004a5  TINKERPOP-2089 Added tests for anoynmous DSL steps
     add d8353f4  TINKERPOP-2089 Added docs for javascript DSL
     add 52bfdfe  TINKERPOP-2089 Minor fix to update docs
     add 7095e39  Merge branch 'TINKERPOP-2089' into tp33

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/reference/the-traversal.asciidoc          | 62 ++++++++++++++++++++++
 docs/src/upgrade/release-3.3.x.asciidoc            |  9 ++++
 .../glv/GraphTraversalSource.template              | 18 ++++---
 .../lib/process/anonymous-traversal.js             | 15 ++++--
 .../lib/process/graph-traversal.js                 | 36 +++++++------
 .../gremlin-javascript/lib/structure/graph.js      |  8 +--
 .../test/integration/traversal-test.js             | 56 +++++++++++++++++--
 8 files changed, 174 insertions(+), 31 deletions(-)