Skip to content
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

Move VMTemplates view into Virtualization section #4800

Merged

Conversation

yaacov
Copy link
Member

@yaacov yaacov commented Mar 23, 2020

CNV4006 - Move VMTemplates view into Virtualization section

Screenshot:
Peek 2020-03-23 20-54

@openshift-ci-robot openshift-ci-robot added component/kubevirt Related to kubevirt-plugin approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Mar 23, 2020
@yaacov
Copy link
Member Author

yaacov commented Mar 23, 2020

@irosenzw @glekner please review

@yaacov
Copy link
Member Author

yaacov commented Mar 23, 2020

/test analyze

@yaacov
Copy link
Member Author

yaacov commented Mar 23, 2020

/assign @pcbailey

Copy link
Contributor

@pcbailey pcbailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of small nitpicks. Nothing worth withholding lgtm, though.
/lgtm

Comment on lines 8 to 10
import { FLAGS } from '@console/shared';
import { connectToFlags, FlagsObject } from '@console/internal/reducers/features';
import { compose } from 'redux';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: I think the redux import should come before the console imports and the two console imports should be moved to be with the other console imports above.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ! fixed

match={props.match}
obj={obj}
customData={{ showTitle: false }}
{...props}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: I think the convention is to put the props spread at the top of the props list.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, done !

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 24, 2020
@pcbailey
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Mar 24, 2020
Comment on lines 4 to 7
import { connectToFlags, FlagsObject } from '@console/internal/reducers/features';
import { FLAGS } from '@console/shared';
import { HorizontalNav } from '@console/internal/components/utils';
import { withStartGuide } from '@console/internal/components/start-guide';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be:
import { withStartGuide } from '@console/internal/components/start-guide';
import { HorizontalNav } from '@console/internal/components/utils';
import { connectToFlags, FlagsObject } from '@console/internal/reducers/features';
import { FLAGS } from '@console/shared';

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm... ok :-)

@pcbailey
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 24, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pcbailey, yaacov

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@yaacov
Copy link
Member Author

yaacov commented Mar 24, 2020

/test e2e-gcp-console

2 similar comments
@yaacov
Copy link
Member Author

yaacov commented Mar 24, 2020

/test e2e-gcp-console

@yaacov
Copy link
Member Author

yaacov commented Mar 24, 2020

/test e2e-gcp-console

@openshift-merge-robot openshift-merge-robot merged commit 484b54c into openshift:master Mar 24, 2020
@spadgett spadgett added this to the v4.5 milestone Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. component/kubevirt Related to kubevirt-plugin lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants