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

fix odo catalog list service erroring out when no service templates / CSVs are present #4148

Merged

Conversation

girishramnani
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind line, and delete the rest.
For example, > /kind bug would simply become: /kind bug

/kind api-change
/kind bug
/kind cleanup
/kind deprecation
/kind design
/kind failing-test
/kind feature
/kind flake
/kind code-refactoring

Documentation changes: Please include [skip ci] in your commit message as well
/kind documentation
[skip ci]

What does does this PR do / why we need it:
odo catalog list services fails if there are no services templates / CSVs are present, that shouldn't be happening as its an outcome which a user might expect when they just install operatorhub. However this PR doesn't remove the checks for "service catalog" or "operator hub" being installed correctly.

Which issue(s) this PR fixes:

Fixes #4024

PR acceptance criteria:

How to test changes / Special notes to the reviewer:

@girishramnani
Copy link
Contributor Author

/retest

1 similar comment
@kadel
Copy link
Member

kadel commented Oct 26, 2020

/retest

@girishramnani
Copy link
Contributor Author

@dharmit if you could review this

@girishramnani girishramnani requested review from dharmit and mik-dass and removed request for cdrage and GeekArthur October 29, 2020 07:24
Copy link
Member

@dharmit dharmit left a comment

Choose a reason for hiding this comment

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

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dharmit

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-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Oct 29, 2020
@kadel
Copy link
Member

kadel commented Oct 29, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Oct 29, 2020
@openshift-merge-robot openshift-merge-robot merged commit 0ea9331 into redhat-developer:master Oct 29, 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. Required by Prow. lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

odo catalog list services -o json throws error when no services are available
5 participants