0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 19 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prep for 0.0.4 release More... about 13 years ago
Support Ruby and Java hashes in Flow#connect More... about 13 years ago
Correctly name Cascades and Flows now that we have unique Cascade names and Flow names unique within a Cascade. More... about 13 years ago
Make Main runner class and runner script more verbose to help diagnose runner errors More... about 13 years ago
Replace automated require with small set of fixed requires to avoid problems in remote jobs (say, when the runner is included in the job jar!) More... about 13 years ago
Remove spec file list printed on every rake task and replace by making spec run task verbose (which lists spec files) More... about 13 years ago
Remove unnecessary duplicate reference to scope and promote call to super so constructor is guaranteed to have access to node name More... about 13 years ago
Remove unnecessary instance_eval More... about 13 years ago
Standardize type inspection More... about 13 years ago
Allow forward referencing of assemblies/branches and Assembly scopes are updated as new operators are added. More... about 13 years ago
Make sample integration tests fail when a sample app fails More... about 13 years ago
Only Cascades and Flows are Registerable, because they are valid top-level units in applications. More... about 13 years ago
Remove all uses of Assembly.get from code base More... about 13 years ago
Remove Assembly registry usage from Flow to preserve Cascade namespaces and support multiple Cascades per app More... about 13 years ago
Cleanup join tests More... about 13 years ago
Cleanup join input lookup code More... about 13 years ago
Increase composition-time strictness of make_tap_parameter More... about 13 years ago
Index children by name and keep track of last child. Preparing to remove class-linked registry for Flows and Assemblies. More... about 13 years ago
Eliminated unnecessary input caching in samples. Clean up input and output naming. More... about 13 years ago
Fix and cleanup samples. Add samples rake target as a sort of integration test. More... about 13 years ago
Require block in DSL constructors. If a lookup in the registry is desired, Class#get should be used directly More... about 13 years ago
PipeHelpers module merged into the Assembly class and ExprStub extracted More... about 13 years ago
Remove unsupported extensions More... about 13 years ago
Eliminate factories, unnecessary namespace qualification More... about 13 years ago
Remove dead file More... about 13 years ago
Fix for update to JRuby 1.5.6: can no longer coerce Fixnums to java.lang.Comparable. More... about 13 years ago
Repair spec to expect new CascadingException More... about 13 years ago
From gfodor: gzip support for compress_output More... about 13 years ago
From gfodor: print assembly name, not to_s More... about 13 years ago
From skarpinski: Make the interface to the cast operation in line with other ops. More... about 13 years ago