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

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


    from 6786ac4  chore: added down icon
     add 42d41d0  chore: update Metaview
     add 79fd15a  feat: add response header in debug view (#1691)
     add 166137e  feat: rewrite e2e test(test-e2e-route-with-management-fields) 
using ginkgo (#1704)
     add 82ab89e  feat: add basic-auth UI Form (#1718)
     add ee0caf8  Merge branch 'master' into chore-route

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +
 .../route_online_debug/route_online_debug.go       |   3 +
 api/test/e2e/route_with_management_fileds_test.go  | 474 --------------------
 .../route/route_with_management_fields_test.go     | 476 +++++++++++++++++++++
 .../route_online_debug/route_online_debug_test.go  |  22 +-
 web/cypress/fixtures/selector.json                 |   5 +-
 .../plugin/create-delete-in-drawer-plugin.spec.js  |  24 +-
 .../create-edit-delete-plugin-template.spec.js     |  13 +-
 .../create-edit-duplicate-delete-route.spec.js     |   4 +
 .../service/create-edit-delete-service.spec.js     |   3 +
 web/cypress/support/commands.js                    |  36 +-
 web/src/components/Plugin/PluginDetail.tsx         |  93 ++--
 .../Plugin/UI/basic-auth.tsx}                      |  42 +-
 .../Dashboard => components/Plugin/UI}/index.ts    |   2 +-
 .../Plugin/UI/plugin.tsx}                          |  37 +-
 web/src/components/Plugin/typing.d.ts              |   2 +-
 web/src/locales/en-US/component.ts                 |   4 +-
 web/src/locales/zh-CN/component.ts                 |   8 +-
 .../Route/components/DebugViews/DebugDrawView.tsx  |  28 +-
 web/src/pages/Route/components/Step1/MetaView.tsx  | 156 ++++++-
 .../Route/components/Step1/RequestConfigView.tsx   | 153 +------
 web/src/pages/Route/locales/en-US.ts               |   1 +
 web/src/pages/Route/locales/zh-CN.ts               |   5 +-
 23 files changed, 867 insertions(+), 726 deletions(-)
 delete mode 100644 api/test/e2e/route_with_management_fileds_test.go
 create mode 100644 api/test/e2enew/route/route_with_management_fields_test.go
 copy web/src/{pages/SSL/components/Step2/index.tsx => 
components/Plugin/UI/basic-auth.tsx} (62%)
 copy web/src/{pages/Dashboard => components/Plugin/UI}/index.ts (93%)
 copy web/src/{pages/PluginTemplate/components/Preview.tsx => 
components/Plugin/UI/plugin.tsx} (58%)

Reply via email to