You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by th...@apache.org on 2022/05/25 10:36:45 UTC

[incubator-heron] branch feature/fix-topology-updater updated (e9e46abaa72 -> 3397bcbd3d3)

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

thinker0 pushed a change to branch feature/fix-topology-updater
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


    omit e9e46abaa72 typo
     add 8d38e0e501f Update rules-scala of Scala (#3832)
     add dee5455de0a update year in NOTICE, adding ASF headers to missed files (#3834)
     add 28ab670bc64 Update to show the number of instances in the topology list UI. (#3831)
     add e1c22d2e0be typo
     add 3397bcbd3d3 Fix Update Topology

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   (e9e46abaa72)
            \
             N -- N -- N   refs/heads/feature/fix-topology-updater (3397bcbd3d3)

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:
 NOTICE                                             |  2 +-
 WORKSPACE                                          | 43 +++++++++++++++-------
 heron/tools/tracker/src/python/state.py            | 16 ++++++++
 heron/tools/tracker/src/python/topology.py         | 15 ++++++--
 heron/tools/tracker/src/python/tracker.py          | 26 ++++++-------
 heron/tools/tracker/tests/python/app_unittest.py   | 16 ++++++++
 heron/tools/tracker/tests/python/mock_proto.py     | 31 +++++++++++++++-
 .../tracker/tests/python/topology_unittest.py      | 17 +++++++++
 .../tools/ui/resources/static/js/alltopologies.js  | 26 ++++++++-----
 heron/tools/ui/resources/templates/topology.html   |  2 +
 tools/bazel.rc                                     |  2 +
 11 files changed, 155 insertions(+), 41 deletions(-)