This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 37f6f81a1 feat(secret): add ci and doc for some auth plugins (#8601)
add bca13a388 feat: limit count plugin support X-RateLimit-Reset (#8578)
No new revisions were added by this update.
Summary of changes:
apisix/cli/ngx_tpl.lua | 1 +
apisix/plugins/limit-count/init.lua | 20 ++-
apisix/plugins/limit-count/limit-count-local.lua | 81 ++++++++++
.../limit-count/limit-count-redis-cluster.lua | 19 ++-
apisix/plugins/limit-count/limit-count-redis.lua | 62 ++++----
docs/en/latest/plugins/limit-count.md | 11 +-
docs/zh/latest/plugins/limit-count.md | 11 +-
t/APISIX.pm | 1 +
.../{redirect2.t => limit-count-redis-cluster2.t} | 85 ++++------
t/plugin/{limit-count3.t => limit-count-redis3.t} | 171 +++++----------------
t/plugin/{limit-count3.t => limit-count4.t} | 154 +++----------------
11 files changed, 253 insertions(+), 363 deletions(-)
create mode 100644 apisix/plugins/limit-count/limit-count-local.lua
copy t/plugin/{redirect2.t => limit-count-redis-cluster2.t} (52%)
copy t/plugin/{limit-count3.t => limit-count-redis3.t} (52%)
copy t/plugin/{limit-count3.t => limit-count4.t} (53%)