This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch fix/live-debug-grid-and-page-flow
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 213f787 fix(live-debug): pin the LAL frozen column, flash the whole
step row, flow the debugger pages
add 5b33dca feat(live-debug): Envoy-ALS generic render, LAL matrix filter
+ cross-node fixes, cell inspect/diff
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 6 +
.../ui/src/features/operate/_shared/MonacoView.vue | 85 +++++
.../src/features/operate/live-debug/DebugLal.vue | 230 +++++++++++-
.../ui/src/features/operate/live-debug/LalCell.vue | 64 +++-
.../features/operate/live-debug/LalCellPopout.vue | 412 +++++++++++++++++++++
.../features/operate/live-debug/lalPayload.test.ts | 138 +++++++
.../src/features/operate/live-debug/lalPayload.ts | 114 ++++--
apps/ui/src/i18n/locales/de.json | 9 +-
apps/ui/src/i18n/locales/en.json | 9 +-
apps/ui/src/i18n/locales/es.json | 9 +-
apps/ui/src/i18n/locales/fr.json | 9 +-
apps/ui/src/i18n/locales/ja.json | 9 +-
apps/ui/src/i18n/locales/ko.json | 9 +-
apps/ui/src/i18n/locales/pt.json | 9 +-
apps/ui/src/i18n/locales/zh-CN.json | 9 +-
docs/operate/live-debugger.md | 12 +
16 files changed, 1062 insertions(+), 71 deletions(-)
create mode 100644 apps/ui/src/features/operate/_shared/MonacoView.vue
create mode 100644 apps/ui/src/features/operate/live-debug/LalCellPopout.vue
create mode 100644 apps/ui/src/features/operate/live-debug/lalPayload.test.ts