-
Notifications
You must be signed in to change notification settings - Fork 243
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 describe panic without the context directory #5404
Fix odo describe panic without the context directory #5404
Conversation
✔️ Deploy Preview for odo-docusaurus-preview canceled. 🔨 Explore the source changes: a227ca3 🔍 Inspect the deploy log: https://app.netlify.com/sites/odo-docusaurus-preview/deploys/61f7d1b7752682000853f4f2 |
Co-authored-by: Dharmit Shah <[email protected]>
/lgtm |
[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 |
9f89c7c
to
a227ca3
Compare
@dharmit can you re-lgtm? |
/lgtm |
/cherrypick v2 |
@valaparthvi: only redhat-developer org members may request cherry picks. You can still do the cherry-pick manually. 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 kubernetes/test-infra repository. |
/cherrypick v2 |
@valaparthvi: new pull request created: #5438 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 kubernetes/test-infra repository. |
…r#5404) * Fix odo describe without the context directory * Update pkg/component/component_full_description.go Co-authored-by: Dharmit Shah <[email protected]> * Fix unit tests Co-authored-by: Dharmit Shah <[email protected]>
What type of PR is this:
/kind bug
What does this PR do / why we need it:
This PR fixes the panic caused when running odo describe without the context directory.
Which issue(s) this PR fixes:
Fixes #5245
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: