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

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


    from dbec6b3  Merge branch 'tp33'
     add 4ed58da  TINKERPOP-1849 Provide a way to fold() with an index
     add c6739f9  fixed issues mentioned by @spmallette
     new c2362da  Merge branch 'TINKERPOP-1849'

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:
 CHANGELOG.asciidoc                                 |   1 +
 docs/src/reference/the-traversal.asciidoc          |  38 ++++++
 docs/src/upgrade/release-3.4.x.asciidoc            |  19 ++-
 .../traversal/dsl/graph/GraphTraversal.java        |  23 ++++
 .../gremlin/process/traversal/dsl/graph/__.java    |   6 +
 .../process/traversal/step/map/IndexStep.java      | 118 +++++++++++++++++++
 .../process/traversal/step/util/WithOptions.java   |  19 +++
 ...mbdaFlatMapStepTest.java => IndexStepTest.java} |  18 ++-
 .../Process/Traversal/GraphTraversal.cs            |   9 ++
 .../Gremlin.Net/Process/Traversal/WithOptions.cs   |   9 ++
 .../src/Gremlin.Net/Process/Traversal/__.cs        |   8 ++
 .../lib/process/graph-traversal.js                 |  11 ++
 .../gremlin-javascript/lib/process/traversal.js    |   5 +-
 .../gremlin_python/process/graph_traversal.py      |  12 ++
 .../jython/gremlin_python/process/traversal.py     |   6 +
 .../{filter/Is.feature => map/Index.feature}       |  44 +++----
 .../gremlin/process/ProcessStandardSuite.java      |   3 +
 .../process/traversal/step/map/IndexTest.java      | 129 +++++++++++++++++++++
 .../tinkergraph/structure/TinkerGraphPlayTest.java |  32 +----
 19 files changed, 449 insertions(+), 61 deletions(-)
 create mode 100644 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/IndexStep.java
 copy 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/{LambdaFlatMapStepTest.java
 => IndexStepTest.java} (75%)
 copy gremlin-test/features/{filter/Is.feature => map/Index.feature} (57%)
 create mode 100644 
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/IndexTest.java

Reply via email to