-
Notifications
You must be signed in to change notification settings - Fork 401
refactor: [M3-8777] - Refactor CreateCluster component to use react-hook-form #11581
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
Closed
hasyed-akamai
wants to merge
36
commits into
linode:develop
from
hasyed-akamai:M3-8777-refactor-CreateCluster-component-to-use-react-hook-form
Closed
Changes from 31 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e65871b
initial commit
hasyed-akamai 5f3f86f
populating IpV4 and ipV6
hasyed-akamai 9b81d82
ACL Enable and IPv4 and IPv6 are added correctly
hasyed-akamai 7388c0c
fix unit test and add IPv4 and IPv6 input for default case
hasyed-akamai c5b792d
cleanup
hasyed-akamai d96d617
Fix Cypress Test `Part-1`
hasyed-akamai e863e1e
Fix e2e Test `Part-2`
hasyed-akamai 83be6c2
Remove Loading Bug
hasyed-akamai dfa1223
Fix k8_version initial value
hasyed-akamai f6e7795
Add Validation to the IPv4 and IPv6
hasyed-akamai f902c94
Set Validation errors and k8_version
hasyed-akamai 5cdebc0
Add Error Scrollable Behaviour
hasyed-akamai e841372
Added changeset: Optimize CreateCluster component: Use React Hook Form
hasyed-akamai 8768c89
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai 795d6ea
removed unused props and added updateFor prop
hasyed-akamai c1f15bb
Fixed issue of Multiple call of `ControlPlaneACLPane` component
hasyed-akamai 7fb587b
disabled remove button for the first input
hasyed-akamai 31a5987
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai 608bea6
Replaced useForm with useFormContext and add initialvalues for ipv4 aβ¦
hasyed-akamai b2f5908
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai 935379d
Remove useState and useEffect
hasyed-akamai 4ae1357
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai a76ff57
fix unit test
hasyed-akamai d22b54f
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai 09fd694
remove isSubmitting useState
hasyed-akamai 932bcf1
refactor `ControlPlaneACLPane`
hasyed-akamai 1baaaa5
refactor `ControlPlaneACLPane` Part-2
hasyed-akamai a0676b5
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai 1e35fba
fix unit test
hasyed-akamai b6f7398
cleanup
hasyed-akamai 847325a
Added default values in `ControlPlaneACLPane` test file
hasyed-akamai c9c9457
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
hasyed-akamai f599847
populate k8_versions for enterprise tier
hasyed-akamai 84676ad
cleanup
hasyed-akamai 955ed0a
Merge branch 'develop' into M3-8777-refactor-CreateCluster-component-β¦
2916d98
Revert "Merge branch 'develop' into M3-8777-refactor-CreateCluster-coβ¦
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-11581-tech-stories-1738841023177.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@linode/manager": Tech Stories | ||
| --- | ||
|
|
||
| Optimize CreateCluster component: Use React Hook Form ([#11581](https://github.com/linode/manager/pull/11581)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.