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 2020/12/01 02:19:43 UTC

[apisix-dashboard] branch deploy-master-as-demo updated (dae945b -> 3c629b3)

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

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


    from dae945b  ci:  remove pr trigger
     add 96e3ad1  chore: fix typo, `MangerApiExpect` should be `ManagerApiExpect` (#926)
     add 3c629b3  Merge branch 'master' into deploy-master-as-demo

No new revisions were added by this update.

Summary of changes:
 api/test/e2e/base.go                               |  2 +-
 api/test/e2e/consumer_test.go                      | 10 +++---
 api/test/e2e/id_compatible_test.go                 | 38 +++++++++++-----------
 api/test/e2e/route_service_upstream_test.go        | 22 ++++++-------
 api/test/e2e/route_test.go                         | 16 ++++-----
 api/test/e2e/route_with_auth_plugin_test.go        | 10 +++---
 api/test/e2e/route_with_limit_plugin_test.go       | 18 +++++-----
 api/test/e2e/route_with_log_plugin_test.go         |  8 ++---
 api/test/e2e/route_with_methods_test.go            | 18 +++++-----
 api/test/e2e/route_with_metric_plugin_test.go      |  6 ++--
 .../e2e/route_with_plugin_orchestration_test.go    |  6 ++--
 .../e2e/route_with_plugin_proxy_rewrite_test.go    | 10 +++---
 api/test/e2e/route_with_trace_plugin_test.go       |  6 ++--
 api/test/e2e/route_with_uri_uris_test.go           |  8 ++---
 api/test/e2e/route_with_valid_remote_addr_test.go  | 12 +++----
 api/test/e2e/route_with_vars_test.go               | 16 ++++-----
 api/test/e2e/ssl_test.go                           | 10 +++---
 api/test/e2e/upstream_test.go                      | 22 ++++++-------
 18 files changed, 119 insertions(+), 119 deletions(-)