OCPBUGS-74557: Fixed Metrics page React error #306 by exporting QueryBrowser component#16016
Conversation
…ing QueryBrowser component
|
@krishagarwal278: This pull request references Jira Issue OCPBUGS-74557, 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. |
📝 WalkthroughWalkthroughThis pull request expands the public API surface of the console-shared components package by re-exporting the 🚥 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)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
logonoff
left a comment
There was a problem hiding this comment.
what components are importing from console shared root barrel that require this? can we rewrite the imports instead of writing an export?
|
/jira refresh |
|
@krishagarwal278: This pull request references Jira Issue OCPBUGS-74557, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/retest |
1 similar comment
|
/retest |
|
Hi @logonoff i now changed the imports in MonitoringDashboardGraph and resource-metrics to use |
|
/acknowledge-critical-fixes-only |
|
/retest |
You'll need to fix some cycles |
|
/retest |
logonoff
left a comment
There was a problem hiding this comment.
If it works it works..
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krishagarwal278, logonoff The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label acknowledge-critical-fixes-only |
|
/verified later @yanpzhan |
|
@krishagarwal278: This PR has been marked to be verified later by 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. |
logonoff
left a comment
There was a problem hiding this comment.
/hold
now that I think about it.. there's another file frontend/public/components/utils/resource-metrics.tsx which also imports from @console/shared/src/components/query-browser... do we need to update that?
Does updating the import directly to use
import { QueryBrowser } from '@console/shared/src/components/query-browser/QueryBrowser';work..?
|
okay that's fair.. I suppose we can try the other way in a follow up. not a big problem but I find it a little weird importing from /unhold |
|
/retest |
1 similar comment
|
/retest |
|
@krishagarwal278: 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. |
|
@krishagarwal278: Jira Issue OCPBUGS-74557: All pull requests linked via external trackers have merged: This pull request has the 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. |
|
/cherry-pick release-4.21 |
|
@jhadvig: new pull request created: #16038 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 kubernetes-sigs/prow repository. |
|
/cherrypick release-4.19 |
|
/cherry-pick release-4.19 |
|
@krishagarwal278: #16016 failed to apply on top of branch "release-4.19": 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 kubernetes-sigs/prow repository. |
|
@krishagarwal278: #16016 failed to apply on top of branch "release-4.19": 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 kubernetes-sigs/prow repository. |
|
/cherry-pick release-4.20 |
|
@krishagarwal278: new pull request created: #16040 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 kubernetes-sigs/prow repository. |



Summary by CodeRabbit