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 44e05b0 doc: removed qrcode of qq group. (#2246)
add 1b24f36 feat: support storing metadata for plugins (#2268)
No new revisions were added by this update.
Summary of changes:
apisix/admin/init.lua | 1 +
apisix/admin/plugin_metadata.lua | 122 +++++++++++++++++++++
apisix/plugins/example-plugin.lua | 10 ++
doc/admin-api.md | 32 ++++++
doc/plugin-develop.md | 25 +++++
doc/zh-cn/admin-api.md | 32 ++++++
doc/zh-cn/plugin-develop.md | 24 +++++
t/admin/{consumers.t => plugin-metadata.t} | 164 +++++++++++++++++++++--------
8 files changed, 366 insertions(+), 44 deletions(-)
create mode 100644 apisix/admin/plugin_metadata.lua
copy t/admin/{consumers.t => plugin-metadata.t} (53%)