This is an automated email from the ASF dual-hosted git repository.

nwang pushed a change to branch java_11_support
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


    omit 4ca4810  config travis to use oracle jdk 11
    omit b52d478  Support Java 11
     add 073e4d4  updating the NOTICE (#3374)
     add 31b6667  Fix license in health handler py (#3376)
     add a383bc8  Clean up license for healthHandler and jarjar help.txt (#3377)
     add 066dd8e  Add instance resource usage in container (#3375)
     add 7987f4a  Avoid duplicated metrics requests in Heron UI (#3378)
     add c27d2c0  Fix max capacity timeline in Heron UI (#3383)
     add c51faf8  makemetricstriggerperiodic (#3384)
     add a65d330  fix base url and counters flag; combine metrics requests 
(#3385)
     add 1dbf1ce  Refactor counters sections in Heron UI topology page (#3392)
     add 8045a30  Docker site (#3393)
     add 135fb76  Helm chart Bookkeeper fix (#3381)
     add 1f5f23d  Add tables for component running info (#3394)
     add bd06dc8  Update the instruction for using the docker based development 
environment (#3395)
     add 06a55e9  Re-organize UI elements in Heorn UI topology page (#3397)
     add 88a3ccd  Support Java 11
     add 0236e4b  config travis to use oracle jdk 11

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ca4810)
            \
             N -- N -- N   refs/heads/java_11_support (0236e4b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   5 +-
 NOTICE                                             |   2 +-
 deploy/kubernetes/helm/templates/bookie.yaml       |   3 +
 docker/scripts/dev-env.sh                          |   9 +-
 .../heron/healthmgr/HealthManagerMetrics.java      |  11 +-
 heron/shell/src/python/handlers/healthhandler.py   |  23 +-
 heron/tools/common/src/python/access/heron_api.py  |   9 +-
 heron/tools/ui/resources/static/css/main.css       |  38 +
 heron/tools/ui/resources/static/js/config.js       |   2 +-
 .../tools/ui/resources/static/js/physical-plan.js  |  47 +-
 .../ui/resources/static/js/plan-controller.js      |   1 +
 heron/tools/ui/resources/static/js/topologies.js   | 790 +++++++++++++++++----
 .../static/js/{colors.js => topology-details.js}   |  29 +-
 heron/tools/ui/resources/templates/topology.html   | 252 ++++---
 ...azel_rules_pex-0.3.0.txt => LICENSE-jarjar.txt} |   2 +-
 website2/website/package-lock.json                 |   7 +-
 website2/website/package.json                      |   4 +-
 .../website/scripts}/Dockerfile.ubuntu18.04        |  16 +-
 website2/website/scripts/build-site.sh             |  13 +-
 .../website}/scripts/compile-docker.sh             |  39 +-
 website2/website/scripts/python-doc-gen.sh         |  16 +-
 21 files changed, 964 insertions(+), 354 deletions(-)
 copy heron/tools/ui/resources/static/js/{colors.js => topology-details.js} 
(53%)
 copy licenses/{LICENSE-bazel_rules_pex-0.3.0.txt => LICENSE-jarjar.txt} (99%)
 copy {docker/compile => website2/website/scripts}/Dockerfile.ubuntu18.04 (83%)
 copy {docker => website2/website}/scripts/compile-docker.sh (61%)

Reply via email to