This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch drop-webapp-and-booster-ui
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from d5d13e0ddb AlarmRecord: type layer as Layer enum, drop alarm_layer
rename
add 69fe976a9a ui-management + status: align docs, add REST e2e, drop dead
ui pieces
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
.github/workflows/skywalking.yaml | 6 +-
docs/en/changes/changes.md | 15 +++--
docs/en/setup/backend/admin-api/admin-ui.md | 46 --------------
docs/en/setup/backend/admin-api/readme.md | 14 ++---
docs/en/setup/backend/admin-api/status.md | 11 +++-
docs/menu.yml | 2 -
.../oap/server/admin/status/StatusModule.java | 13 ++--
.../admin/status/StatusModuleProviderTest.java | 23 ++++++-
.../core/query/input/AlarmQueryCondition.java | 11 ++--
.../src/main/resources/query-protocol | 2 +-
.../src/main/resources/application.yml | 7 ++-
.../banyandb/docker-compose.yml | 6 +-
.../{event => ui-management}/banyandb/e2e.yaml | 13 ++--
.../expected/template-changed.yml} | 3 +-
.../ui-management/expected/template-fetched.yml | 4 +-
.../expected/template-list-disabled.yml} | 3 +-
.../expected/template-list-empty.yml} | 2 +-
.../ui-management/expected/template-updated.yml | 4 +-
.../expected/template-write-success.yml} | 3 +-
.../cases/ui-management/ui-management-cases.yaml | 73 ++++++++++++++++++++++
21 files changed, 158 insertions(+), 105 deletions(-)
delete mode 100644 docs/en/setup/backend/admin-api/admin-ui.md
copy test/e2e-v2/cases/{event => ui-management}/banyandb/docker-compose.yml
(95%)
copy test/e2e-v2/cases/{event => ui-management}/banyandb/e2e.yaml (81%)
copy test/e2e-v2/cases/{satellite/native-protocols/expected/profile-create.yml
=> ui-management/expected/template-changed.yml} (97%)
copy
oap-server/server-starter/src/main/resources/log-mal-rules/placeholder.yaml =>
test/e2e-v2/cases/ui-management/expected/template-fetched.yml (93%)
copy test/e2e-v2/cases/{profiling/trace/expected/profile-dump-result.yml =>
ui-management/expected/template-list-disabled.yml} (98%)
copy
test/e2e-v2/{java-test-service/e2e-mock-baseline-server/src/main/resources/application.yml
=> cases/ui-management/expected/template-list-empty.yml} (99%)
copy
oap-server/server-starter/src/main/resources/log-mal-rules/placeholder.yaml =>
test/e2e-v2/cases/ui-management/expected/template-updated.yml (93%)
copy test/e2e-v2/cases/{profiling/ebpf/continuous/expected/policy-set.yml =>
ui-management/expected/template-write-success.yml} (97%)
create mode 100644 test/e2e-v2/cases/ui-management/ui-management-cases.yaml