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

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


    from fb048ee  test: add edit the plugin (#1372)
     add 32c3ddb  feat(fe): import and export routes (#1240)

No new revisions were added by this update.

Summary of changes:
 docs/IMPORT_OPENAPI_USER_GUIDE.md                  |  60 +++++++
 web/cypress/fixtures/export-route-dataset.json     | 147 ++++++++++++++++
 web/cypress/fixtures/import-error.txt              |   1 +
 web/cypress/fixtures/selector.json                 |   4 +-
 .../integration/route/import_export_route.spec.js  | 169 ++++++++++++++++++
 web/cypress/plugins/index.js                       |  17 ++
 web/cypress/support/commands.js                    |   1 +
 web/package.json                                   |   9 +-
 web/src/pages/Route/List.tsx                       | 192 ++++++++++++++++++++-
 web/src/pages/Route/constants.ts                   |   2 +
 web/src/pages/Route/locales/en-US.ts               |   6 +
 web/src/pages/Route/locales/zh-CN.ts               |   6 +
 web/src/pages/Route/service.ts                     |  12 ++
 web/yarn.lock                                      |  52 +++++-
 14 files changed, 665 insertions(+), 13 deletions(-)
 create mode 100644 docs/IMPORT_OPENAPI_USER_GUIDE.md
 create mode 100644 web/cypress/fixtures/export-route-dataset.json
 create mode 100644 web/cypress/fixtures/import-error.txt
 create mode 100644 web/cypress/integration/route/import_export_route.spec.js

Reply via email to