You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/11/03 05:46:33 UTC

[apisix] branch master updated (bf44ed1 -> 432c954)

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

membphis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from bf44ed1  change: make lrucache lock optional (#2575)
     add 432c954  fix: plugin hot reload should work on node (#2430)

No new revisions were added by this update.

Summary of changes:
 FAQ.md                        |  13 +---
 FAQ_CN.md                     |  12 +---
 apisix/admin/init.lua         |  51 +++++++++++++-
 apisix/core/config_etcd.lua   | 102 ++++++++++++++++++++--------
 apisix/core/config_yaml.lua   |  73 ++++++++++++++------
 apisix/core/table.lua         |  16 +++++
 apisix/plugin.lua             | 131 +++++++++++++++++++++++++++---------
 apisix/plugins/prometheus.lua |   1 -
 apisix/schema_def.lua         |  19 ++++++
 doc/plugins.md                |   6 +-
 doc/stand-alone.md            |  10 +++
 doc/zh-cn/plugins.md          |   4 ++
 doc/zh-cn/stand-alone.md      |  11 +++
 t/APISIX.pm                   |   2 +
 t/admin/plugins-reload.t      |  75 ++++++++++++++++++++-
 t/config-center-yaml/plugin.t | 151 ++++++++++++++++++++++++++++++++++++++++++
 t/core/table.t                |  33 +++++++++
 t/lib/test_admin.lua          |   7 ++
 18 files changed, 614 insertions(+), 103 deletions(-)
 create mode 100644 t/config-center-yaml/plugin.t