You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/05/27 07:05:26 UTC

[apisix-ingress-controller] branch master updated (b7736db -> f089ffe)

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

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


    from b7736db  ci: cancel duplicate workflow to reduce CI queue time (#505)
     add f089ffe  test: remove custom apisix-default.yaml (#494)

No new revisions were added by this update.

Summary of changes:
 pkg/kube/translation/annotations/redirect.go    |   6 +-
 test/e2e/endpoints/endpoints.go                 |  26 ++-
 test/e2e/features/global_rule.go                |  13 +-
 test/e2e/features/healthcheck.go                |  13 +-
 test/e2e/features/remote_addrs_match.go         |  13 +-
 test/e2e/features/retries_timeout.go            |  26 ++-
 test/e2e/features/route_match_exprs.go          |  26 ++-
 test/e2e/features/scheme.go                     |  13 +-
 test/e2e/features/traffic_split.go              |  13 +-
 test/e2e/features/websocket.go                  |  13 +-
 test/e2e/go.sum                                 | 261 ++++++++++++++++++++++--
 test/e2e/ingress/namespace.go                   |  13 +-
 test/e2e/ingress/resourcepushing.go             |  13 +-
 test/e2e/ingress/sanity.go                      |  35 ++--
 test/e2e/ingress/secret.go                      |  13 +-
 test/e2e/ingress/tcp.go                         |  13 +-
 test/e2e/plugins/api_breaker.go                 |  13 +-
 test/e2e/plugins/cors.go                        |  13 +-
 test/e2e/plugins/echo.go                        |  13 +-
 test/e2e/plugins/fault_injection.go             |  13 +-
 test/e2e/plugins/ip-restriction.go              |  13 +-
 test/e2e/plugins/limit_count.go                 |  13 +-
 test/e2e/plugins/proxy_rewrite.go               |  13 +-
 test/e2e/plugins/redirect.go                    |  13 +-
 test/e2e/plugins/referer-restriction.go         |  13 +-
 test/e2e/plugins/request-validation.go          |  13 +-
 test/e2e/plugins/request_id.go                  |  13 +-
 test/e2e/plugins/response_rewrite.go            |  13 +-
 test/e2e/plugins/server-info.go                 |  13 +-
 test/e2e/plugins/uri_blocker.go                 |  13 +-
 test/e2e/scaffold/apisix.go                     |  12 +-
 test/e2e/scaffold/ingress.go                    |   2 +
 test/e2e/scaffold/k8s.go                        |  32 ++-
 test/e2e/scaffold/scaffold.go                   |  30 +--
 test/e2e/testdata/apisix-gw-config-default.yaml | 260 -----------------------
 test/e2e/testdata/apisix-gw-config.yaml         | 141 +------------
 36 files changed, 493 insertions(+), 676 deletions(-)
 delete mode 100644 test/e2e/testdata/apisix-gw-config-default.yaml