openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
tinkerpop's pipes
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 12 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
minor documentation.
okram
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().
okram
More...
about 14 years ago
renamed CountCombinePipe to GroupCountPipe and added new Map based constructor to it.
okram
More...
about 14 years ago
added PropertyMap pipe. For an element it emits a map of its properties.
okram
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.
okram
More...
about 14 years ago
pipes 0.2 clogged release
okram
More...
about 14 years ago
updated CHANGELOG.textile
okram
More...
about 14 years ago
Test stack overflow.
Darrick Wiebe
More...
about 14 years ago
Fix possible blown stacks on big graphs.
Darrick Wiebe
More...
about 14 years ago
added PathPipe to take a Pipeline and emit its paths.
okram
More...
about 14 years ago
The previous change caused pipelines to lose the first element in a path. Fixed.
Darrick Wiebe
More...
about 14 years ago
Clean up the pipeline test a bit.
Darrick Wiebe
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.
Darrick Wiebe
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.
okram
More...
about 14 years ago
changed path() to getPath() to be more Java-compliant. Pushing to TinkerPop Maven2 repo...
okram
More...
about 14 years ago
Merge branch 'feature/stop_exhausted_range' into develop
Darrick Wiebe
More...
about 14 years ago
Added myself as a contributor.
Darrick Wiebe
More...
about 14 years ago
Exception in exception message
Darrick Wiebe
More...
about 14 years ago
Let paths work properly even if enablePath is called more than once or too early.
Darrick Wiebe
More...
about 14 years ago
Clean up the path refactoring now that I know what methods need to be available to be overridden.
Darrick Wiebe
More...
about 14 years ago
Extract some methods from AbstractPipe path.
Darrick Wiebe
More...
about 14 years ago
Test that the iterator isn't actually called the wrong number of times.
Darrick Wiebe
More...
about 14 years ago
Test a path which continues after being split and merged.
Darrick Wiebe
More...
about 14 years ago
Test a path through a split and merge.
Darrick Wiebe
More...
about 14 years ago
Fixed a tricky bug where a path would be partially carried forward into the next one.
Darrick Wiebe
More...
about 14 years ago
Almost the same thing for Robin Merge.
Darrick Wiebe
More...
about 14 years ago
Test paths with exhaustive merge.
Darrick Wiebe
More...
about 14 years ago
Refactor test.
Darrick Wiebe
More...
about 14 years ago
added PipeSequence utility which will lazily iterate through generated paths of a pipe.
okram
More...
about 14 years ago
added some path-based test cases to Pipeline and AbstractPipe.:
okram
More...
about 14 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree