-
Notifications
You must be signed in to change notification settings - Fork 94
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
🐛 only read the first item when RawFeedbackJsonString is disabled #613
🐛 only read the first item when RawFeedbackJsonString is disabled #613
Conversation
This is to ensure the backward compatible when the feature gate is disabled Signed-off-by: Jian Qiu <jqiu@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16 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 |
/hold for test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #613 +/- ##
==========================================
+ Coverage 63.86% 63.92% +0.05%
==========================================
Files 180 180
Lines 14100 14116 +16
==========================================
+ Hits 9005 9023 +18
+ Misses 4193 4191 -2
Partials 902 902
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/lgtm |
Signed-off-by: Jian Qiu <jqiu@redhat.com>
164c47b
to
0981ffa
Compare
/lgtm |
/unhold |
8678ede
into
open-cluster-management-io:main
…en-cluster-management-io#613) * only read the first item when RawFeedbackJsonString is disabled This is to ensure the backward compatible when the feature gate is disabled Signed-off-by: Jian Qiu <jqiu@redhat.com> * Add a test for backward compatible Signed-off-by: Jian Qiu <jqiu@redhat.com> --------- Signed-off-by: Jian Qiu <jqiu@redhat.com>
…en-cluster-management-io#613) * only read the first item when RawFeedbackJsonString is disabled This is to ensure the backward compatible when the feature gate is disabled Signed-off-by: Jian Qiu <jqiu@redhat.com> * Add a test for backward compatible Signed-off-by: Jian Qiu <jqiu@redhat.com> --------- Signed-off-by: Jian Qiu <jqiu@redhat.com>
…en-cluster-management-io#613) (#121) * only read the first item when RawFeedbackJsonString is disabled This is to ensure the backward compatible when the feature gate is disabled * Add a test for backward compatible --------- Signed-off-by: Jian Qiu <jqiu@redhat.com> Co-authored-by: Jian Qiu <jqiu@redhat.com>
…en-cluster-management-io#613) (#122) * only read the first item when RawFeedbackJsonString is disabled This is to ensure the backward compatible when the feature gate is disabled * Add a test for backward compatible --------- Signed-off-by: Jian Qiu <jqiu@redhat.com> Co-authored-by: Jian Qiu <jqiu@redhat.com>
…en-cluster-management-io#613) * only read the first item when RawFeedbackJsonString is disabled This is to ensure the backward compatible when the feature gate is disabled Signed-off-by: Jian Qiu <jqiu@redhat.com> * Add a test for backward compatible Signed-off-by: Jian Qiu <jqiu@redhat.com> --------- Signed-off-by: Jian Qiu <jqiu@redhat.com>
…en-cluster-management-io#613) (#124) * only read the first item when RawFeedbackJsonString is disabled This is to ensure the backward compatible when the feature gate is disabled * Add a test for backward compatible --------- Signed-off-by: Jian Qiu <jqiu@redhat.com> Co-authored-by: Jian Qiu <jqiu@redhat.com>
This is to ensure the backward compatible when the feature gate is disabled
Summary
Related issue(s)
Fixes #