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

Bug 1780629: Add <Status> to Operator resources #3707

Conversation

rhamilto
Copy link
Member

@rhamilto rhamilto commented Dec 6, 2019

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1780629

Bonus: adds missing ErrorImagePull and ImagePullBackOff cases to <Status>

Screen Shot 2019-12-06 at 10 19 38 AM
Screen Shot 2019-12-06 at 10 19 52 AM
Screen Shot 2019-12-06 at 10 20 01 AM
Screen Shot 2019-12-06 at 10 20 16 AM

@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. component/olm Related to OLM component/shared Related to console-shared labels Dec 6, 2019
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 6, 2019
@rhamilto rhamilto changed the title Add <Status> to Operator resources Bug 1780629: Add <Status> to Operator resources Dec 6, 2019
@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Dec 6, 2019
@openshift-ci-robot
Copy link
Contributor

@rhamilto: This pull request references Bugzilla bug 1780629, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Bug 1780629: Add <Status> to Operator resources

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.

Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 6, 2019
@spadgett spadgett added this to the v4.4 milestone Dec 6, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhamilto, spadgett

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

@rhamilto
Copy link
Member Author

rhamilto commented Dec 6, 2019

/cherrypick release-4.3

@openshift-cherrypick-robot

@rhamilto: once the present PR merges, I will cherry-pick it on top of release-4.3 in a new PR and assign it to you.

In response to this:

/cherrypick release-4.3

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.

@openshift-merge-robot openshift-merge-robot merged commit bf14c0c into openshift:master Dec 6, 2019
@openshift-ci-robot
Copy link
Contributor

@rhamilto: All pull requests linked via external trackers have merged. Bugzilla bug 1780629 has been moved to the MODIFIED state.

In response to this:

Bug 1780629: Add <Status> to Operator resources

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.

@openshift-cherrypick-robot

@rhamilto: new pull request created: #3711

In response to this:

/cherrypick release-4.3

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.

@rhamilto rhamilto deleted the add-missing-status-component branch December 6, 2019 18:49
@@ -60,6 +71,9 @@ export const Status: React.FC<StatusProps> = ({ status, title, children, iconOnl
case 'Up to date':
return <SuccessStatus {...statusProps} />;

case 'Created':
return <StatusIconAndText {...statusProps} icon={<GreenCheckCircleIcon />} />;
Copy link
Member Author

Choose a reason for hiding this comment

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

D'oh. case 'Created': sholuld have been added on line 68. Will fix in follow on.

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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. component/olm Related to OLM component/shared Related to console-shared lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants