-
Notifications
You must be signed in to change notification settings - Fork 363
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-8938] - Update TextField
to not depend on ramda
#11306
refactor: [M3-8938] - Update TextField
to not depend on ramda
#11306
Conversation
Coverage Report: ✅ |
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.
Test coverage passes, NodeBalancers health check textfields and standard rescue dialog looked good. I left suggestions about improved validation messaging.
Goodbye to more Ramda. Thx, Banks!
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.
Optionally, to be slightly less repetitive, this could be a single changeset ("... in createNodeBalancerConfigSchema
and UpdateNodeBalancerConfigSchema
") since the same changes were made in both, but two changesets works too.
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.
Thanks! Co-authored-by: Mariah Jacobs <[email protected]>
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.
@bnussman-akamai I think this is a duplicate changeset
Cloud Manager UI test results🎉 455 passing tests on test run #8 ↗︎
|
Cloud Manager E2E Run #6879
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6879
|
Run duration | 30m 12s |
Commit |
23fa3c75bf: refactor: [M3-8938] - Update `TextField` to not depend on `ramda` (#11306)
|
Committer | Banks Nussman |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
455
|
View all changes introduced in this branch ↗︎ |
Description 📝
clamp
utility function in our new@linode/ui
package so that it does not have to rely on ramda 🗑️pnpm
- See this pipeline failure 🚫Preview 📷
Note
No UI changes
How to test 🧪
As an Author, I have considered 🤔
As an Author, before moving this PR from Draft to Open, I confirmed ✅