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/09/22 01:35:13 UTC

[apisix] branch master updated (009a9ca -> c4c9b1f)

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 009a9ca  docs: add router-radixtree chinese document. (#5100)
     add c4c9b1f  feat(debug-mode): add dynamic debug mode (#5012)

No new revisions were added by this update.

Summary of changes:
 apisix/debug.lua                                 |  44 ++-
 apisix/init.lua                                  |   3 +
 conf/debug.yaml                                  |   3 +
 docs/en/latest/architecture-design/debug-mode.md |  22 ++
 docs/zh/latest/architecture-design/debug-mode.md |  22 ++
 rockspec/apisix-master-0.rockspec                |   1 +
 t/debug/dynamic-hook.t                           | 371 +++++++++++++++++++++++
 t/debug/hook.t                                   |   4 +-
 8 files changed, 463 insertions(+), 7 deletions(-)
 create mode 100644 t/debug/dynamic-hook.t