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

AlinsRan pushed a change to branch feat/dingtalk-auth
in repository https://gitbox.apache.org/repos/asf/apisix.git


 discard 6d03b36d1 fix(dingtalk-auth): address review comments
 discard 517ee7378 fix(dingtalk-auth): register plugin in default plugin list
 discard 18e3efd00 fix(dingtalk-auth): check sess:save() return value and 
handle X-Userinfo encoding error
 discard b71474a34 feat: add dingtalk-auth plugin
     add c57ee9cac perf(core): cache parsed JSON request body to avoid 
redundant decoding (#13377)
     add 9f40d6c2a feat: add acl plugin (#13349)
     add ec99877c2 feat: add dingtalk-auth plugin
     add 1804d0158 fix(dingtalk-auth): check sess:save() return value and 
handle X-Userinfo encoding error
     add ee4caefe0 fix(dingtalk-auth): register plugin in default plugin list
     add 0adcd4439 fix(dingtalk-auth): address review comments

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6d03b36d1)
            \
             N -- N -- N   refs/heads/feat/dingtalk-auth (0adcd4439)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 apisix/cli/config.lua                        |    1 +
 apisix/core/ctx.lua                          |   60 +-
 apisix/core/request.lua                      |   86 +-
 apisix/patch.lua                             |   11 +-
 apisix/plugins/acl.lua                       |  251 +++++
 conf/config.yaml.example                     |    1 +
 docs/en/latest/config.json                   |    1 +
 docs/en/latest/plugins/acl.md                |  241 ++++
 docs/zh/latest/config.json                   |    1 +
 docs/zh/latest/plugins/acl.md                |  241 ++++
 t/admin/plugins.t                            |    1 +
 t/admin/routes_request_body.t                |    2 +-
 t/core/request.t                             |   52 +
 t/plugin/acl.t                               | 1539 ++++++++++++++++++++++++++
 t/{node/sanity-radixtree.t => plugin/acl2.t} |   98 +-
 t/plugin/dingtalk-auth.t                     |    2 +-
 16 files changed, 2454 insertions(+), 134 deletions(-)
 create mode 100644 apisix/plugins/acl.lua
 create mode 100644 docs/en/latest/plugins/acl.md
 create mode 100644 docs/zh/latest/plugins/acl.md
 create mode 100644 t/plugin/acl.t
 copy t/{node/sanity-radixtree.t => plugin/acl2.t} (61%)

Reply via email to