-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ant-table unable to request #2641
Conversation
Hi @Huanghaiting, can you help get the CI passed? |
40dc564
to
96d8d1c
Compare
Codecov Report
@@ Coverage Diff @@
## master #2641 +/- ##
===========================================
- Coverage 68.29% 56.02% -12.28%
===========================================
Files 139 133 -6
Lines 3694 3618 -76
Branches 872 854 -18
===========================================
- Hits 2523 2027 -496
- Misses 1171 1591 +420
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
5dd98ce
to
46fc753
Compare
web/cypress/e2e/rest/pluginTemplate-create-edit-delete-plugin-template.cy.js
Outdated
Show resolved
Hide resolved
web/cypress/e2e/rest/pluginTemplate-create-plugin-template-with-route.cy.js
Outdated
Show resolved
Hide resolved
web/cypress/e2e/rest/upstream-create_and_edit_upstream_with_no_nodes.cy.js
Outdated
Show resolved
Hide resolved
Hi @Huanghaiting, the frontend E2E tests are not very stable, so if there is an error, but it is verified locally by you, please let us know to help you re-run it. |
web/cypress/e2e/rest/pluginTemplate-create-edit-delete-plugin-template.cy.js
Outdated
Show resolved
Hide resolved
@Huanghaiting Thank you for your contribution. |
Co-authored-by: 黄海婷 <[email protected]> (cherry picked from commit b5672b6)
* upstream/master: fix: change default CSP value (apache#2601) fix: ant-table unable to request (apache#2641) fix: plugin_config missing on service exist (apache#2657) feat: add etcd store auto re-initialize (apache#2650) feat: add login filter of OpenID-Connect (apache#2608) feat:Configure plug-ins to support this feature (apache#2647) feat: Adding a Loading state to buttons (apache#2630) feat: dashboard support windows (apache#2619) Feat: add tip and preset model for plugin editor, improve e2e stability (apache#2581) docs: add Slack invitation link badge (apache#2617) # Conflicts: # .github/workflows/backend-cli-test.yml # Dockerfile # api/test/shell/cli_test.sh # web/src/components/Footer/index.tsx # web/src/components/RightContent/index.tsx # web/src/pages/ServerInfo/List.tsx
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Accoding to this idea ( ant-design/pro-components#1921 ) , I upgraded its version.
Related issues
fix/resolve #2613
Checklist: