This is an automated email from the ASF dual-hosted git repository.
membphis pushed a change to branch docs-main-image
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from f26643a docs: update architecture diagram.
add 1804c75 fix: cli test failed (#1475)
add adda38b feat: Press Enter key can trigger the Login button (#1472)
add 1d8a853 docs: update Release info & Makefile tip (#1478)
add 20d5492 feat: add a GitHub Action to check for trailing whitespace
(#1474)
add 2b9ff48 feat: added tip for Plugin module (#1481)
add 65f792a feat: added tip on the Metrics page (#1479)
add 4e6ac5f Merge branch 'master' into docs-main-image
No new revisions were added by this update.
Summary of changes:
.github/workflows/lint.yml | 27 ++++-
.github/workflows/spellchecker.yml | 21 ----
Makefile | 12 +-
README.md | 2 +-
.../handler/data_loader/route_export_test.go | 72 ++++++------
api/test/e2e/route_export_test.go | 124 ++++++++++-----------
api/test/e2e/service_test.go | 28 ++---
api/test/shell/cli_test.sh | 3 +-
api/test/shell/manager_smoking.sh | 6 +-
web/cypress/fixtures/selector.json | 8 +-
.../integration/metrics/metrics-smoketest.spec.js | 2 +-
web/cypress/integration/user/login.spec.js | 30 +++--
web/src/components/Plugin/PluginPage.tsx | 12 ++
.../{pages => components}/Plugin/locales/en-US.ts | 4 +-
.../{ActionBar => Plugin}/locales/zh-CN.ts | 4 +-
web/src/components/RightContent/index.tsx | 2 +-
web/src/locales/en-US.ts | 2 +
web/src/locales/zh-CN.ts | 2 +
web/src/pages/Metrics/Metrics.tsx | 14 ++-
web/src/pages/Metrics/locales/en-US.ts | 3 +-
web/src/pages/Metrics/locales/zh-CN.ts | 1 +
web/src/pages/ServerInfo/typing.d.ts | 2 +-
web/src/pages/User/Login.tsx | 8 +-
23 files changed, 219 insertions(+), 170 deletions(-)
delete mode 100644 .github/workflows/spellchecker.yml
copy web/src/{pages => components}/Plugin/locales/en-US.ts (85%)
copy web/src/components/{ActionBar => Plugin}/locales/zh-CN.ts (83%)