This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from b6a175f feat: add api-breaker plugin form (#1730)
add f95324f feat: added limit-req plugin form (#1732)
No new revisions were added by this update.
Summary of changes:
...=> create-upstream-with-limit-req-form.spec.js} | 30 +++++++------
...js => create-route-with-limit-req-form.spec.js} | 27 ++++++------
.../route/create-route-with-upstream.spec.js | 4 +-
web/cypress/support/commands.js | 1 -
.../Plugin/UI/{limit-conn.tsx => limit-req.tsx} | 50 +++++++++++-----------
web/src/components/Plugin/UI/plugin.tsx | 7 ++-
web/src/components/Plugin/locales/en-US.ts | 5 +++
web/src/components/Plugin/locales/zh-CN.ts | 5 +++
8 files changed, 74 insertions(+), 55 deletions(-)
copy
web/cypress/integration/consumer/{create-consumer-with-api-breaker-plugin-form.spec.js
=> create-upstream-with-limit-req-form.spec.js} (80%)
copy
web/cypress/integration/route/{create-route-with-proxy-mirror-form.spec.js =>
create-route-with-limit-req-form.spec.js} (80%)
copy web/src/components/Plugin/UI/{limit-conn.tsx => limit-req.tsx} (70%)