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 dbfa4d0 admin(conflict): reframe the login prompt as a two-way
version difference
new 7ff0ffa release: post-vote finalize script + single from-source
Dockerfile
new ea29dc2 rbac+docs: grant overview/ttl/config reads to maintainer; doc
refresh
The 2 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:
.dockerignore | 27 ++-
.github/workflows/ci.yaml | 10 +-
.github/workflows/publish-image.yaml | 48 ++---
Dockerfile | 73 +++----
README.md | 3 +-
apps/bff/src/config/schema.ts | 2 +
apps/ui/src/shell/AppSidebar.vue | 2 +-
dist-material/docker-hub/README.md | 76 +++++++
docs/README.md | 17 +-
docs/access-control/admin-pages.md | 6 +-
docs/access-control/audit-log.md | 28 ++-
docs/access-control/rbac.md | 16 +-
docs/components/charts.md | 151 ++++----------
docs/components/dashboard-widgets.md | 27 +--
docs/customization/adding-a-new-layer.md | 4 +-
docs/customization/layer-templates.md | 42 ++--
docs/customization/menu-structure.md | 177 ++++++-----------
docs/customization/overview-templates.md | 56 ++----
docs/design-target.md | 4 +-
docs/menu.yml | 79 ++++----
docs/operate/cluster-metadata.md | 12 --
docs/operate/data-retention.md | 28 +++
docs/operate/inspect.md | 2 +-
docs/operate/oap-configuration.md | 24 +++
docs/setup/audit.md | 2 +-
docs/setup/auth.md | 2 +-
docs/setup/container-image.md | 33 ++--
docs/setup/debug-log.md | 2 +-
docs/setup/files.md | 2 +-
docs/setup/oap.md | 2 +-
docs/setup/overview.md | 51 ++++-
docs/setup/rbac.md | 13 +-
docs/setup/server.md | 2 +-
docs/setup/session.md | 2 +-
horizon.example.yaml | 4 +
package.json | 2 +-
scripts/package.mjs | 4 +-
scripts/release-finalize.sh | 328 +++++++++++++++++++++++++++++++
scripts/release.sh | 26 ++-
39 files changed, 837 insertions(+), 552 deletions(-)
create mode 100644 dist-material/docker-hub/README.md
create mode 100644 docs/operate/data-retention.md
create mode 100644 docs/operate/oap-configuration.md
create mode 100755 scripts/release-finalize.sh