OCPBUGS-77349: Show "No description available" instead of "Not available" for CRD cards#16067
OCPBUGS-77349: Show "No description available" instead of "Not available" for CRD cards#16067harche wants to merge 2 commits intoopenshift:mainfrom
Conversation
…ble" for CRD cards The generic "Not available" fallback on CRD cards is misleading — it reads as if the CRD itself is unavailable, not that its description is missing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@harche: This pull request references Jira Issue OCPBUGS-77349, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: harche The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request modifies test mocks and component props to address empty or missing CRD descriptions. The AsyncComponent mock in tests is updated to accept 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
I will file the bug for 4.22, if the team thinks this is a valid issue. |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@harche: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
Summary
spec.customresourcedefinitions.owneddoesn't have adescriptionfield, the Operator details page shows "Not available" under the CRD name. This is confusing because it looks like the CRD itself isn't available, when really it's just the description that's missing.oc get, and filed a bug thinking something was broken.SyncMarkdownView) to "No description available", which makes it clear what's actually missing. The globalSyncMarkdownViewdefault is unchanged.Jira: https://issues.redhat.com/browse/OCPBUGS-77349
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests