You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by su...@apache.org on 2020/10/11 00:23:17 UTC

[apisix-dashboard] branch fe-refactor updated (d229be2 -> 871ace3)

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

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


    from d229be2  fix(Consumer): resolve conflicts
     add 871ace3  feat(Upstream): debug API (#550)

No new revisions were added by this update.

Summary of changes:
 src/components/Upstream/UpstreamForm.tsx           | 600 ++++++++++++++++++
 .../CreateStep4 => components/Upstream}/index.ts   |   2 +-
 .../Route/components/Step2/RequestRewriteView.tsx  |   2 +-
 src/pages/Upstream/Create.tsx                      |  33 +-
 src/pages/Upstream/components/Preview.tsx          |  33 -
 src/pages/Upstream/components/Step1.tsx            | 686 +--------------------
 src/pages/Upstream/service.ts                      |   8 +-
 src/pages/Upstream/transform.ts                    |  56 +-
 src/pages/Upstream/typing.d.ts                     |  26 +-
 9 files changed, 658 insertions(+), 788 deletions(-)
 create mode 100644 src/components/Upstream/UpstreamForm.tsx
 copy src/{pages/Route/components/CreateStep4 => components/Upstream}/index.ts (95%)
 delete mode 100644 src/pages/Upstream/components/Preview.tsx