This is an automated email from the ASF dual-hosted git repository. alinsran pushed a change to branch feat/add-sync-status in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 321dd242 feat: add synchronization status to CRD add 8a2b2b11 chore: unified logger print (#2456) add 14c29cc0 fix: reduce the complexity of calculating route priority (#2459) add 3f348b8a Merge branch 'master' into feat/add-sync-status No new revisions were added by this update. Summary of changes: .github/actions/add-pr-comment | 1 + .github/workflows/apisix-conformance-test.yml | 11 ++++++++ .gitmodules | 3 ++ internal/controller/apisixglobalrule_controller.go | 7 ++--- internal/controller/apisixtls_controller.go | 9 +++--- internal/controller/consumer_controller.go | 2 +- internal/controller/gateway_controller.go | 7 ++--- internal/controller/httproute_controller.go | 2 +- internal/controller/ingress_controller.go | 2 +- internal/controller/ingressclass_controller.go | 3 +- internal/controller/utils.go | 24 ++++++++-------- internal/provider/adc/adc.go | 2 +- internal/provider/adc/executor.go | 4 +-- internal/provider/adc/store.go | 18 ++++++------ internal/provider/adc/translator/apisixroute.go | 3 +- internal/provider/adc/translator/gateway.go | 3 +- internal/provider/adc/translator/httproute.go | 33 +++++++--------------- test/e2e/apisix/status.go | 2 +- test/e2e/scaffold/adc.go | 2 +- 19 files changed, 69 insertions(+), 69 deletions(-) create mode 160000 .github/actions/add-pr-comment