You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/08/25 03:59:26 UTC

[apisix] branch master updated (cdbf33ad4 -> 3c0757477)

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 cdbf33ad4 fix(limit-count): different route with same conf should not share counter (#7750)
     add 3c0757477 feat: support Tencent Cloud Log Service (#7593)

No new revisions were added by this update.

Summary of changes:
 Makefile                                     |   3 +
 apisix/plugins/tencent-cloud-cls.lua         | 141 ++++++++++++
 apisix/plugins/tencent-cloud-cls/cls-sdk.lua | 312 +++++++++++++++++++++++++
 conf/config-default.yaml                     |   1 +
 t/admin/plugins.t                            |   1 +
 t/plugin/tencent-cloud-cls.t                 | 330 +++++++++++++++++++++++++++
 6 files changed, 788 insertions(+)
 create mode 100644 apisix/plugins/tencent-cloud-cls.lua
 create mode 100644 apisix/plugins/tencent-cloud-cls/cls-sdk.lua
 create mode 100644 t/plugin/tencent-cloud-cls.t