Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Feature/add storm dot graph #236

Merged
merged 17 commits into from
Sep 22, 2013
Merged

Feature/add storm dot graph #236

merged 17 commits into from
Sep 22, 2013

Commits on Sep 21, 2013

  1. Add's separate generation of a planned storm graph.

    Outputs to a graphViz
    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    058a2ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390eecf View commit details
    Browse the repository at this point in the history
  3. LUT -> LookupTable

    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    095e857 View commit details
    Browse the repository at this point in the history
  4. Handle N-Way Merge

    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    d548c17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f3baae View commit details
    Browse the repository at this point in the history
  6. Add tests for planner

    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    c6d9435 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1087e7e View commit details
    Browse the repository at this point in the history
  8. Added flatMap generators

    Add law saying no flat maps can live with a source
    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    4a79258 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fcb2cd View commit details
    Browse the repository at this point in the history
  10. Fixes a topo in Topology

    Adds extra handling in graph to ensure we don't push flat mapped producers down to the source
    Rename forward/reverse to dependsOn and dependantOf for clarity
    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    fc083b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4e989b View commit details
    Browse the repository at this point in the history
  12. Make resolve mergableWithSource, a boolean returning function.

    Add comments for maybeCollapse and maybeSplit
    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    b826cc2 View commit details
    Browse the repository at this point in the history
  13. Fixes some bugs in handling of MergedProducers in the topology when t…

    …hose producers aren't normal merges.
    
    Add in a block to disallow a source to be both sides of a merge(or indeed any other node).
    
    Fix generator so this doesn't occur.
    
    Clean up and encapsulate in a private class more of the separation logic
    ianoc committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    3e9501f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    64b481c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4bef8e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2013

  1. Configuration menu
    Copy the full SHA
    59a4905 View commit details
    Browse the repository at this point in the history
  2. Fix bad comment

    ianoc committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    1ce815c View commit details
    Browse the repository at this point in the history