This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch feat/cors
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 8bc3fa93 fix: r
add e3c2f816 chore(e2e-test): optimize the startup speed of
OpenResty/Nginx (#2617)
add d6cf0eaa feat: support redirect for ingress annotations (#2619)
add a1e71a11 Merge remote-tracking branch 'origin/master' into feat/cors
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +
internal/adc/translator/annotations.go | 5 +-
.../adc/translator/annotations/plugins/plugins.go | 24 +++---
.../adc/translator/annotations/plugins/redirect.go | 55 ++++++++++++++
internal/adc/translator/annotations_test.go | 28 +++++++
internal/adc/translator/ingress.go | 6 +-
internal/webhook/v1/ingress_webhook.go | 3 -
test/e2e/ingress/annotations.go | 88 ++++++++++++++++++++++
8 files changed, 192 insertions(+), 19 deletions(-)
create mode 100644 internal/adc/translator/annotations/plugins/redirect.go