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 2021/02/09 10:24:38 UTC

[apisix] branch v2.3 updated (63f779a -> 964a92e)

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

spacewander pushed a change to branch v2.3
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from 63f779a  fix: use whitelist to include files
     add 44074bb  docs(api-breaker): the plugin docs is synchronized with the schema (#3470)
     add 3cbf153  chore: sync 'ignore stale nginx.pid'(#3416) to Makefile (#3471)
     add dffc517  docs: clarify the default value of Upstream.pass_host (#3468)
     add 563b259  feat: switch resolver to lua-resty-dns-client (#3442)
     add 0b22938  chore: should exclude utils/ from the release (#3476)
     add b033a75  chore: sync install-dependencies.md & polish it (#3467)
     add 436beab  chore(kafka-logger): delay log partition_id (#3481)
     add 68c4fd5  chore: refine chaos test (#3491)
     add 99172f2  docs: fix table of contents link (#3499)
     add e22773c  docs: update APISIX architecture diagram. (#3483)
     add 6e02e1a  docs: CentOS does not carry unzip by default (#3505)
     add a6358ea  chore: add argument verbose to print init_etcd debug info (#3482)
     add c8139fc  change: don't hack the prefix of LuaRocks (#3508)
     add 19e2d70  fix: `make deps` should not require root. (#3500)
     add 0d63c0a  fix(CI): roll our own Markdown link checker (#3197)
     add 1e35cc0  test: make centos7 ci  easier to understand (#3487)
     add 1d0e38a  test: make 'not unwanted data, GET' stable (#3513)
     add e094ac7  docs: fix control-api.md link (#3511)
     add 7aa6c12  fix(zipkin): always delivery x-b3-sampled header (#3519)
     add e1dbe2c  feat: support DNS AAAA record (#3484)
     add 53c7aba  chore: remove spellcheck for `push` (#3509)
     add 004f95a  chore: fixed install luarocks (#3536)
     add 5bd740a  docs: standardize link anchors to lower case (#3510)
     add 65ef8ca  fix(zipkin): don't cache the per-req sample ratio (#3522)
     add 726407b  docs: fix grammar (#3538)
     add c31050f  docs: fix Markdown links (#3534)
     add 5f962ad  docs: add four more projects to the "Good first issue" section (#3540)
     add e5cd46e  docs: fix grammar (#3539)
     add 26a4ed4  refactor: remove kubectl dependency in chaos test, use k8s API instead (#3501)
     add 153e847  docs: Markdown syntax exception (#3557)
     add c895cdf  docs: update the error-log-logger plugin docs (#3562)
     add 964a92e  Merge branch 'master' into v2.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/centos7-ci.yml                   |    6 +-
 .github/workflows/chaos.yml                        |   10 +-
 .github/workflows/markdown-link-checker.yml        |   29 +-
 .github/workflows/spellchecker.yml                 |    2 -
 .travis/linux_openresty_common_runner.sh           |    6 +-
 Makefile                                           |    4 -
 README.md                                          |    8 +-
 README_CN.md                                       |    6 +-
 apisix/cli/etcd.lua                                |    5 +-
 apisix/cli/ops.lua                                 |   17 +-
 apisix/core/log.lua                                |   48 +
 apisix/core/utils.lua                              |   91 +-
 apisix/plugins/kafka-logger.lua                    |    7 +-
 apisix/plugins/tcp-logger.lua                      |    2 +-
 apisix/plugins/zipkin.lua                          |   43 +-
 apisix/plugins/zipkin/codec.lua                    |   12 +-
 apisix/plugins/zipkin/random_sampler.lua           |   10 +-
 doc/admin-api.md                                   |   16 +-
 doc/architecture-design.md                         |    2 +-
 doc/discovery.md                                   |    2 +-
 doc/images/apisix.png                              |  Bin 157818 -> 179067 bytes
 doc/install-dependencies.md                        |    8 +-
 doc/plugin-develop.md                              |   16 +-
 doc/plugins/api-breaker.md                         |   14 +-
 doc/plugins/authz-keycloak.md                      |    2 +-
 doc/plugins/batch-requests.md                      |    6 +-
 doc/plugins/cors.md                                |    6 +-
 doc/plugins/dubbo-proxy.md                         |   14 +-
 doc/plugins/echo.md                                |    2 +-
 doc/plugins/error-log-logger.md                    |    2 +-
 doc/plugins/response-rewrite.md                    |    2 +-
 doc/plugins/skywalking.md                          |   12 +-
 doc/zh-cn/admin-api.md                             |    2 +-
 doc/zh-cn/getting-started.md                       |    2 +-
 doc/zh-cn/health-check.md                          |    2 +-
 doc/zh-cn/install-dependencies.md                  |   14 +-
 doc/zh-cn/plugin-develop.md                        |   16 +-
 doc/zh-cn/plugins/api-breaker.md                   |   10 +-
 doc/zh-cn/plugins/error-log-logger.md              |    2 +-
 rockspec/apisix-master-0.rockspec                  |    1 +
 t/APISIX.pm                                        |   21 +
 t/admin/consumers2.t                               |   11 +-
 t/admin/global-rules.t                             |   11 +-
 t/admin/plugin-metadata.t                          |    7 +-
 t/admin/routes2.t                                  |   11 +-
 t/admin/services2.t                                |   11 +-
 t/admin/ssl2.t                                     |   19 +-
 t/admin/stream-routes.t                            |    6 +-
 t/admin/upstream2.t                                |   11 +-
 t/chaos/go.mod                                     |   30 +
 t/chaos/go.sum                                     | 1042 ++++++++++++++++++++
 t/chaos/kill-etcd_test.go                          |  200 +---
 t/chaos/kube_utils.go                              |  102 ++
 t/chaos/{utils.sh => setup_chaos_utils.sh}         |    0
 t/chaos/{kill-etcd_test.go => utils.go}            |   98 +-
 t/core/etcd-auth-fail.t                            |    3 +-
 t/core/etcd-auth.t                                 |    3 +-
 t/core/utils.t                                     |   48 +-
 t/coredns/Corefile                                 |    4 +
 t/coredns/db.test.local                            |   13 +
 t/grpc-proxy-test.sh                               |    2 -
 t/lib/server.lua                                   |   10 +
 .../upstream-domain-with-special-dns.t}            |   42 +-
 t/node/upstream-node-dns.t                         |   16 +-
 t/plugin/limit-count.t                             |    4 +-
 t/plugin/zipkin.t                                  |  187 ++++
 utils/centos7-ci.sh                                |   16 +-
 utils/linux-install-luarocks.sh                    |    2 +-
 .../set-dns.sh                                     |   23 +-
 69 files changed, 1920 insertions(+), 492 deletions(-)
 create mode 100644 t/chaos/kube_utils.go
 rename t/chaos/{utils.sh => setup_chaos_utils.sh} (100%)
 copy t/chaos/{kill-etcd_test.go => utils.go} (65%)
 create mode 100644 t/coredns/Corefile
 create mode 100644 t/coredns/db.test.local
 copy t/{config-center-yaml/plugin-metadata.t => node/upstream-domain-with-special-dns.t} (79%)
 copy .travis/linux_openresty_1_15_runner.sh => utils/set-dns.sh (57%)