This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch fix-mirror
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 8400a80 codes format
add c3b1ea0 chore: fix punctuation problem (#1280)
add 2261de1 chore: lint Markdown and remove unneeded rules (#1274)
add 3fcb580 test: backend e2e test for route with jwt (no algorithm)
(#1195)
add 82a9198 docs: Update PULL_REQUEST_TEMPLATE (#1244)
add b42553f fix: Delete excess content. (#1285)
add 4cb07c3 fix(FE): Redirect plugin should not show in route step3
(#1276)
add 47496f2 Merge branch 'master' into fix-mirror
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE | 3 +
.markdownlint.yml | 31 ------
CONTRIBUTING.md | 6 +-
README.md | 1 -
api/README.md | 1 -
api/internal/core/store/storehub.go | 2 +-
...lugin_test.go => route_with_plugin_jwt_test.go} | 114 ++++++++++++++++++++-
docs/api/api.md | 11 +-
docs/front-end-e2e.md | 6 +-
.../route/create-edit-delete-route.spec.js | 8 ++
web/src/components/Plugin/PluginPage.tsx | 48 ++++-----
web/src/components/Plugin/data.tsx | 6 ++
web/src/components/Plugin/typing.d.ts | 4 +-
web/src/pages/Route/components/Step3/index.tsx | 1 +
14 files changed, 174 insertions(+), 68 deletions(-)
rename api/test/e2e/{route_with_auth_plugin_test.go =>
route_with_plugin_jwt_test.go} (62%)