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

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


    from 4577740  feat: add version match API (#1430)
     add 42f3bf6  feat: support IP allow list (#1424)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/backend-e2e-test.yml             |   1 +
 api/conf/conf.yaml                                 |   2 +
 api/internal/conf/conf.go                          |  10 +-
 api/internal/filter/ip_filter.go                   | 105 +++++++++++++++++++++
 .../filter/{logging_test.go => ip_filter_test.go}  |  38 +++++---
 api/internal/route.go                              |   2 +-
 api/internal/utils/consts/error.go                 |   2 +
 api/test/shell/cli_test.sh                         |  24 +++++
 8 files changed, 167 insertions(+), 17 deletions(-)
 create mode 100644 api/internal/filter/ip_filter.go
 copy api/internal/filter/{logging_test.go => ip_filter_test.go} (62%)

Reply via email to