-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: upgrade to Patternfly v5 #953
Conversation
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.
the changes too big. first review batch.
packages/hawtio/src/plugins/shared/operations/OperationForm.tsx
Outdated
Show resolved
Hide resolved
packages/hawtio/src/plugins/shared/operations/OperationForm.tsx
Outdated
Show resolved
Hide resolved
Thanks @tadayosi for careful review - I admit, I simply assumed Matej did the best. |
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.
finished review. at this point I'd like to request changes, as the way you changed around the curried callback functions is alarming and suspected that it breaks the code. please check them again.
packages/hawtio/src/plugins/shared/operations/OperationForm.tsx
Outdated
Show resolved
Hide resolved
Test resultsRun attempt: 1797
|
Well I did:), or at least I tried diven that time and space ;) |
Thanks for the review, as I mentioned you're right, I missed curried signatures of the functions. It also discovered other thing, and that is that are unit test suite could be better too. |
b177359
to
dcf0570
Compare
dcf0570
to
bdc8091
Compare
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.
Resolved some and added/updated some more comments
2b79b66
to
df1ecb1
Compare
…ction signatures in the OperationForm and CamelPreferences testing-library version change, removal of unnecessary comments, change icons color to status definitions delete jpeg barckgrounds and use svg instead, etc
df1ecb1
to
fcfd77b
Compare
I used
@patternfly/pf-codemods
to upgrade most of the things, then fixed errors and some warnings. And upgraded some tables. In the next iteration I will ged rid of the rest deprecated components, mainly Selects and Dropdowns.related to #477
branch: jsolovjo:e2e-fix-patternfly5-tests