GitHub user govind-menon opened a pull request:
https://github.com/apache/storm/pull/2738
Storm 1311 Migration of UI from Clojure to Jersey/Grizzly I
This PR contains the basic frameworks and the GET requests. PUT's and
storm.py changes to follow
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/govind-menon/storm STORM-1311-Jetty
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2738.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2738
----
commit 9c510968cdebcfb1d6e4df5f3b45d73173d6e81c
Author: Govind Menon <govindappumenon@...>
Date: 2018-05-29T19:57:41Z
STORM-1311: UI Migration from clj to java
commit 086f6c6f9cd0b30f47dd32be32e14aa36ead03f2
Author: Govind Menon <govindappumenon@...>
Date: 2018-06-01T17:41:35Z
STORM-1311: Using Jetty instead of Grizzly
commit 96b5b1aca60271431246167ae8f993ca678f661f
Author: Govind Menon <govindappumenon@...>
Date: 2018-06-27T05:17:50Z
STORM-1311: Adding all GET routes
----
---