-
Notifications
You must be signed in to change notification settings - Fork 14k
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: auto refresh interval won't be updated #17112
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17112 +/- ##
==========================================
- Coverage 76.91% 76.91% -0.01%
==========================================
Files 1039 1039
Lines 55568 55572 +4
Branches 7570 7571 +1
==========================================
+ Hits 42742 42744 +2
- Misses 12576 12578 +2
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I am restarting the CI. I will spin up a test env as soon as the CI passes. Thanks for the contribution!! |
@geido Thank you so much:):) |
isDashboardHydrated.current = true; | ||
dispatch(hydrateDashboard(dashboard, charts)); | ||
} | ||
useEffect(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed this part referring to this part
400ce27
to
18111a8
Compare
Still failing. Let me try to restart it for you @yougyoung94 |
@yougyoung94 There's still the same Cypress test failing. It might be worth looking into it. I don't see how it is related to your changes but it might be at this point. |
@geido I discarded changes that are not critical to fix the issue and now it passed all the tests! |
/testenv up |
@geido Ephemeral environment spinning up at http://54.191.80.9:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the fix and keep them coming :)
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Fixes #17107
#17107
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
Screen.Recording.2021-10-14.at.12.07.54.PM.mov
After:
Screen.Recording.2021-10-14.at.5.58.59.PM.mov
TESTING INSTRUCTIONS
superset-frontend/src/dashboard/components/Header/index.jsx
docker-compose-non-dev.yml
docker-compose -f docker-compose-non-dev.yml up
ADDITIONAL INFORMATION