This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 190c84d feat: rewrite e2e test(version_test) with ginkgo (#1501)
add b6cb345 feat: add rawDataEditor for route, consumer, upstream and
service (#1505)
No new revisions were added by this update.
Summary of changes:
web/package.json | 1 +
web/src/components/RawDataEditor/RawDataEditor.tsx | 105 +++++++++++++++++++++
.../index.ts => RawDataEditor/index.tsx} | 3 +-
.../{ActionBar => RawDataEditor}/locales/en-US.ts | 4 +-
.../RawDataEditor}/locales/zh-CN.ts | 4 +-
web/src/locales/en-US.ts | 2 +
web/src/locales/en-US/component.ts | 1 +
web/src/locales/zh-CN.ts | 2 +
web/src/locales/zh-CN/component.ts | 1 +
web/src/pages/Consumer/List.tsx | 18 +++-
web/src/pages/Route/List.tsx | 21 ++++-
web/src/pages/Service/List.tsx | 19 +++-
web/src/pages/Upstream/List.tsx | 19 +++-
13 files changed, 187 insertions(+), 13 deletions(-)
create mode 100644 web/src/components/RawDataEditor/RawDataEditor.tsx
copy web/src/components/{PluginOrchestration/components/index.ts =>
RawDataEditor/index.tsx} (93%)
copy web/src/components/{ActionBar => RawDataEditor}/locales/en-US.ts (86%)
copy web/src/{pages/Plugin => components/RawDataEditor}/locales/zh-CN.ts (87%)