This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat/service-internal-topology
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from c5b02cd feat(layer): Deployment tab — per-service instance topology
with clustering, admin scope, and 3D map integration
add 5f1a3b7 refactor(api-client): split Deployment types into their own
self-contained module
add 842e5ab fix(deployment): preview edge-only configs + show tab on
service-only layers
No new revisions were added by this update.
Summary of changes:
apps/bff/src/http/query/deployment.ts | 12 +-
apps/bff/src/logic/layers/preview.ts | 10 +-
apps/ui/src/api/client.ts | 1 +
.../admin/layer-templates/LayerDashboardsAdmin.vue | 33 +--
.../src/layer/service-map/LayerDeploymentView.vue | 29 +--
apps/ui/src/shell/AppSidebar.vue | 2 +-
packages/api-client/src/deployment.ts | 226 +++++++++++++++++++++
packages/api-client/src/index.ts | 11 +-
packages/api-client/src/topology.ts | 160 ---------------
9 files changed, 282 insertions(+), 202 deletions(-)
create mode 100644 packages/api-client/src/deployment.ts