-
Notifications
You must be signed in to change notification settings - Fork 644
CONSOLE-4580: Refactor PVCActionFactory to hook form. #15078
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
CONSOLE-4580: Refactor PVCActionFactory to hook form. #15078
Conversation
@Mylanos: This pull request references CONSOLE-4580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
3910a30
to
2c04374
Compare
@Mylanos: This pull request references CONSOLE-4580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@Mylanos: This pull request references CONSOLE-4580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@Mylanos: This pull request references CONSOLE-4580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
2c04374
to
40e05c5
Compare
/retest |
frontend/packages/console-app/src/components/volume-snapshot/volume-snapshot.tsx
Show resolved
Hide resolved
frontend/packages/console-app/src/actions/creators/pvc-factory.ts
Outdated
Show resolved
Hide resolved
Review comments above are made on behalf of @vojtechszocs, @jon. |
eb4bdab
to
afe8cbb
Compare
@Mylanos: This pull request references CONSOLE-4580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
afe8cbb
to
3a5e98f
Compare
/retest |
b6ec895
to
238f118
Compare
Checked on cluster launched against the pr. There is not reaction when click 'Restore as a PVC' in volumesnapshot action list. |
…ons argument in action hooks to provide stability across renders.
2386b4c
to
46d6886
Compare
Updated! I have't used the right prop name for the |
/label tide/merge-method-squash |
/retest |
1 similar comment
/retest |
Retested against the pr, now all items in PVC/VolumeSnapshot action/kebab list worked well. |
@Mylanos: This pull request references CONSOLE-4580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/retest |
1 similar comment
/retest |
/lgtm |
tech debt |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Mylanos, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/label px-approved |
/retest |
1 similar comment
/retest |
@Mylanos: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-console |
Moved away from using the generic
kebabFactory
forPVC
actions that were used inside of thePVC
andVolumeSnapshot
page. Created hook providers that are being used in these two resource pages to accessPVC
actions instead. Convertedpersistent-volume-claim.jsx
to TS.before:
Screen.Recording.2025-05-29.at.14.49.46.mov
after(no change):
Screen.Recording.2025-05-22.at.11.38.55.mov
Possible tests:
PVC
s andVolumeSnapshot
list and details page behave as expected?PVC
andVolumeSnapshot
list and details page contain all of the expected actions?