Skip to content
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: page refresh causes deletion exception #2593

Merged
merged 6 commits into from
Aug 18, 2022

Conversation

Morakes
Copy link
Contributor

@Morakes Morakes commented Aug 16, 2022

Please answer these questions before submitting a pull request, or your PR will get closed.

Why submit this pull request?

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What changes will this PR take into?

Please update this section with detailed description.

Related issues

fix/resolve #2592

Checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@codecov-commenter
Copy link

codecov-commenter commented Aug 17, 2022

Codecov Report

Merging #2593 (d13d2e0) into master (0c0d854) will decrease coverage by 2.05%.
The diff coverage is 100.00%.

❗ Current head d13d2e0 differs from pull request most recent head 49573c1. Consider uploading reports for the commit 49573c1 to get more accurate results

@@            Coverage Diff             @@
##           master    #2593      +/-   ##
==========================================
- Coverage   67.95%   65.89%   -2.06%     
==========================================
  Files         136       36     -100     
  Lines        3601      956    -2645     
  Branches      868      265     -603     
==========================================
- Hits         2447      630    -1817     
+ Misses       1154      326     -828     
Flag Coverage Δ
frontend-e2e-test 65.89% <100.00%> (-2.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
web/src/components/Plugin/PluginPage.tsx 82.00% <100.00%> (-17.00%) ⬇️
web/src/helpers.tsx 19.67% <0.00%> (-40.99%) ⬇️
web/src/components/RightContent/AvatarDropdown.tsx 50.00% <0.00%> (-32.15%) ⬇️
web/src/components/PanelSection/index.tsx 75.00% <0.00%> (-25.00%) ⬇️
web/src/pages/Consumer/List.tsx 69.44% <0.00%> (-22.23%) ⬇️
web/src/app.tsx 87.87% <0.00%> (-12.13%) ⬇️
web/src/components/Plugin/PluginDetail.tsx 63.68% <0.00%> (-11.18%) ⬇️
web/src/components/RawDataEditor/RawDataEditor.tsx 28.57% <0.00%> (-10.39%) ⬇️
web/src/pages/Consumer/service.ts 80.00% <0.00%> (-10.00%) ⬇️
... and 105 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@guoqqqi
Copy link
Member

guoqqqi commented Aug 17, 2022

hello, @Morakes Can you help to add the relevant E2E tests? We can update an existing test case to cover it.

Comment on lines +238 to +239
const pluginList = [data.jwtAuthPlugin, data.basicAuthPlugin, data.keyAuthPlugin];
pluginList.forEach((item) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use Object.values(data)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If someone add the new plugins to the data object, it may affect this test case,so I added it manually.

@guoqqqi guoqqqi merged commit d166405 into apache:master Aug 18, 2022
hongbinhsu pushed a commit to fitphp/apix-dashboard that referenced this pull request Sep 10, 2022
* upstream/master: (23 commits)
  feat: Add config struct of OpenID-Connect Login (apache#2597)
  feat: set serverUrlMap with env, update cypress, update stylelint (apache#2583)
  chore: fix function name typo (apache#2599)
  fix: page refresh causes deletion exception (apache#2593)
  feat: support show all enable plugin list tab (apache#2585)
  fix: drawer components delete plugin not working (apache#2573)
  feat: add batch delete function for route (apache#2502)
  test: reduce fe ci time (apache#2557)
  doc(csp): add correct csp rule (apache#2548)
  doc: add a notice about the compatibility of Ingress and Dashboard (apache#2552)
  fix: add judgement for last_report_time (apache#2551)
  fix: cli test invalid etcd (apache#2544)
  feat: fix actions version to root version (apache#2521)
  fix: duplicate ID (apache#2501)
  fix: block arbitrary file index (apache#2497)
  docs: update deploy-with-docker.md (apache#2472)
  feat: translating Turkish for new features (apache#2487)
  docs: add new import and export docs to sidebar (apache#2485)
  docs: add data loader and new OpenAPI 3 loader (apache#2484)
  feat: support data loader in frontend (apache#2480)
  ...

# Conflicts:
#	api/internal/route.go
#	web/config/defaultSettings.ts
#	web/yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refresh causes an exception to delete the plugin
5 participants