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 2018/09/25 17:45:57 UTC

[3/3] storm git commit: Merge branch 'STORM-3232' of https://github.com/revans2/incubator-storm into STORM-3232

Merge branch 'STORM-3232' of https://github.com/revans2/incubator-storm into STORM-3232

STORM-3232: Display on the UI all versions of storm that are supported

This closes #2844


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

Branch: refs/heads/master
Commit: bca4761d7b36296f12b64c7575b57085d1f3ec1e
Parents: 9d083fa 1f1fb0a
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Tue Sep 25 12:24:46 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Tue Sep 25 12:24:46 2018 -0500

----------------------------------------------------------------------
 .../org/apache/storm/utils/IVersionInfo.java    |  72 ++++++
 .../org/apache/storm/utils/SimpleVersion.java   |   4 +-
 .../src/jvm/org/apache/storm/utils/Utils.java   |  61 +++++
 .../jvm/org/apache/storm/utils/VersionInfo.java | 243 ++++++++++++++-----
 .../jvm/org/apache/storm/utils/UtilsTest.java   |  18 ++
 .../storm-core-version-info.properties          |  23 ++
 .../org/apache/storm/daemon/ui/UIHelpers.java   | 158 +++++++-----
 .../apache/storm/daemon/ui/WEB-INF/index.html   |   7 +
 .../WEB-INF/templates/index-page-template.html  |  23 +-
 9 files changed, 478 insertions(+), 131 deletions(-)
----------------------------------------------------------------------