This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch test-plugins
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from 7d20b16  feat: added come testcases
     add d194c15  feat: sync bugfix PRs with the master branch (#1171)
     add 50bcbe9  feat: Improve consumer for i18n (#1212)
     add f71acb1  fix(be): change bodyParams to string to accept any 
content-type (#1202)
     add e3fd02b  chore: use the correct API version (#1215)
     add 6c6e73b  fix: online debug body params support content-type 
x-www-form-urlencoded (#1201)
     add 291e321  feat: add tips when plugin type is auth and schemaType is not 
consumer (#1219)
     add 3f8060e  fix(be): search by status on the route list page is invalid 
(#1207)
     add 4880065  Merge branch 'master' into test-plugins

No new revisions were added by this update.

Summary of changes:
 api/internal/handler/route/route.go                |  12 ++-
 api/internal/handler/route/route_test.go           |  49 ++++++++++
 .../route_online_debug/route_online_debug.go       |   6 +-
 api/test/e2e/route_online_debug_test.go            |   5 +-
 web/cypress/integration/route/search-route.spec.js |   5 +-
 .../service/create-and-delete-service.spec.js      |   8 +-
 web/src/components/Plugin/PluginDetail.tsx         |  17 ++--
 web/src/components/Plugin/PluginPage.tsx           |   1 +
 web/src/locales/zh-CN/menu.ts                      |   2 +-
 web/src/pages/Consumer/locales/en-US.ts            |   4 +-
 web/src/pages/Consumer/locales/zh-CN.ts            |   4 +-
 web/src/pages/Plugin/PluginMarket.tsx              |   2 +-
 web/src/pages/Plugin/service.ts                    |  12 +--
 web/src/pages/Route/List.tsx                       |   8 +-
 .../Route/components/DebugViews/DebugDrawView.tsx  | 108 ++++++++++++++++++---
 .../pages/Route/components/DebugViews/index.less   |  20 ++--
 web/src/pages/Route/constants.ts                   |   6 ++
 web/src/pages/Route/service.ts                     |   2 +-
 web/src/pages/Route/typing.d.ts                    |   8 +-
 web/src/pages/Service/Create.tsx                   |   9 +-
 web/src/pages/Service/List.tsx                     |   2 +-
 21 files changed, 216 insertions(+), 74 deletions(-)

Reply via email to