-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: refactor SqlEditor to functional component #21320
chore: refactor SqlEditor to functional component #21320
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21320 +/- ##
=======================================
Coverage 66.66% 66.67%
=======================================
Files 1793 1793
Lines 68490 68501 +11
Branches 7275 7274 -1
=======================================
+ Hits 45662 45676 +14
+ Misses 20966 20965 -1
+ Partials 1862 1860 -2
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 |
@jinghua-qa Could you please help testing? |
/testenv up |
@kgabryje Ephemeral environment spinning up at http://35.86.124.29: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.
I found a few things that need adjustment, as well as these items that I was unable to tag separately:
- Move the consts on these lines (85-90) to the constants file at
superset-frontend/src/SqlLab/constants.ts
- Change the padding for StyledSidebar on line 134 to use gridUnits instead of 10
/testenv up |
@kgabryje Ephemeral environment spinning up at http://52.33.78.124:8080. Credentials are |
@lyndsiWilliams @andrey-zayats Can you review/test it? |
User can't update the saved query. The issue is not reproduced in the latest master upd.mp4 |
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.
Good catch @andrey-zayats, that bug will need to be fixed before this PR can be merged.
@lyndsiWilliams master branch has this bug |
There's a fix being worked on for this now, let's wait until that fix is in so QA can properly test this PR. |
@lyndsiWilliams @jinghua-qa @andrey-zayats Can you review/test it? |
/testenv up |
@jinghua-qa Ephemeral environment spinning up at http://35.92.222.234:8080. Credentials are |
@jinghua-qa @andrey-zayats Can you test it? |
I'll take a look tomorrow morning |
@EugeneTorap QA verified. LGTM UDP: empty.query.mp4 |
Ephemeral environment shutdown and build artifacts deleted. |
…)" This reverts commit 2224ebe.
…)" This reverts commit 2224ebe.
…)" This reverts commit 2224ebe.
SUMMARY
Converted SqlEditor class component into functional component.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION