1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tweaks to FluentPipeline methods. More coming. More... over 13 years ago
Renamed some pipe and updated method names in FluentPipeline. General pretty refactoring for massive Gremlin refactoring. More... over 13 years ago
Merge pull request #48 from svzdvd/master More... over 13 years ago
migrated TableTest from Gremlin to Pipes. More... over 13 years ago
small tweaks to StartPipe. More... over 13 years ago
added type to methods next(int) and toList() More... over 13 years ago
more work on making sure test cases don't have graph aspects in them. More... over 13 years ago
more work on test cases that relied on using graph aspects. More... over 13 years ago
refactored all traversal aspects out of Pipes and into Gremlin-Core. Pipes now only depends on Junit :). More... over 13 years ago
bumped to 0.9-SNAPSHOT. More... over 13 years ago
Pipes 0.8 release commit. More... over 13 years ago
syntatic optimizations to AbstractPipe. Updated CHANGELOG for tomorrows release. More... over 13 years ago
syntatic optimizations to AbstractPipe. Updated CHANGELOG for tomorrows release. More... over 13 years ago
RangeFilterPipe now uses longs. More... over 13 years ago
fixed performance issue in RangeFilterPipe. More... over 13 years ago
removed ReducePipe until we come up with a good tuple model. OptinalPipe implements SideEffectPipe but has a getSideEffect() of null. More... over 13 years ago
found many Closures names and renamed them to Function. Also, likewise for JavaDoc. More... over 13 years ago
more tweaks to ReducePipe. Added concept of a Pair tuple. :| ... Not liking it, but needed. More... over 13 years ago
added ReducePipe as a SideEffectPipe with reduction as the sideffect and thus, to in-stream it, use SideEffectCapPipe. More... over 13 years ago
renamed XXXClosurePipe to XXXFunctionPipe. Few other random tweaks. More... over 13 years ago
Removed PipeClosure and replaced with fully functional PipeFunction. Numerous cleanup ramification because of it. Thanks Zach Cox for the nice thoughts. More... over 13 years ago
a slight optimization to SideEffectCapPipe. More... over 13 years ago
removed unused images. More... over 13 years ago
updated subtitle of project and tweak to HistoryIterator javadoc. More... over 13 years ago
updated README.textile. More... over 13 years ago
updated README.textile. More... over 13 years ago
extended FluentPipeline constructor to support automagic start(). Updated Pipeline constructor for mutable list state. More... over 13 years ago
Fully JavaDoc'd FluentPipeline. Small tweak to TablePipe. More... over 13 years ago
added FluentPipeline.random(). More... over 13 years ago
added JavaDoc to FluentPipeline and other helper methods to the class. More... over 13 years ago