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

refactor: Migrate CopyToClipboard to typescript #27309

Merged

Conversation

EnxDev
Copy link
Contributor

@EnxDev EnxDev commented Feb 29, 2024

SUMMARY

Migrate CopyToClipboard to typescript

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N.A.

TESTING INSTRUCTIONS

  • All tests should pass

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Copy link

codecov bot commented Feb 29, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 67.29%. Comparing base (8a2f7d3) to head (e3cc719).
Report is 1662 commits behind head on master.

Files with missing lines Patch % Lines
...-frontend/src/components/CopyToClipboard/index.tsx 75.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #27309      +/-   ##
==========================================
- Coverage   67.31%   67.29%   -0.03%     
==========================================
  Files        1895     1910      +15     
  Lines       74202    75876    +1674     
  Branches     8219     8859     +640     
==========================================
+ Hits        49949    51060    +1111     
- Misses      22204    22680     +476     
- Partials     2049     2136      +87     
Flag Coverage Δ
javascript 57.41% <75.00%> (+0.27%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@geido geido changed the title Chore: Migrate CopyToClipboard to typescript refactor: Migrate CopyToClipboard to typescript Feb 29, 2024
@michael-s-molina michael-s-molina added review:checkpoint Last PR reviewed during the daily review standup review-after-release labels Feb 29, 2024
@geido
Copy link
Member

geido commented Feb 29, 2024

I think most commits are not meant to be here. A git rebase should help

@EnxDev EnxDev force-pushed the chore/typescript-migration-CopyToClipboard branch from 9948196 to e3cc719 Compare February 29, 2024 19:44
@pull-request-size pull-request-size bot added size/M and removed size/L labels Feb 29, 2024
@rusackas
Copy link
Member

Running CI 🤞

return (
<>
{!this.props.hideTooltip ? (
<Tooltip
id="copy-to-clipboard-tooltip"
placement="topRight"
style={{ cursor }}
title={this.props.tooltipText}
title={this.props.tooltipText || ''}
Copy link
Member

Choose a reason for hiding this comment

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

I am curious if this prop should be required?

@michael-s-molina michael-s-molina added review-after-release Indicates that a release is in progress and that this PR might be reviewed later and removed review-after-release labels Mar 1, 2024
@john-bodley john-bodley removed the review:checkpoint Last PR reviewed during the daily review standup label Mar 4, 2024
@EnxDev EnxDev closed this Mar 22, 2024
@EnxDev EnxDev reopened this Mar 22, 2024
@rusackas rusackas merged commit 3f073dc into apache:master Mar 22, 2024
60 of 64 checks passed
EandrewJones pushed a commit to UMD-ARLIS/superset that referenced this pull request Apr 5, 2024
@EnxDev EnxDev deleted the chore/typescript-migration-CopyToClipboard branch April 12, 2024 14:38
qleroy pushed a commit to qleroy/superset that referenced this pull request Apr 28, 2024
vinothkumar66 pushed a commit to vinothkumar66/superset that referenced this pull request Nov 11, 2024
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 4.1.0 labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels review-after-release Indicates that a release is in progress and that this PR might be reviewed later size/M 🚢 4.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants