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 851adc2e8 fix(benchmark): write worker_processes into config.yaml
(#7250)
add 9e7d2535b feat(deployment): add structure of traditional role (#7249)
No new revisions were added by this update.
Summary of changes:
apisix/cli/file.lua | 8 +++
apisix/cli/ngx_tpl.lua | 12 +++-
apisix/cli/ops.lua | 4 ++
apisix/cli/schema.lua | 101 +++++++++++++++++++------------
apisix/cli/snippet.lua | 65 ++++++++++++++++++++
apisix/core/config_etcd.lua | 4 ++
conf/config-default.yaml | 11 ++++
rockspec/apisix-master-0.rockspec | 2 +-
t/cli/test_deployment_traditional.sh | 113 +++++++++++++++++++++++++++++++++++
9 files changed, 281 insertions(+), 39 deletions(-)
create mode 100644 apisix/cli/snippet.lua
create mode 100755 t/cli/test_deployment_traditional.sh