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 2022/01/01 08:39:48 UTC

[apisix-dashboard] branch master updated (bf8476b -> bec322a)

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

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


    from bf8476b  test: migrage trace e2e to ginkgo implement (#2272)
     add bec322a  feat(upstream): add upstream priority field (#2271)

No new revisions were added by this update.

Summary of changes:
 api/internal/core/entity/entity.go                 |   1 +
 api/internal/core/entity/format.go                 |   3 +
 api/internal/core/entity/format_test.go            |   4 +-
 api/internal/handler/route/route_test.go           |  14 +-
 api/internal/handler/service/service_test.go       |  14 +-
 api/test/e2e/route_import_test.go                  |   4 +-
 .../e2enew/upstream/upstream_chash_hash_on_test.go |  16 +-
 api/test/e2enew/upstream/upstream_priority_test.go | 174 +++++++++++++++++++++
 api/test/e2enew/upstream/upstream_test.go          |  32 ++--
 api/test/testdata/import/default.json              |   3 +-
 api/test/testdata/import/default.yaml              |   1 +
 api/test/testdata/import/multi-routes.yaml         |   7 +
 api/test/testdata/import/with-plugins.yaml         |   1 +
 13 files changed, 237 insertions(+), 37 deletions(-)
 create mode 100644 api/test/e2enew/upstream/upstream_priority_test.go