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
minor documentation. More... about 14 years ago
AggregatorPipe now behaves like a true sideeffect pipe. To get the previous effect you now have to do new SideEffectPipe(new AggregatorPipe()) --> new ScatterPipe(). More... about 14 years ago
renamed CountCombinePipe to GroupCountPipe and added new Map based constructor to it. More... about 14 years ago
added PropertyMap pipe. For an element it emits a map of its properties. More... about 14 years ago
bumped version to 0.3-SNAPSHOT. Added GatherPipe to utitlies. Remove EndSupportPipe in lieu of ScatterPipe accomplishing the same behavior. Created BaseIdentityPipe for Paths so that IdentityPipe is back in its pristene state. Updated AbstractPipe and Pipeline accordingly. More... about 14 years ago
pipes 0.2 clogged release More... about 14 years ago
updated CHANGELOG.textile More... about 14 years ago
Test stack overflow. More... about 14 years ago
Fix possible blown stacks on big graphs. More... about 14 years ago
added PathPipe to take a Pipeline and emit its paths. More... about 14 years ago
The previous change caused pipelines to lose the first element in a path. Fixed. More... about 14 years ago
Clean up the pipeline test a bit. More... about 14 years ago
Prepending an identity pipe is only necessary if paths are enabled and only on the first pipe in the chain. More... about 14 years ago
merged Pipe and Path. There is no need to have them distinct interfaces. Also, removed all notions of ArrayList to make them the generic List interface. Test cases pass. More... about 14 years ago
changed path() to getPath() to be more Java-compliant. Pushing to TinkerPop Maven2 repo... More... about 14 years ago
Merge branch 'feature/stop_exhausted_range' into develop More... about 14 years ago
Added myself as a contributor. More... about 14 years ago
Exception in exception message More... about 14 years ago
Let paths work properly even if enablePath is called more than once or too early. More... about 14 years ago
Clean up the path refactoring now that I know what methods need to be available to be overridden. More... about 14 years ago
Extract some methods from AbstractPipe path. More... about 14 years ago
Test that the iterator isn't actually called the wrong number of times. More... about 14 years ago
Test a path which continues after being split and merged. More... about 14 years ago
Test a path through a split and merge. More... about 14 years ago
Fixed a tricky bug where a path would be partially carried forward into the next one. More... about 14 years ago
Almost the same thing for Robin Merge. More... about 14 years ago
Test paths with exhaustive merge. More... about 14 years ago
Refactor test. More... about 14 years ago
added PipeSequence utility which will lazily iterate through generated paths of a pipe. More... about 14 years ago
added some path-based test cases to Pipeline and AbstractPipe.: More... about 14 years ago