-
Notifications
You must be signed in to change notification settings - Fork 367
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
refactor: [M3-8648] – Migrate Paper
to ui
package
#11183
Conversation
export const omitProps = < | ||
Props extends NonNullable<unknown>, | ||
Keys extends keyof Props & string | ||
>( |
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.
Putting this back into draft status until the errors related to |
…build-ui as a need for test-manager in ci.yml
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.
Other comments:
- Unit test failure appears unrelated
- We should update the import from the example in
02-component-structure.md:L20
Coverage Report: ❌ |
Cloud Manager UI test results🎉 445 passing tests on test run #17 ↗︎
|
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.
- Paper in Cloud ✅
- Code Review ✅
Thanks for the changes @dwiley-akamai! 🚀
Cloud Manager E2E Run #6777
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6777
|
Run duration | 27m 19s |
Commit |
ae203251e8: refactor: [M3-8648] – Migrate `Paper` to `ui` package (#11183)
|
Committer | Dajahi Wiley |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
Description 📝
Migrate
Paper
frommanager
toui
package.Target release date 🗓️
11/12/24
How to test 🧪
Verification steps
As an Author I have considered 🤔