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

github-bot pushed a change to branch dependabot/npm_and_yarn/web/moment-2.29.4
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


 discard 03586c3d chore(deps): bump moment from 2.29.2 to 2.29.4 in /web
     add 0b988337 fix: cli test invalid etcd (#2544)
     add 06a7118f fix: add judgement for last_report_time (#2551)
     add d5dc2a97 doc: add a notice about the compatibility of Ingress and 
Dashboard (#2552)
     add d67a5a3a doc(csp): add correct csp rule (#2548)
     add adcd2e37 test: reduce fe ci time (#2557)
     add 0273865d feat: add batch delete function for route (#2502)
     add 80029c64 fix: drawer components delete plugin not working (#2573)
     add 0c0d8541 feat: support show all enable plugin list tab (#2585)
     add d166405d fix: page refresh causes deletion exception (#2593)
     add a15fe353 chore: fix function name typo (#2599)
     add 0458664f feat: set serverUrlMap with env, update cypress, update 
stylelint (#2583)
     add 5fb84253 chore(deps): bump moment from 2.29.2 to 2.29.4 in /web

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (03586c3d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/web/moment-2.29.4 
(5fb84253)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/frontend-e2e-test.yml            |   13 +-
 .github/workflows/frontend-plugin-e2e-test.yml     |   96 -
 .../test-frontend-multiple-node-build.yml          |    2 +-
 .gitignore                                         |    2 +
 README.md                                          |    4 +
 api/conf/conf.yaml                                 |    3 +-
 api/test/shell/cli_test.sh                         |    4 +-
 docs/en/latest/USER_GUIDE.md                       |    2 +
 docs/en/latest/develop.md                          |   14 +-
 web/.stylelintrc.js                                |   20 +-
 web/config/config.ts                               |    6 +-
 web/config/defaultSettings.ts                      |   37 +-
 web/cypress.config.ts                              |   64 +
 web/cypress.json                                   |   11 -
 ...te-consumer-with-api-breaker-plugin-form.cy.js} |    0
 ...ate-consumer-with-basic-auth-plugin-form.cy.js} |    0
 ...te-consumer-with-limit-count-plugin-form.cy.js} |    0
 .../create-consumer-with-proxy-mirror-form.cy.js}  |    0
 .../consumer/create-upstream-with-cors-form.cy.js} |    0
 .../create-upstream-with-limit-req-form.cy.js}     |    0
 .../consumer/create-with-limit-conn-form.cy.js}    |    0
 .../create-with-referer-restriction-form.cy.js}    |    0
 .../consumer/create_and_delete_consumer.cy.js}     |    0
 .../consumer/table-auto-jump-when-no-data.cy.js}   |    0
 .../plugin/create-delete-in-drawer-plugin.cy.js    |  314 +++
 .../create-route-with-plugin-orchestration.cy.js}  |    0
 web/cypress/e2e/plugin/plugin-schema.cy.js         |  117 ++
 .../rest/dashboard-smoketest.cy.js}                |    0
 .../rest/lang-switch-language.cy.js}               |    0
 ...plate-create-edit-delete-plugin-template.cy.js} |    0
 ...mplate-create-plugin-template-with-route.cy.js} |    0
 .../proto-create_and_edit_and_delete_proto.cy.js}  |    0
 .../rest/proto-table-auto-jump-when-no-data.cy.js} |    0
 .../rest/rawDataEditor-test-rawDataEditor.cy.js}   |    0
 .../rest/service-create-edit-delete-service.cy.js} |    0
 ...rvice-create-service-with-chash-upstream.cy.js} |    0
 ...-create-service-with-not-select-upstream.cy.js} |    0
 ...-service-with-service-discovery-upstream.cy.js} |    0
 .../rest/service-edit-service-with-upstream.cy.js} |    0
 .../rest/service-save-paginator-status.cy.js}      |   53 +-
 .../service-table-auto-jump-when-no-data.cy.js}    |    0
 .../rest/settings-smoketest.cy.js}                 |    0
 .../rest/ssl-smoketest.cy.js}                      |    0
 .../upstream-create_and_delete_upstream.cy.js}     |    0
 ..._and_edit_upstream_with_custom_chash_key.cy.js} |    0
 ...m-create_and_edit_upstream_with_no_nodes.cy.js} |    1 +
 .../upstream-table-auto-jump-when-no-data.cy.js}   |    0
 .../login.spec.js => e2e/rest/user-login.cy.js}    |    0
 .../logout.spec.js => e2e/rest/user-logout.cy.js}  |    0
 web/cypress/e2e/route/batch-delete-route.cy.js     |  148 ++
 ...can-skip-upstream-when-select-service-id.cy.js} |   37 +-
 .../route/check-route-required-field-flag.cy.js}   |    0
 .../create-edit-duplicate-delete-route.cy.js}      |   15 +-
 .../create-edit-route-with-redirect-plugin.cy.js}  |   28 +-
 .../route/create-route-both-use-uri-uris.cy.js}    |    8 +-
 .../create-route-when-not-select-upsteam-id.cy.js} |    0
 ...-route-with-advanced-matching-conditions.cy.js} |   30 +-
 .../create-route-with-api-breaker-form.cy.js}      |    0
 .../route/create-route-with-chash-upstream.cy.js}  |    0
 .../route/create-route-with-cors-form.cy.js}       |   10 +-
 ...reate-route-with-limit-count-plugin-form.cy.js} |    0
 .../route/create-route-with-limit-req-form.cy.js}  |    0
 .../create-route-with-proxy-mirror-form.cy.js}     |   12 +-
 .../create-route-with-proxy-rewrite-plugin.cy.js}  |    0
 ...eate-route-with-referer-restriction-form.cy.js} |    0
 ...ute-with-search-service-and-set-priority.cy.js} |   21 +-
 ...te-route-with-service-discovery-upstream.cy.js} |    0
 .../route/create-route-with-upstream.cy.js}        |    0
 .../route/data-loader-import.cy.js}                |   54 +-
 .../route/search-route.cy.js}                      |   16 +-
 .../route/table-auto-jump-when-no-data.cy.js}      |    0
 .../plugin/create-delete-in-drawer-plugin.spec.js  |  112 -
 .../integration/plugin/plugin-schema.spec.js       |   89 -
 web/cypress/plugins/index.js                       |   44 -
 web/cypress/support/commands.js                    |  192 +-
 web/cypress/support/{index.js => e2e.js}           |    2 +
 web/package.json                                   |   22 +-
 web/src/components/HeaderDropdown/index.less       |    1 +
 web/src/components/LabelsfDrawer/LabelsDrawer.tsx  |   74 +-
 web/src/components/NoticeIcon/NoticeList.less      |   16 +-
 web/src/components/NoticeIcon/index.less           |    2 +
 web/src/components/Plugin/PluginPage.tsx           |   60 +-
 web/src/components/Plugin/locales/en-US.ts         |    2 +-
 web/src/components/Plugin/locales/tr-TR.ts         |    1 +
 web/src/components/Plugin/locales/zh-CN.ts         |    2 +-
 web/src/components/PluginFlow/style.less           |    4 +-
 web/src/components/RightContent/index.less         |   13 +-
 web/src/global.less                                |    4 +-
 web/src/helpers.tsx                                |    2 +-
 web/src/locales/en-US/component.ts                 |    1 +
 web/src/locales/tr-TR/component.ts                 |    1 +
 web/src/locales/zh-CN/component.ts                 |    1 +
 web/src/pages/Plugin/List.tsx                      |    9 +-
 web/src/pages/Plugin/PluginMarket.tsx              |   14 +-
 web/src/pages/Plugin/locales/en-US.ts              |    2 +
 web/src/pages/Plugin/locales/tr-TR.ts              |    2 +
 web/src/pages/Plugin/locales/zh-CN.ts              |    2 +
 web/src/pages/PluginTemplate/Create.tsx            |    4 +-
 web/src/pages/Route/Create.less                    |    4 +-
 web/src/pages/Route/List.tsx                       |   46 +-
 .../Route/components/DebugViews/DebugDrawView.tsx  |    8 -
 .../pages/Route/components/DebugViews/index.less   |    5 +
 web/src/pages/Route/components/Step1/MetaView.tsx  |  460 +++--
 web/src/pages/Route/locales/en-US.ts               |    4 +
 web/src/pages/Route/locales/tr-TR.ts               |    4 +
 web/src/pages/Route/locales/zh-CN.ts               |    4 +
 web/src/pages/Route/service.ts                     |    2 +-
 web/src/pages/Route/transform.ts                   |    4 +-
 web/src/pages/SSL/Create.less                      |    2 +-
 web/src/pages/SSL/style.less                       |    2 +-
 web/src/pages/ServerInfo/List.tsx                  |    8 +-
 web/src/pages/ServerInfo/style.less                |    2 +-
 web/src/pages/Setting/style.less                   |    4 +-
 web/src/pages/User/Login.less                      |    2 +-
 web/yarn.lock                                      | 2144 ++++++++------------
 115 files changed, 2315 insertions(+), 2210 deletions(-)
 delete mode 100644 .github/workflows/frontend-plugin-e2e-test.yml
 create mode 100644 web/cypress.config.ts
 delete mode 100644 web/cypress.json
 rename 
web/cypress/{integration/consumer/create-consumer-with-api-breaker-plugin-form.spec.js
 => e2e/consumer/create-consumer-with-api-breaker-plugin-form.cy.js} (100%)
 rename 
web/cypress/{integration/consumer/create-consumer-with-basic-auth-plugin-form.spec.js
 => e2e/consumer/create-consumer-with-basic-auth-plugin-form.cy.js} (100%)
 rename 
web/cypress/{integration/consumer/create-consumer-with-limit-count-plugin-form.spec.js
 => e2e/consumer/create-consumer-with-limit-count-plugin-form.cy.js} (100%)
 rename 
web/cypress/{integration/consumer/create-consumer-with-proxy-mirror-form.spec.js
 => e2e/consumer/create-consumer-with-proxy-mirror-form.cy.js} (100%)
 rename 
web/cypress/{integration/consumer/create-upstream-with-cors-form.spec.js => 
e2e/consumer/create-upstream-with-cors-form.cy.js} (100%)
 rename 
web/cypress/{integration/consumer/create-upstream-with-limit-req-form.spec.js 
=> e2e/consumer/create-upstream-with-limit-req-form.cy.js} (100%)
 rename web/cypress/{integration/consumer/create-with-limit-conn-form.spec.js 
=> e2e/consumer/create-with-limit-conn-form.cy.js} (100%)
 rename 
web/cypress/{integration/consumer/create-with-referer-restriction-form.spec.js 
=> e2e/consumer/create-with-referer-restriction-form.cy.js} (100%)
 rename web/cypress/{integration/consumer/create_and_delete_consumer.spec.js => 
e2e/consumer/create_and_delete_consumer.cy.js} (100%)
 rename web/cypress/{integration/consumer/table-auto-jump-when-no-data.spec.js 
=> e2e/consumer/table-auto-jump-when-no-data.cy.js} (100%)
 create mode 100644 web/cypress/e2e/plugin/create-delete-in-drawer-plugin.cy.js
 rename 
web/cypress/{integration/plugin/create-route-with-plugin-orchestration.spec.js 
=> e2e/plugin/create-route-with-plugin-orchestration.cy.js} (100%)
 create mode 100644 web/cypress/e2e/plugin/plugin-schema.cy.js
 rename web/cypress/{integration/dashboard/dashboard-smoketest.spec.js => 
e2e/rest/dashboard-smoketest.cy.js} (100%)
 rename web/cypress/{integration/lang/switch-language.spec.js => 
e2e/rest/lang-switch-language.cy.js} (100%)
 rename 
web/cypress/{integration/pluginTemplate/create-edit-delete-plugin-template.spec.js
 => e2e/rest/pluginTemplate-create-edit-delete-plugin-template.cy.js} (100%)
 rename 
web/cypress/{integration/pluginTemplate/create-plugin-template-with-route.spec.js
 => e2e/rest/pluginTemplate-create-plugin-template-with-route.cy.js} (100%)
 rename web/cypress/{integration/proto/create_and_edit_and_delete_proto.spec.js 
=> e2e/rest/proto-create_and_edit_and_delete_proto.cy.js} (100%)
 rename web/cypress/{integration/proto/table-auto-jump-when-no-data.spec.js => 
e2e/rest/proto-table-auto-jump-when-no-data.cy.js} (100%)
 rename web/cypress/{integration/rawDataEditor/test-rawDataEditor.spec.js => 
e2e/rest/rawDataEditor-test-rawDataEditor.cy.js} (100%)
 rename web/cypress/{integration/service/create-edit-delete-service.spec.js => 
e2e/rest/service-create-edit-delete-service.cy.js} (100%)
 rename 
web/cypress/{integration/service/create-service-with-chash-upstream.spec.js => 
e2e/rest/service-create-service-with-chash-upstream.cy.js} (100%)
 rename 
web/cypress/{integration/service/create-service-with-not-select-upstream.spec.js
 => e2e/rest/service-create-service-with-not-select-upstream.cy.js} (100%)
 rename 
web/cypress/{integration/service/create-service-with-service-discovery-upstream.spec.js
 => e2e/rest/service-create-service-with-service-discovery-upstream.cy.js} 
(100%)
 rename web/cypress/{integration/service/edit-service-with-upstream.spec.js => 
e2e/rest/service-edit-service-with-upstream.cy.js} (100%)
 rename web/cypress/{integration/service/save-paginator-status.spec.js => 
e2e/rest/service-save-paginator-status.cy.js} (78%)
 rename web/cypress/{integration/service/table-auto-jump-when-no-data.spec.js 
=> e2e/rest/service-table-auto-jump-when-no-data.cy.js} (100%)
 rename web/cypress/{integration/settings/settings-smoketest.spec.js => 
e2e/rest/settings-smoketest.cy.js} (100%)
 rename web/cypress/{integration/ssl/ssl-smoketest.spec.js => 
e2e/rest/ssl-smoketest.cy.js} (100%)
 rename web/cypress/{integration/upstream/create_and_delete_upstream.spec.js => 
e2e/rest/upstream-create_and_delete_upstream.cy.js} (100%)
 rename 
web/cypress/{integration/upstream/create_and_edit_upstream_with_custom_chash_key.spec.js
 => e2e/rest/upstream-create_and_edit_upstream_with_custom_chash_key.cy.js} 
(100%)
 rename 
web/cypress/{integration/upstream/create_and_edit_upstream_with_no_nodes.spec.js
 => e2e/rest/upstream-create_and_edit_upstream_with_no_nodes.cy.js} (97%)
 rename web/cypress/{integration/upstream/table-auto-jump-when-no-data.spec.js 
=> e2e/rest/upstream-table-auto-jump-when-no-data.cy.js} (100%)
 rename web/cypress/{integration/user/login.spec.js => 
e2e/rest/user-login.cy.js} (100%)
 rename web/cypress/{integration/user/logout.spec.js => 
e2e/rest/user-logout.cy.js} (100%)
 create mode 100644 web/cypress/e2e/route/batch-delete-route.cy.js
 rename 
web/cypress/{integration/route/can-skip-upstream-when-select-service-id.spec.js 
=> e2e/route/can-skip-upstream-when-select-service-id.cy.js} (94%)
 rename web/cypress/{integration/route/check-route-required-field-flag.spec.js 
=> e2e/route/check-route-required-field-flag.cy.js} (100%)
 rename 
web/cypress/{integration/route/create-edit-duplicate-delete-route.spec.js => 
e2e/route/create-edit-duplicate-delete-route.cy.js} (98%)
 rename 
web/cypress/{integration/route/create-edit-route-with-redirect-plugin.spec.js 
=> e2e/route/create-edit-route-with-redirect-plugin.cy.js} (88%)
 rename web/cypress/{integration/route/create-route-both-use-uri-uris.spec.js 
=> e2e/route/create-route-both-use-uri-uris.cy.js} (98%)
 rename 
web/cypress/{integration/route/create-route-when-not-select-upsteam-id.spec.js 
=> e2e/route/create-route-when-not-select-upsteam-id.cy.js} (100%)
 rename 
web/cypress/{integration/route/create-route-with-advanced-matching-conditions.spec.js
 => e2e/route/create-route-with-advanced-matching-conditions.cy.js} (91%)
 rename 
web/cypress/{integration/route/create-route-with-api-breaker-form.spec.js => 
e2e/route/create-route-with-api-breaker-form.cy.js} (100%)
 rename web/cypress/{integration/route/create-route-with-chash-upstream.spec.js 
=> e2e/route/create-route-with-chash-upstream.cy.js} (100%)
 rename web/cypress/{integration/route/create-route-with-cors-form.spec.js => 
e2e/route/create-route-with-cors-form.cy.js} (97%)
 rename 
web/cypress/{integration/route/create-route-with-limit-count-plugin-form.spec.js
 => e2e/route/create-route-with-limit-count-plugin-form.cy.js} (100%)
 rename web/cypress/{integration/route/create-route-with-limit-req-form.spec.js 
=> e2e/route/create-route-with-limit-req-form.cy.js} (100%)
 rename 
web/cypress/{integration/route/create-route-with-proxy-mirror-form.spec.js => 
e2e/route/create-route-with-proxy-mirror-form.cy.js} (95%)
 rename 
web/cypress/{integration/route/create-route-with-proxy-rewrite-plugin.spec.js 
=> e2e/route/create-route-with-proxy-rewrite-plugin.cy.js} (100%)
 rename 
web/cypress/{integration/route/create-route-with-referer-restriction-form.spec.js
 => e2e/route/create-route-with-referer-restriction-form.cy.js} (100%)
 rename 
web/cypress/{integration/route/create-route-with-search-service-and-set-priority.spec.js
 => e2e/route/create-route-with-search-service-and-set-priority.cy.js} (94%)
 rename 
web/cypress/{integration/route/create-route-with-service-discovery-upstream.spec.js
 => e2e/route/create-route-with-service-discovery-upstream.cy.js} (100%)
 rename web/cypress/{integration/route/create-route-with-upstream.spec.js => 
e2e/route/create-route-with-upstream.cy.js} (100%)
 rename web/cypress/{integration/route/data-loader-import.spec.js => 
e2e/route/data-loader-import.cy.js} (91%)
 rename web/cypress/{integration/route/search-route.spec.js => 
e2e/route/search-route.cy.js} (96%)
 rename web/cypress/{integration/route/table-auto-jump-when-no-data.spec.js => 
e2e/route/table-auto-jump-when-no-data.cy.js} (100%)
 delete mode 100644 
web/cypress/integration/plugin/create-delete-in-drawer-plugin.spec.js
 delete mode 100644 web/cypress/integration/plugin/plugin-schema.spec.js
 delete mode 100644 web/cypress/plugins/index.js
 rename web/cypress/support/{index.js => e2e.js} (96%)

Reply via email to