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 2014/06/04 02:33:35 UTC

[12/13] git commit: Merge branch 'ui-rest-new' of https://github.com/harshach/incubator-storm into STORM-205

Merge branch 'ui-rest-new' of https://github.com/harshach/incubator-storm into STORM-205

STORM-205. Add Rest API to Storm.


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

Branch: refs/heads/master
Commit: baee2f4d3543315c040756caa6cf9881c44ee803
Parents: eee8b24 71817e7
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Tue Jun 3 19:27:45 2014 -0500
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Tue Jun 3 19:27:45 2014 -0500

----------------------------------------------------------------------
 .gitignore                                      |    4 +-
 storm-core/src/clj/backtype/storm/ui/core.clj   | 1076 ++++++------------
 storm-core/src/ui/public/component.html         |   88 ++
 storm-core/src/ui/public/index.html             |   73 ++
 storm-core/src/ui/public/js/jquery.mustache.js  |  592 ++++++++++
 storm-core/src/ui/public/js/purl.js             |  267 +++++
 storm-core/src/ui/public/js/script.js           |   51 +-
 .../templates/component-page-template.html      |  152 +++
 .../public/templates/index-page-template.html   |   62 +
 .../public/templates/json-error-template.html   |    4 +
 .../templates/topology-page-template.html       |   97 ++
 storm-core/src/ui/public/topology.html          |   80 ++
 12 files changed, 1818 insertions(+), 728 deletions(-)
----------------------------------------------------------------------