This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 0cb7d9ac8 fix(traffic-split): `upstream_obj.upstream` should not be a
string (#11932)
add c2324a594 feat: support _meta.pre_function to execute custom logic
before execution of each phase (#11793)
No new revisions were added by this update.
Summary of changes:
apisix/plugin.lua | 40 ++++-
apisix/plugins/example-plugin.lua | 8 +
apisix/schema_def.lua | 11 +-
t/admin/plugins.t | 4 +-
t/misc/pre-function.t | 325 ++++++++++++++++++++++++++++++++++++++
5 files changed, 380 insertions(+), 8 deletions(-)
create mode 100644 t/misc/pre-function.t