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 d67a5a3a doc(csp): add correct csp rule (#2548)
     add adcd2e37 test: reduce fe ci time (#2557)

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 ----------------------
 .../dashboard-smoketest.spec.js                    |  0
 .../lang-switch-language.spec.js}                  |  0
 ...ate-create-edit-delete-plugin-template.spec.js} |  0
 ...late-create-plugin-template-with-route.spec.js} |  0
 ...proto-create_and_edit_and_delete_proto.spec.js} |  0
 .../proto-table-auto-jump-when-no-data.spec.js}    |  0
 .../rawDataEditor-test-rawDataEditor.spec.js}      |  0
 .../service-create-edit-delete-service.spec.js}    |  0
 ...ice-create-service-with-chash-upstream.spec.js} |  0
 ...reate-service-with-not-select-upstream.spec.js} |  0
 ...ervice-with-service-discovery-upstream.spec.js} |  0
 .../service-edit-service-with-upstream.spec.js}    |  0
 .../service-save-paginator-status.spec.js}         |  2 +-
 .../service-table-auto-jump-when-no-data.spec.js}  |  0
 .../{settings => rest}/settings-smoketest.spec.js  |  0
 .../{ssl => rest}/ssl-smoketest.spec.js            |  0
 .../upstream-create_and_delete_upstream.spec.js}   |  0
 ...nd_edit_upstream_with_custom_chash_key.spec.js} |  0
 ...create_and_edit_upstream_with_no_nodes.spec.js} |  0
 .../upstream-table-auto-jump-when-no-data.spec.js} |  0
 .../login.spec.js => rest/user-login.spec.js}      |  0
 .../logout.spec.js => rest/user-logout.spec.js}    |  0
 24 files changed, 10 insertions(+), 101 deletions(-)
 delete mode 100644 .github/workflows/frontend-plugin-e2e-test.yml
 rename web/cypress/integration/{dashboard => rest}/dashboard-smoketest.spec.js 
(100%)
 rename web/cypress/integration/{lang/switch-language.spec.js => 
rest/lang-switch-language.spec.js} (100%)
 rename 
web/cypress/integration/{pluginTemplate/create-edit-delete-plugin-template.spec.js
 => rest/pluginTemplate-create-edit-delete-plugin-template.spec.js} (100%)
 rename 
web/cypress/integration/{pluginTemplate/create-plugin-template-with-route.spec.js
 => rest/pluginTemplate-create-plugin-template-with-route.spec.js} (100%)
 rename web/cypress/integration/{proto/create_and_edit_and_delete_proto.spec.js 
=> rest/proto-create_and_edit_and_delete_proto.spec.js} (100%)
 rename web/cypress/integration/{proto/table-auto-jump-when-no-data.spec.js => 
rest/proto-table-auto-jump-when-no-data.spec.js} (100%)
 rename web/cypress/integration/{rawDataEditor/test-rawDataEditor.spec.js => 
rest/rawDataEditor-test-rawDataEditor.spec.js} (100%)
 rename web/cypress/integration/{service/create-edit-delete-service.spec.js => 
rest/service-create-edit-delete-service.spec.js} (100%)
 rename 
web/cypress/integration/{service/create-service-with-chash-upstream.spec.js => 
rest/service-create-service-with-chash-upstream.spec.js} (100%)
 rename 
web/cypress/integration/{service/create-service-with-not-select-upstream.spec.js
 => rest/service-create-service-with-not-select-upstream.spec.js} (100%)
 rename 
web/cypress/integration/{service/create-service-with-service-discovery-upstream.spec.js
 => rest/service-create-service-with-service-discovery-upstream.spec.js} (100%)
 rename web/cypress/integration/{service/edit-service-with-upstream.spec.js => 
rest/service-edit-service-with-upstream.spec.js} (100%)
 rename web/cypress/integration/{service/save-paginator-status.spec.js => 
rest/service-save-paginator-status.spec.js} (98%)
 rename web/cypress/integration/{service/table-auto-jump-when-no-data.spec.js 
=> rest/service-table-auto-jump-when-no-data.spec.js} (100%)
 rename web/cypress/integration/{settings => rest}/settings-smoketest.spec.js 
(100%)
 rename web/cypress/integration/{ssl => rest}/ssl-smoketest.spec.js (100%)
 rename web/cypress/integration/{upstream/create_and_delete_upstream.spec.js => 
rest/upstream-create_and_delete_upstream.spec.js} (100%)
 rename 
web/cypress/integration/{upstream/create_and_edit_upstream_with_custom_chash_key.spec.js
 => rest/upstream-create_and_edit_upstream_with_custom_chash_key.spec.js} (100%)
 rename 
web/cypress/integration/{upstream/create_and_edit_upstream_with_no_nodes.spec.js
 => rest/upstream-create_and_edit_upstream_with_no_nodes.spec.js} (100%)
 rename web/cypress/integration/{upstream/table-auto-jump-when-no-data.spec.js 
=> rest/upstream-table-auto-jump-when-no-data.spec.js} (100%)
 rename web/cypress/integration/{user/login.spec.js => rest/user-login.spec.js} 
(100%)
 rename web/cypress/integration/{user/logout.spec.js => 
rest/user-logout.spec.js} (100%)

Reply via email to