You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/22 09:22:04 UTC

[skywalking] branch master updated: Sync UI: redesign and implement new topology (#10576)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new e16d294bd8 Sync UI: redesign and implement new topology  (#10576)
e16d294bd8 is described below

commit e16d294bd815e78e5f1ca9d9fe3682465db3903d
Author: Fine0830 <fi...@outlook.com>
AuthorDate: Wed Mar 22 17:21:56 2023 +0800

    Sync UI: redesign and implement new topology  (#10576)
    
    Refactor Topology widget to make it more hierarchical.
      1. Choose `User` as the first node.
      2. If `User` node is absent, choose the busiest node(which has the most calls of all).
      3. Do a left-to-right flow process.
      4. At the same level, list nodes from top to bottom in alphabetical order.
---
 docs/en/changes/changes.md | 5 +++++
 skywalking-ui              | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index a20da16af5..d1ca54287a 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -21,6 +21,11 @@
 #### UI
 * Revert: cpm5d function. This feature is cancelled from backend.
 * Fix: alerting link breaks on the topology.
+* Refactor Topology widget to make it more hierarchical.
+  1. Choose `User` as the first node.
+  2. If `User` node is absent, choose the busiest node(which has the most calls of all).
+  3. Do a left-to-right flow process.
+  4. At the same level, list nodes from top to bottom in alphabetical order.
 
 #### Documentation
 
diff --git a/skywalking-ui b/skywalking-ui
index 8031c1b463..449dccdf36 160000
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit 8031c1b463cc98a2e1785c6e20867e0a91efe5c0
+Subproject commit 449dccdf366fbcbefdd56f36c13db197ed5bd9d9