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

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


    from bc0de43  docs: add cypress badge (#1937)
     add a3928d8  feat: add api of config migrate, export and import (#1893)

No new revisions were added by this update.

Summary of changes:
 .../logging_test.go => core/migrate/conflict.go}   |  46 ++--
 api/internal/core/migrate/dataset.go               | 127 ++++++++++
 api/internal/core/migrate/migrate.go               |  99 ++++++++
 api/internal/core/store/store.go                   |   6 +
 api/internal/core/store/storehub.go                |  10 +
 api/internal/handler/migrate/migrate.go            | 133 ++++++++++
 api/internal/route.go                              |   2 +
 api/test/e2enew/go.mod                             |   2 +-
 api/test/e2enew/go.sum                             |   7 +-
 .../migrate_suite_test.go}                         |  11 +-
 api/test/e2enew/migrate/migrate_test.go            | 274 +++++++++++++++++++++
 docs/en/latest/api/api.md                          |  38 +++
 12 files changed, 722 insertions(+), 33 deletions(-)
 copy api/internal/{filter/logging_test.go => core/migrate/conflict.go} (55%)
 create mode 100644 api/internal/core/migrate/dataset.go
 create mode 100644 api/internal/core/migrate/migrate.go
 create mode 100644 api/internal/handler/migrate/migrate.go
 copy api/test/e2enew/{version/version_suite_test.go => 
migrate/migrate_suite_test.go} (83%)
 create mode 100644 api/test/e2enew/migrate/migrate_test.go

Reply via email to