You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/05/26 13:52:47 UTC

[5/6] storm git commit: Merge branch 'sp/STORM-2206' of https://github.com/Crim/storm into STORM-2206

Merge branch 'sp/STORM-2206' of https://github.com/Crim/storm into STORM-2206

STORM-2206: replacing visualization with viz.js


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/6311abfc
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/6311abfc
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/6311abfc

Branch: refs/heads/master
Commit: 6311abfc05afa4db9309fe1e3699c95d200c9e31
Parents: 30cbae5 e4e48f8
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Fri May 26 08:34:21 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Fri May 26 08:34:21 2017 -0500

----------------------------------------------------------------------
 LICENSE                                         | 117 +---
 pom.xml                                         |   5 +-
 storm-core/src/ui/public/css/style.css          |  97 +++
 storm-core/src/ui/public/css/vis.min.css        |   1 +
 storm-core/src/ui/public/images/component.png   | Bin 0 -> 699 bytes
 storm-core/src/ui/public/images/streams.png     | Bin 0 -> 903 bytes
 storm-core/src/ui/public/js/arbor-graphics.js   |  51 --
 storm-core/src/ui/public/js/arbor-tween.js      |  86 ---
 storm-core/src/ui/public/js/arbor.js            |  67 --
 storm-core/src/ui/public/js/script.js           |  42 ++
 storm-core/src/ui/public/js/vis.min.js          |  45 ++
 storm-core/src/ui/public/js/visualization.js    | 686 ++++++++-----------
 .../templates/topology-page-template.html       |  24 +-
 storm-core/src/ui/public/topology.html          |   4 +-
 storm-core/src/ui/public/visualize.html         | 124 ++++
 15 files changed, 648 insertions(+), 701 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/6311abfc/pom.xml
----------------------------------------------------------------------