This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch fix/dependabot-deps
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from dfa0b76 fix(deps): bump BFF vitest 2->3 so no vite 5 lingers
transitively
add 8a2cccc feat(pod-logs): on-demand Kubernetes pod-log live-tail tab
(#25)
add ad17474 Merge branch 'main' into fix/dependabot-deps
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 31 +-
CLAUDE.md | 7 +
.../src/bundled_templates/layers/k8s_service.json | 3 +-
apps/bff/src/bundled_templates/layers/mesh.json | 3 +-
apps/bff/src/bundled_templates/layers/mesh_dp.json | 3 +-
apps/bff/src/http/query/menu.ts | 19 +-
apps/bff/src/http/query/pod-log.ts | 215 +++++++++++
apps/bff/src/logic/layers/loader.ts | 4 +
apps/bff/src/rbac/route-policy.ts | 2 +
apps/bff/src/server.ts | 2 +
apps/ui/src/api/client.ts | 1 +
apps/ui/src/api/scopes/log.ts | 51 +++
.../admin/layer-templates/LayerDashboardsAdmin.vue | 22 +-
.../overview-templates/OverviewTemplatesAdmin.vue | 20 +-
apps/ui/src/i18n/locales/de.json | 24 +-
apps/ui/src/i18n/locales/en.json | 24 +-
apps/ui/src/i18n/locales/es.json | 24 +-
apps/ui/src/i18n/locales/fr.json | 24 +-
apps/ui/src/i18n/locales/ja.json | 24 +-
apps/ui/src/i18n/locales/ko.json | 24 +-
apps/ui/src/i18n/locales/pt.json | 24 +-
apps/ui/src/i18n/locales/zh-CN.json | 24 +-
apps/ui/src/layer/pod-logs/LayerPodLogsView.vue | 391 +++++++++++++++++++++
apps/ui/src/layer/pod-logs/useLayerPodLogs.ts | 224 ++++++++++++
apps/ui/src/shell/AppSidebar.vue | 16 +
apps/ui/src/shell/AppTopbar.vue | 4 +
apps/ui/src/shell/TemplateConflictPrompt.vue | 18 +-
apps/ui/src/shell/layerFromTemplate.ts | 1 +
apps/ui/src/shell/router/index.ts | 3 +
apps/ui/src/shell/useLayers.ts | 1 +
packages/api-client/src/menu.ts | 4 +
31 files changed, 1217 insertions(+), 20 deletions(-)
create mode 100644 apps/bff/src/http/query/pod-log.ts
create mode 100644 apps/ui/src/layer/pod-logs/LayerPodLogsView.vue
create mode 100644 apps/ui/src/layer/pod-logs/useLayerPodLogs.ts