-
Notifications
You must be signed in to change notification settings - Fork 616
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
Kubevirt: port VM list to PF4 Table #1758
Kubevirt: port VM list to PF4 Table #1758
Conversation
Hi @suomiy. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
94919ec
to
157f689
Compare
@@ -7,7 +7,8 @@ | |||
"@console/internal": "0.0.0-fixed", | |||
"@console/plugin-sdk": "0.0.0-fixed", | |||
"@console/shared": "0.0.0-fixed", | |||
"kubevirt-web-ui-components": "~0.1.35" | |||
"kubevirt-web-ui-components": "~0.1.35", | |||
"kubevirt-typescript-api": "^0.18.1-rc" |
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.
@suomiy , can you please provide reasoning behind this new project/dependency?
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.
as said in #1731, this is to add TS definitions of kubevirt objects
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.
Could we do it without adding this dependency and maybe revisit it later ? It will just slow down merging the PRs and we dont really have a time to waste.
157f689
to
f2b1f10
Compare
f2b1f10
to
6d92dcb
Compare
6d92dcb
to
1b52665
Compare
Please note, #1682 is merged now. However, the project should become official part of As @rawagner wrote, we need to concentrate on 4.2 features as the top priority now and introduction of a similar dependency sounds like splitting of our effort. I think it's more safe to re-evaluate in post-4.2 timeframe. |
1b52665
to
bb314b9
Compare
It depends. It can be quite fast if we move it to console repo. Moved the discussion to #1773 |
bb314b9
to
fad6e84
Compare
removed dependency on the types (#1773) |
fad6e84
to
1925521
Compare
1925521
to
3c9da34
Compare
/ok-to-test |
3c9da34
to
53fb815
Compare
53fb815
to
37f44f9
Compare
37f44f9
to
c66a750
Compare
fixed |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rawagner, suomiy 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 |
depends on