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

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


    from ca58a971dc TINKERPOP-3166 Implement asNumber() step (#3153)
     new 78b223f8cd Q's first attempt to change limit in repeat to 
per-iteration counters.
     new cd5a485b6b Fixed RangeGlobalStep requirements.
     new c6df173625 Change to nested loop requirement.
     new 83ba4d1fed Modify counter key to account for nested repeats. Added 
temporary playground test for various traversals. Added information for logging.
     new a0e79cd9f3 Draft code for logging, different test case.
     new 2fd547bb40 Account for traversals with varying path lengths.
     new 2c4b4e6896 Added more tests.
     new 969c9abab8 Handle scenario where repeat contains out.limit.
     new 7553687eda Only throw FastNoSuchElementException when not using 
iteration counts.
     new 25ce55657d Added more tests.
     new e460f9b85c Fix typo.
     new 2fbda20828 Revert changes to StringFactory. Fixed bug with loop name.
     new 4af663175e Fixed getLoopNames logic.
     new bc0c835bd2 Added feature tests.
     new 98f9c7ac28 Set loop name for computer algorithm.
     new 96882afcab Troubleshooting graph computer.
     new c7f5c06a25 Fixed standard algo.
     new ac95eebb8b Moved tests to new file.
     new 40183f519c Replaced tests with ones against modern graph.

The 19 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:
 .../process/traversal/step/branch/RepeatStep.java  |  64 ++-
 .../traversal/step/filter/RangeGlobalStep.java     |  90 +++-
 .../traverser/B_LP_NL_O_P_S_SE_SL_Traverser.java   |   7 +
 .../traverser/B_LP_NL_O_S_SE_SL_Traverser.java     |   1 +
 .../traverser/B_NL_O_S_SE_SL_Traverser.java        |   7 +
 .../traverser/LP_NL_O_OB_P_S_SE_SL_Traverser.java  |   1 +
 .../traverser/LP_NL_O_OB_S_SE_SL_Traverser.java    |   1 +
 .../traverser/NL_O_OB_S_SE_SL_Traverser.java       |   1 +
 .../gremlin/test/features/filter/Range.feature     | 121 +++++
 .../structure/TinkerGraphRepeatLimitTest.java      | 569 +++++++++++++++++++++
 10 files changed, 838 insertions(+), 24 deletions(-)
 create mode 100644 
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphRepeatLimitTest.java

Reply via email to