-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
[JENKINS-67846] Icon alignment of build status is wrong #6595
Conversation
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.
Tested locally with core-pr-tester
and building github.com/alecharp/simple-app with mvn verify -Dmaven.test.skip checkstyle:checkstyle
. I used Warnings-ng to display checkstyle results.
It's solving the problem (vertical aligment) but I find the icon and the text to be too close. Some spacing could be added. This is highly personal, I do not want to block this pull request for this.
|
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.
Thank you @frankie139506. This looks great. I couldn't not find any regression with this in my test.
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.
This PR does not contain an evaluation of the cause of the problem. Without an evaluation of the cause of the problem, we cannot determine whether the proposed solution addresses the cause of the problem or merely one of its symptoms. What caused this regression, and what makes us confident such a regression will not occur again in the future?
I found out this was introduced by https://issues.jenkins.io/browse/JENKINS-67515 and jenkinsci/jenkins#6162. It's present since 2.329. |
@frankie139506 could you please address Basil comments on this pull request? Thank you. |
@basil @alecharp I have already checked related issue and I think it will not have the same problem. |
I checked https://issues.jenkins.io/browse/JENKINS-68356 (as caused by https://issues.jenkins.io/browse/JENKINS-67515) and this pull request doesn't break its fix. |
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.
@frankie139506 After some consideration, I decided to accept this PR as-is, but in the future I will insist on a written evaluation of the root cause of the problem and an explanation of how the proposed PR addressed the root cause.
--
This PR is now ready for merge. We will merge it after approximately 24 hours if there is no negative feedback. Please see the merge process documentation for more information about the merge process. Thanks!
See JENKINS-67846.
Before
After
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Proposed changelog entries
section only if there are breaking changes or other changes which may require extra steps from users during the upgrade@Restricted
or have@since TODO
Javadoc, as appropriate.Desired reviewers
@mention
Maintainer checklist
Before the changes are marked as
ready-for-merge
:Proposed changelog entries
are accurate, human-readable, and in the imperative moodupgrade-guide-needed
label is set and there is aProposed upgrade guidelines
section in the PR title. (example)lts-candidate
to be considered (see query).