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 6586a29 release: pin 2017 as the fixed founding year in the
NOTICE-year fallback
new 0caaa68 traces: name native query by API, not version; banner the v1
segment-list path
new b993362 ttl: make MetricsTTL.metadata optional so non-BanyanDB
backends load
new f1e7e0d skills: add local-boot + build-dashboard, drop migrate-layer
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.claude/skills/build-dashboard/SKILL.md | 119 ++++++++++++
.claude/skills/local-boot/SKILL.md | 102 +++++++++++
.claude/skills/local-boot/horizon.demo.yaml | 114 ++++++++++++
.claude/skills/local-boot/horizon.local.yaml | 111 +++++++++++
.claude/skills/migrate-layer/SKILL.md | 263 ---------------------------
.licenserc.yaml | 3 +
apps/bff/src/http/query/trace.ts | 35 ++--
apps/bff/src/http/query/ttl.ts | 2 +-
apps/bff/src/logic/layers/loader.ts | 5 +-
apps/bff/src/util/trace-protocol-cache.ts | 55 +++---
apps/ui/src/features/operate/ttl/TtlView.vue | 3 +-
apps/ui/src/layer/traces/LayerTracesView.vue | 47 ++++-
packages/api-client/src/index.ts | 1 +
packages/api-client/src/oap-ops.ts | 10 +-
packages/api-client/src/trace.ts | 41 +++--
15 files changed, 581 insertions(+), 330 deletions(-)
create mode 100644 .claude/skills/build-dashboard/SKILL.md
create mode 100644 .claude/skills/local-boot/SKILL.md
create mode 100644 .claude/skills/local-boot/horizon.demo.yaml
create mode 100644 .claude/skills/local-boot/horizon.local.yaml
delete mode 100644 .claude/skills/migrate-layer/SKILL.md