-
Notifications
You must be signed in to change notification settings - Fork 275
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
Uniformed fixed issues presentation. #736
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #736 +/- ##
=========================================
Coverage 79.72% 79.73%
Complexity 1529 1529
=========================================
Files 243 243
Lines 5589 5590 +1
Branches 409 409
=========================================
+ Hits 4456 4457 +1
Misses 970 970
Partials 163 163
Continue to review full report at Codecov.
|
Well, the added benefit is that it is a special and reduced view that renders the results in a simple way. I do not see a benefit to show the full capacity view for fixed warnings as well. This view will never be used to navigate to issues. |
I'm very surprised you say that: with the modified plugin we navigate the fixed issues all the time (to see what has been fixed). |
Ok, seems you are using the plugin in a different way. So let's be more precise: what elements of the issues detail view are you using that is not part of the reduced view? How many fixed warnings do you typically have? From jenkinsci/analysis-model#553 it looks like you are dealing with a lot of issues. |
We have up to thousands of fixed issues in special cases. The reduced view does not permit selection and does not show the issue details (compare e.g. https://ci.eclipse.org/skills/job/skills.build.nightly/111/analysis/new/ with https://ci.eclipse.org/skills/job/skills.build.nightly/111/analysis/fixed/ ). If you think it is useful I can send to you privately the credentials to see the special uses we do of issue details to link the jenkins issue to our static analysis reports browser. |
I see. In this case it would make sense to completely remove the view ( |
I've removed it as you proposed. |
Ok, thanks. I installed it on my machine and two things are now not ideal:
|
For the first point I agree it is suboptimal and if feasible it would be better to point to issue location in reference build. |
This looks strange also for the New issues (only a litte less)... What would you propose? |
Previous fixed issues presentation is less featured than presentation of other issues with no added benefits.