You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gi...@apache.org on 2023/03/01 06:30:08 UTC

[apisix] branch dependabot/go_modules/ci/pod/openfunction/function-example/test-body/golang.org/x/text-0.3.8 updated (7e4c0286e -> 746d36173)

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

github-bot pushed a change to branch dependabot/go_modules/ci/pod/openfunction/function-example/test-body/golang.org/x/text-0.3.8
in repository https://gitbox.apache.org/repos/asf/apisix.git


    omit 7e4c0286e chore(deps): bump golang.org/x/text
     add 7a6dde704 refactor(admin): refactor admin consumers/plugin_metadata (#8820)
     add 0a9c93e4a docs: update doc for guide user to config auth etcd (#8849)
     add 84f34d689 docs: shift workflow plugin to general category (#8939)
     add 376ea7f63 feat: Support clickhouse-logger plugin log option of request/response body (#8722)
     add 789e1222f feat(cli): support reserved environment variable "APISIX_DEPLOYMENT_E… (#8898)
     add ab64aeda0 feat: add degraphql plugin (#8959)
     add 746d36173 chore(deps): bump golang.org/x/text

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   (7e4c0286e)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/ci/pod/openfunction/function-example/test-body/golang.org/x/text-0.3.8 (746d36173)

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/admin/consumers.lua                         |  88 +----
 apisix/admin/init.lua                              |   2 +
 apisix/admin/plugin_metadata.lua                   |  76 +---
 apisix/admin/resource.lua                          |  47 ++-
 apisix/cli/file.lua                                |  19 +
 apisix/cli/ngx_tpl.lua                             |   3 +
 apisix/plugins/clickhouse-logger.lua               |  21 +
 apisix/plugins/degraphql.lua                       | 160 ++++++++
 ci/pod/docker-compose.plugin.yml                   |   6 +
 .../openfunction/function-example/test-uri/go.mod  |   2 +-
 .../openfunction/function-example/test-uri/go.sum  |   1 -
 conf/config-default.yaml                           |   1 +
 docs/en/latest/FAQ.md                              |  15 +
 docs/en/latest/config.json                         |   5 +-
 docs/en/latest/plugins/clickhouse-logger.md        |   4 +
 docs/en/latest/plugins/degraphql.md                | 328 ++++++++++++++++
 docs/zh/latest/FAQ.md                              |  15 +
 docs/zh/latest/config.json                         |   6 +-
 docs/zh/latest/plugins/clickhouse-logger.md        |   4 +
 t/admin/plugins.t                                  |   1 +
 t/cli/test_main.sh                                 |  36 ++
 t/plugin/clickhouse-logger2.t                      | 244 ++++++++++++
 t/plugin/degraphql.t                               | 422 +++++++++++++++++++++
 23 files changed, 1337 insertions(+), 169 deletions(-)
 create mode 100644 apisix/plugins/degraphql.lua
 create mode 100644 docs/en/latest/plugins/degraphql.md
 create mode 100644 t/plugin/clickhouse-logger2.t
 create mode 100644 t/plugin/degraphql.t