You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gu...@apache.org on 2022/10/26 01:45:40 UTC

[apisix-dashboard] branch master updated (7cbdc482f -> 14ffc5837)

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

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


    from 7cbdc482f feat: Adding a Loading state to buttons (#2630)
     add 14ffc5837 feat:Configure plug-ins to support this feature (#2647)

No new revisions were added by this update.

Summary of changes:
 web/.eslintrc.js                                   |  29 +++-
 web/copy-folder.mjs                                |   4 +-
 ...eate-consumer-with-basic-auth-plugin-form.cy.js |   2 +-
 .../rest/service-edit-service-with-upstream.cy.js  |   2 +-
 .../e2e/rest/service-save-paginator-status.cy.js   |   2 +-
 web/package.json                                   |   2 +
 web/src/app.tsx                                    |  13 +-
 web/src/components/ActionBar/ActionBar.tsx         |   4 +-
 web/src/components/ActionBar/index.ts              |   2 +-
 web/src/components/Footer/index.tsx                |   2 +-
 web/src/components/HeaderDropdown/index.tsx        |   5 +-
 web/src/components/LabelsfDrawer/LabelsDrawer.tsx  |   4 +-
 web/src/components/NoticeIcon/NoticeList.tsx       |   4 +-
 web/src/components/NoticeIcon/index.tsx            |   8 +-
 web/src/components/PanelSection/index.tsx          |   5 +-
 web/src/components/Plugin/Models.ts                | 161 +++++++++------------
 web/src/components/Plugin/PluginDetail.tsx         |  27 ++--
 web/src/components/Plugin/PluginPage.tsx           |   9 +-
 web/src/components/Plugin/UI/api-breaker.tsx       |   6 +-
 web/src/components/Plugin/UI/basic-auth.tsx        |   4 +-
 web/src/components/Plugin/UI/cors.tsx              |   6 +-
 web/src/components/Plugin/UI/limit-conn.tsx        |   4 +-
 web/src/components/Plugin/UI/limit-count.tsx       |   6 +-
 web/src/components/Plugin/UI/limit-req.tsx         |   4 +-
 web/src/components/Plugin/UI/plugin.tsx            |  10 +-
 web/src/components/Plugin/UI/proxy-mirror.tsx      |   4 +-
 .../components/Plugin/UI/referer-restriction.tsx   |   6 +-
 web/src/components/Plugin/index.ts                 |   2 +-
 web/src/components/Plugin/modelCode.ts             |  80 +++++-----
 web/src/components/PluginFlow/PluginFlow.tsx       |   8 +-
 .../PluginFlow/components/FlowGraph/FlowGraph.ts   |   9 +-
 .../PluginFlow/components/Toolbar/index.tsx        |  18 ++-
 web/src/components/PluginFlow/constants.ts         |   4 +-
 web/src/components/PluginFlow/locales/tr-TR.ts     |   5 +-
 web/src/components/RawDataEditor/RawDataEditor.tsx |  10 +-
 web/src/components/RawDataEditor/locales/tr-TR.ts  |   2 +-
 web/src/components/RightContent/AvatarDropdown.tsx |   8 +-
 web/src/components/RightContent/index.tsx          |   4 +-
 web/src/components/Upstream/UpstreamForm.tsx       |  17 ++-
 .../Upstream/components/KeepalivePool.tsx          |   2 +-
 web/src/components/Upstream/components/Nodes.tsx   |   4 +-
 .../components/Upstream/components/PassHost.tsx    |   2 +-
 web/src/components/Upstream/components/Retries.tsx |   2 +-
 .../Upstream/components/RetryTimeout.tsx           |   2 +-
 web/src/components/Upstream/components/Scheme.tsx  |   2 +-
 .../Upstream/components/ServiceDiscovery.tsx       |   3 +-
 .../Upstream/components/ServiceDiscoveryArgs.tsx   |   2 +-
 web/src/components/Upstream/components/TLS.tsx     |   3 +-
 web/src/components/Upstream/components/Timeout.tsx |   2 +-
 web/src/components/Upstream/components/Type.tsx    |   4 +-
 .../Upstream/components/UpstreamSelector.tsx       |   2 +-
 .../Upstream/components/UpstreamType.tsx           |   5 +-
 .../components/active-check/Concurrency.tsx        |   2 +-
 .../active-check/Healthy/HttpStatuses.tsx          |   4 +-
 .../components/active-check/Healthy/Interval.tsx   |   3 +-
 .../components/active-check/Healthy/index.ts       |   2 +-
 .../Upstream/components/active-check/Host.tsx      |   2 +-
 .../Upstream/components/active-check/HttpPath.tsx  |   2 +-
 .../active-check/HttpsVerifyCertificate.tsx        |   2 +-
 .../Upstream/components/active-check/Port.tsx      |   2 +-
 .../components/active-check/ReqHeaders.tsx         |   4 +-
 .../Upstream/components/active-check/Timeout.tsx   |   3 +-
 .../Upstream/components/active-check/Type.tsx      |   2 +-
 .../active-check/Unhealthy/HttpStatuses.tsx        |   4 +-
 .../components/active-check/Unhealthy/Interval.tsx |   2 +-
 .../components/active-check/Unhealthy/Timeouts.tsx |   2 +-
 .../components/active-check/Unhealthy/index.ts     |   6 +-
 .../Upstream/components/active-check/index.ts      |  13 +-
 .../passive-check/Healthy/HttpStatuses.tsx         |   4 +-
 .../components/passive-check/Healthy/Successes.tsx |   2 +-
 .../Upstream/components/passive-check/Type.tsx     |   2 +-
 .../passive-check/Unhealthy/HttpFailures.tsx       |   2 +-
 .../passive-check/Unhealthy/HttpStatuses.tsx       |   4 +-
 .../passive-check/Unhealthy/TcpFailures.tsx        |   2 +-
 .../passive-check/Unhealthy/Timeouts.tsx           |   2 +-
 .../components/passive-check/Unhealthy/index.ts    |   4 +-
 .../Upstream/components/passive-check/index.ts     |   2 +-
 web/src/components/Upstream/index.ts               |   2 +-
 web/src/components/Upstream/locales/tr-TR.ts       |  17 ++-
 web/src/components/Upstream/service.ts             |   6 +-
 web/src/components/Upstream/typings.d.ts           |   4 +-
 web/src/global.tsx                                 |   6 +-
 web/src/helpers.tsx                                |  12 +-
 web/src/hooks/usePagination.ts                     |   8 +-
 web/src/locales/en-US.ts                           |  12 +-
 web/src/locales/en-US/component.ts                 |   2 +-
 web/src/locales/tr-TR.ts                           |  12 +-
 web/src/locales/tr-TR/component.ts                 |   8 +-
 web/src/locales/tr-TR/settingDrawer.ts             |   6 +-
 web/src/locales/zh-CN.ts                           |  12 +-
 web/src/locales/zh-CN/component.ts                 |   2 +-
 web/src/pages/Consumer/Create.tsx                  |  10 +-
 web/src/pages/Consumer/List.tsx                    |  16 +-
 web/src/pages/Consumer/components/Preview.tsx      |   3 +-
 web/src/pages/Consumer/components/Step1.tsx        |   2 +-
 web/src/pages/Consumer/locales/tr-TR.ts            |   4 +-
 web/src/pages/Dashboard/Dashboard.tsx              |   6 +-
 web/src/pages/Dashboard/locales/tr-TR.ts           |   3 +-
 web/src/pages/Plugin/List.tsx                      |  14 +-
 web/src/pages/Plugin/PluginMarket.tsx              |   9 +-
 web/src/pages/PluginTemplate/Create.tsx            |   8 +-
 web/src/pages/PluginTemplate/List.tsx              |  12 +-
 .../pages/PluginTemplate/components/Preview.tsx    |   3 +-
 web/src/pages/PluginTemplate/components/Step1.tsx  |   3 +-
 web/src/pages/Proto/List.tsx                       |  12 +-
 .../pages/Proto/components/ProtoDrawer/index.tsx   |   7 +-
 web/src/pages/Proto/locales/tr-TR.ts               |   6 +-
 web/src/pages/Route/Create.tsx                     |  17 ++-
 web/src/pages/Route/List.tsx                       |  49 ++++---
 .../Route/components/CreateStep4/CreateStep4.tsx   |   3 +-
 .../pages/Route/components/DataLoader/Import.tsx   |  10 +-
 .../components/DataLoader/loader/OpenAPI3.tsx      |   3 +-
 .../components/DebugViews/AuthenticationView.tsx   |   3 +-
 .../Route/components/DebugViews/DebugDrawView.tsx  |  16 +-
 .../components/DebugViews/DebugFormDataView.tsx    |   6 +-
 .../components/DebugViews/DebugParamsView.tsx      |   5 +-
 web/src/pages/Route/components/DebugViews/index.ts |   2 +-
 .../Route/components/ResultView/ResultView.tsx     |   2 +-
 .../Route/components/Step1/MatchingRulesView.tsx   |  12 +-
 web/src/pages/Route/components/Step1/MetaView.tsx  |   9 +-
 .../pages/Route/components/Step1/ProxyRewrite.tsx  |   9 +-
 .../Route/components/Step1/RequestConfigView.tsx   |   9 +-
 web/src/pages/Route/components/Step1/index.tsx     |   9 +-
 web/src/pages/Route/components/Step3/index.tsx     |   6 +-
 web/src/pages/Route/locales/en-US.ts               |   2 +-
 web/src/pages/Route/locales/tr-TR.ts               |   2 +-
 web/src/pages/Route/locales/zh-CN.ts               |   2 +-
 web/src/pages/Route/service.ts                     |   5 +-
 web/src/pages/Route/transform.ts                   |   6 +-
 web/src/pages/SSL/Create.tsx                       |   6 +-
 web/src/pages/SSL/List.tsx                         |  13 +-
 .../pages/SSL/components/CertificateForm/index.tsx |   4 +-
 .../SSL/components/CertificateUploader/index.tsx   |   7 +-
 web/src/pages/SSL/components/Step1/index.tsx       |   6 +-
 web/src/pages/SSL/components/Step2/index.tsx       |   2 +-
 web/src/pages/SSL/locales/tr-TR.ts                 |   2 +-
 web/src/pages/ServerInfo/List.tsx                  |   6 +-
 web/src/pages/Service/Create.tsx                   |   9 +-
 web/src/pages/Service/List.tsx                     |  15 +-
 web/src/pages/Service/components/Preview.tsx       |   3 +-
 web/src/pages/Service/components/Step1.tsx         |   4 +-
 web/src/pages/Service/locales/tr-TR.ts             |   2 +-
 web/src/pages/Service/service.ts                   |   1 +
 web/src/pages/Setting/Setting.tsx                  |   6 +-
 web/src/pages/Setting/index.ts                     |   2 +-
 web/src/pages/Upstream/Create.tsx                  |   6 +-
 web/src/pages/Upstream/List.tsx                    |  17 +--
 web/src/pages/Upstream/components/Step1.tsx        |   2 +-
 web/src/pages/Upstream/index.ts                    |   2 +-
 web/src/pages/Upstream/locales/tr-TR.ts            |   8 +-
 web/src/pages/User/Login.tsx                       |  14 +-
 web/src/pages/User/Logout.tsx                      |   2 +-
 .../pages/User/components/LoginMethodPassword.tsx  |   6 +-
 web/src/pages/User/index.ts                        |   2 +-
 web/src/pages/User/locales/tr-TR.ts                |   3 +-
 155 files changed, 611 insertions(+), 569 deletions(-)