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: [M3-8648] – Migrate Paper to ui package #11183

Merged
merged 19 commits into from
Nov 4, 2024

Conversation

dwiley-akamai
Copy link
Contributor

Description 📝

Migrate Paper from manager to ui package.

Target release date 🗓️

11/12/24

How to test 🧪

Verification steps

  • All tests should pass
  • There should be no adverse impacts observed in Cloud

As an Author I have considered 🤔

  • 👀 Doing a self review
  • ❔ Our contribution guidelines
  • 🤏 Splitting feature into small PRs
  • ➕ Adding a changeset
  • 🧪 Providing/Improving test coverage
  • 🔐 Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • 👣 Providing comprehensive reproduction steps
  • 📑 Providing or updating our documentation
  • 🕛 Scheduling a pair reviewing session
  • 📱 Providing mobile support
  • ♿ Providing accessibility support

@dwiley-akamai dwiley-akamai self-assigned this Oct 29, 2024
@dwiley-akamai dwiley-akamai requested a review from a team as a code owner October 29, 2024 15:14
@dwiley-akamai dwiley-akamai requested review from pmakode-akamai and harsh-akamai and removed request for a team October 29, 2024 15:14
Comment on lines +27 to +30
export const omitProps = <
Props extends NonNullable<unknown>,
Keys extends keyof Props & string
>(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change is due to this:

Screenshot 2024-10-29 at 10 49 15 AM

I went with the option that seemed to best maintain parity, but we can revisit if necessary.

@dwiley-akamai dwiley-akamai marked this pull request as draft October 29, 2024 21:37
@dwiley-akamai
Copy link
Contributor Author

Putting this back into draft status until the errors related to omittedProps are worked through

@hkhalil-akamai hkhalil-akamai self-requested a review October 31, 2024 21:40
@dwiley-akamai dwiley-akamai marked this pull request as ready for review November 1, 2024 15:42
Copy link
Contributor

@hkhalil-akamai hkhalil-akamai left a comment

Choose a reason for hiding this comment

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

Other comments:

packages/ui/src/utilities/omittedProps.ts Show resolved Hide resolved
Copy link

github-actions bot commented Nov 1, 2024

Coverage Report:
Base Coverage: 87.35%
Current Coverage: 87.32%

@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🎉 445 passing tests on test run #17 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
0 Failing445 Passing2 Skipped82m 15s

Copy link
Contributor

@harsh-akamai harsh-akamai left a comment

Choose a reason for hiding this comment

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

  • Paper in Cloud ✅
  • Code Review ✅

Thanks for the changes @dwiley-akamai! 🚀

@harsh-akamai harsh-akamai added the Add'tl Approval Needed Waiting on another approval! label Nov 4, 2024
@bnussman-akamai bnussman-akamai added Approved Multiple approvals and ready to merge! and removed Add'tl Approval Needed Waiting on another approval! labels Nov 4, 2024
@dwiley-akamai dwiley-akamai merged commit ae20325 into linode:develop Nov 4, 2024
23 checks passed
@dwiley-akamai dwiley-akamai deleted the M3-8648-paper-ui-package branch November 4, 2024 15:37
Copy link

cypress bot commented Nov 4, 2024

Cloud Manager E2E    Run #6777

Run Properties:  status check passed Passed #6777  •  git commit ae203251e8: refactor: [M3-8648] – Migrate `Paper` to `ui` package (#11183)
Project Cloud Manager E2E
Branch Review develop
Run status status check passed Passed #6777
Run duration 27m 19s
Commit git commit ae203251e8: refactor: [M3-8648] – Migrate `Paper` to `ui` package (#11183)
Committer Dajahi Wiley
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 4
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 445
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Multiple approvals and ready to merge! Modularization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants