This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 19dac04 ui: widget format hint (int/decimal/compact) + sidebar group
toggle + topbar 60m
add de3881b 0.2.0: topology booster-port + logs rebuild + per-scope
dashboards + sidebar polish
No new revisions were added by this update.
Summary of changes:
.../bff/src/bundled_templates/layers/banyandb.json | 231 +-----
apps/bff/src/bundled_templates/layers/mesh_dp.json | 128 ++--
.../bundled_templates/layers/so11y_go_agent.json | 2 +-
.../bundled_templates/layers/so11y_java_agent.json | 2 +-
.../src/bundled_templates/layers/so11y_oap.json | 2 +-
apps/bff/src/layers/loader.ts | 32 +
apps/bff/src/oap/log-routes.ts | 23 +-
apps/bff/src/oap/menu-routes.ts | 1 +
apps/bff/src/oap/trace-tag-routes.ts | 85 ++-
apps/ui/src/api/client.ts | 19 +
apps/ui/src/components/charts/TopList.vue | 78 +-
apps/ui/src/components/shell/AppSidebar.vue | 75 +-
apps/ui/src/components/shell/AppTopbar.vue | 10 +-
apps/ui/src/composables/useLayerDashboard.ts | 22 +-
apps/ui/src/composables/useLayerLogs.ts | 26 +
apps/ui/src/composables/useLayers.ts | 23 +
apps/ui/src/views/layer/LayerDashboardsView.vue | 25 +-
apps/ui/src/views/layer/LayerLogsView.vue | 834 +++++++++++++++++++--
apps/ui/src/views/layer/LayerServiceMapView.vue | 394 +++++-----
apps/ui/src/views/layer/LayerTracesView.vue | 5 +-
packages/api-client/src/logs.ts | 18 +
packages/api-client/src/menu.ts | 20 +
22 files changed, 1415 insertions(+), 640 deletions(-)