-
Notifications
You must be signed in to change notification settings - Fork 365
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-8640] β Move Theme layer from manager
package to ui
package
#11092
refactor: [M3-8640] β Move Theme layer from manager
package to ui
package
#11092
Conversation
β¦ge to new `ui` package
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.
β
Theme is looking good for light/dark
β
Imports from @linode/ui
appear to be referencing exports properly
Hmm. The component test pipeline it failing |
Yeah, based on the logs this is the issue:
Looking into what's causing it but nothing firm yet |
Coverage Report: β
|
- ./packages/manager:/home/node/app/packages/manager | ||
- ./packages/validation:/home/node/app/packages/validation | ||
- ./packages/api-v4:/home/node/app/packages/api-v4 |
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.
Ah, nice find. This didn't even occur to me
Cloud Manager E2EΒ Β Run #6677
Run Properties:Β
|
Project |
Cloud Manager E2E
|
Run status |
Β FailedΒ #6677
|
Run duration | 28m 35s |
Commit |
f6f5e97bc2: refactor: [M3-8640] β Move Theme layer from `manager` package to `ui` package (#...
|
Committer | Dajahi Wiley |
View all properties for this run βοΈ |
Test results | |
---|---|
Β Failures |
2
|
Β Flaky |
6
|
Β Pending |
2
|
Β Skipped |
0
|
Β Passing |
433
|
Tests for review
Β oneClickApps/one-click-apps.spec.ts β’ 1 failed test
Test | Artifacts | |
---|---|---|
OneClick Apps (OCA) > Lists all the OneClick Apps |
Screenshots
Video
|
Β helpAndSupport/open-support-ticket.spec.ts β’ 1 failed test
Test | Artifacts | |
---|---|---|
open support tickets > can create an SMTP support ticket |
Screenshots
Video
|
Β linodes/switch-linode-state.spec.ts β’ 1 flaky test
Test | Artifacts | |
---|---|---|
switch linode state > reboots a linode from landing page |
Screenshots
Video
|
Β objectStorageGen2/bucket-create-gen2.spec.ts β’ 3 flaky tests
Β placementGroups/delete-placement-groups.spec.ts β’ 1 flaky test
Test | Artifacts | |
---|---|---|
Placement Group deletion > can delete with Linodes assigned when unexpected error show up and retry |
Screenshots
Video
|
Β volumes/delete-volume.spec.ts β’ 1 flaky test
Test | Artifacts | |
---|---|---|
volume delete flow > deletes a volume |
Screenshots
Video
|
Description π
Move the Theme layer to the recently-created (#11057)
linode/ui
package.Target release date ποΈ
10/28/24
How to test π§ͺ
Ensure that you have no issues building and running the app locally and that CM looks good visually. CI checks should also pass.
As an Author I have considered π€