You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2019/11/04 05:35:21 UTC

[incubator-apisix-dashboard] branch feature-remove-useless-files updated (c967967 -> d96e2e5)

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

juzhiyuan pushed a change to branch feature-remove-useless-files
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git.


    from c967967  update proxy path
     add d96e2e5  remove tests/

No new revisions were added by this update.

Summary of changes:
 README.md                                      |    3 -
 cypress.json                                   |    3 -
 jest.config.js                                 |   66 -
 package.json                                   |   13 -
 src/shims.d.ts                                 |    3 -
 tests/e2e/.eslintrc.js                         |    5 -
 tests/e2e/custom-assertions/elementCount.js    |   34 -
 tests/e2e/custom-commands/customExecute.js     |   37 -
 tests/e2e/custom-commands/openHomepage.js      |   23 -
 tests/e2e/custom-commands/openHomepageClass.js |   24 -
 tests/e2e/globals.js                           |  104 -
 tests/e2e/page-objects/homepage.js             |   52 -
 tests/e2e/specs/test-with-pageobjects.js       |   30 -
 tests/e2e/specs/test.js                        |   21 -
 tests/unit/.eslintrc.js                        |    5 -
 tests/unit/components/Breadcrumb.spec.ts       |  127 -
 tests/unit/utils/parseTime.spec.ts             |   45 -
 tests/unit/utils/validate.spec.ts              |   32 -
 tsconfig.json                                  |    1 -
 yarn.lock                                      | 8546 +++++++-----------------
 20 files changed, 2493 insertions(+), 6681 deletions(-)
 delete mode 100644 cypress.json
 delete mode 100644 jest.config.js
 delete mode 100644 tests/e2e/.eslintrc.js
 delete mode 100644 tests/e2e/custom-assertions/elementCount.js
 delete mode 100644 tests/e2e/custom-commands/customExecute.js
 delete mode 100644 tests/e2e/custom-commands/openHomepage.js
 delete mode 100644 tests/e2e/custom-commands/openHomepageClass.js
 delete mode 100644 tests/e2e/globals.js
 delete mode 100644 tests/e2e/page-objects/homepage.js
 delete mode 100644 tests/e2e/specs/test-with-pageobjects.js
 delete mode 100644 tests/e2e/specs/test.js
 delete mode 100644 tests/unit/.eslintrc.js
 delete mode 100644 tests/unit/components/Breadcrumb.spec.ts
 delete mode 100644 tests/unit/utils/parseTime.spec.ts
 delete mode 100644 tests/unit/utils/validate.spec.ts