-
Notifications
You must be signed in to change notification settings - Fork 61
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
Dedupe Deployment error messages in tooltip #4170
Dedupe Deployment error messages in tooltip #4170
Conversation
38206a9
to
766a5a8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4170 +/- ##
===========================================
+ Coverage 32.37% 44.00% +11.62%
===========================================
Files 85 91 +6
Lines 6505 7352 +847
Branches 1349 1569 +220
===========================================
+ Hits 2106 3235 +1129
+ Misses 4399 4117 -282 ☔ View full report in Codecov by Sentry. |
cb9c1db
to
04b336e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me; this makes the error log significantly more readable
The PR deduplicates the same Deployment error messages, showing only 1 message for every problem reason. Also, it limits the number of shown error messages for Deployment and Pod Containers to 3 messages each. Signed-off-by: Victor Rubezhny <[email protected]>
04b336e
to
740d9b8
Compare
The PR deduplicates the same Deployment error messages, showing only 1 message for every problem reason.
Also, it limits the number of shown error messages for Deployment and Pod Containers to 3 messages each.