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 2020/10/12 08:07:07 UTC

[apisix-dashboard] branch fe-refactor updated (6c3fb3f -> aba9130)

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

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


    from 6c3fb3f  feat: added lincense
     add aba9130  feat(Route): clean list (#544)

No new revisions were added by this update.

Summary of changes:
 src/components/Upstream/UpstreamForm.tsx           |   2 +-
 src/locales/en-US/component.ts                     |   2 +-
 src/locales/zh-CN/component.ts                     |   2 +-
 src/pages/Route/Create.tsx                         |  31 +-
 src/pages/Route/List.tsx                           |  82 +----
 .../Route/components/CreateStep4/CreateStep4.tsx   |  12 +-
 src/pages/Route/components/Step1/MetaView.tsx      |  84 +----
 .../Route/components/Step1/RequestConfigView.tsx   |  35 +-
 .../Route/components/Step2/RequestRewriteView.tsx  | 372 +--------------------
 src/pages/Route/constants.ts                       |  20 +-
 src/pages/Route/locales/en-US.ts                   |   3 -
 src/pages/Route/locales/zh-CN.ts                   |   3 -
 src/pages/Route/service.ts                         |  33 +-
 src/pages/Route/transform.ts                       | 119 ++-----
 src/pages/Route/typing.d.ts                        |  67 +++-
 src/pages/RouteGroup/List.tsx                      |   2 +-
 src/pages/SSL/List.tsx                             |   2 +-
 src/pages/Upstream/transform.ts                    |  18 +-
 src/pages/Upstream/typing.d.ts                     |  24 +-
 src/typings.d.ts                                   |   6 +-
 20 files changed, 175 insertions(+), 744 deletions(-)