You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/03/06 01:41:27 UTC

[apisix-dashboard] branch master updated (2aadeff -> 6367ffd)

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

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


    from 2aadeff  chore: Extract paging related functions into standalone hook (#2334)
     add 6367ffd  feat: support protobuf on Web (#2320)

No new revisions were added by this update.

Summary of changes:
 web/config/routes.ts                               |   4 +
 .../proto/create_and_edit_and_delete_proto.spce.js |  92 +++++++++++++
 web/package.json                                   |   4 +-
 web/src/helpers.tsx                                |   7 +-
 web/src/locales/en-US/menu.ts                      |   1 +
 web/src/locales/zh-CN/menu.ts                      |   1 +
 web/src/pages/{Upstream => Proto}/List.tsx         | 136 +++++++++----------
 .../pages/Proto/components/ProtoDrawer/index.less  |  20 +--
 .../pages/Proto/components/ProtoDrawer/index.tsx   | 149 +++++++++++++++++++++
 web/src/pages/Proto/locales/en-US.ts               |  34 +++++
 web/src/pages/Proto/locales/zh-CN.ts               |  34 +++++
 web/src/pages/{SSL => Proto}/service.ts            |  27 ++--
 web/src/pages/{Service => Proto}/typing.d.ts       |  39 +++---
 web/yarn.lock                                      |  29 ++--
 14 files changed, 438 insertions(+), 139 deletions(-)
 create mode 100644 web/cypress/integration/proto/create_and_edit_and_delete_proto.spce.js
 copy web/src/pages/{Upstream => Proto}/List.tsx (53%)
 mode change 100644 => 100755
 copy api/test/e2enew/auth/auth_suite_test.go => web/src/pages/Proto/components/ProtoDrawer/index.less (77%)
 create mode 100644 web/src/pages/Proto/components/ProtoDrawer/index.tsx
 create mode 100644 web/src/pages/Proto/locales/en-US.ts
 create mode 100644 web/src/pages/Proto/locales/zh-CN.ts
 copy web/src/pages/{SSL => Proto}/service.ts (69%)
 copy web/src/pages/{Service => Proto}/typing.d.ts (64%)