-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
[JENKINS-54325] Add support for multiple footers in SimplePageDecorator #3721
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
Conversation
Signed-off-by: Matt Sicker <boards@gmail.com>
|
Rebuilding PR |
Signed-off-by: Matt Sicker <boards@gmail.com>
Signed-off-by: Matt Sicker <boards@gmail.com>
scherler
left a comment
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.
LGTME thank you very much!
|
@jenkinsci/core PTAL |
Wadeck
left a comment
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.
🐝
jeffret-b
left a comment
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.
Looks good.
|
Re-run the test, due to "Caused by: java.net.BindException: Address already in use" |
|
If the test passed this time and no negative feedback, we will merge it into the weekly tomorrow. |
|
@jvz Seems that |
Wadeck
left a comment
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.
Both tests that are failing:
- hudson.util.AtomicFileWriterPerfTest
- hudson.FilePathSEC904Test
Are known and in investigation state.
|
Which is about to be ignored in #3797 So we can consider the current PR as "green" :). |
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.
LGTM, but I think we must remove the now unused simpleDecorator in jelly (and likely deprecate the getSimplePageDecorator method to avoid raising the WTF/line ratio).
|
@batmat I already tried that approach first and was rejected. |
batmat
left a comment
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.
👍 then.
|
I think enough approval were given here. Let's merge this some time tomorrow or later today if nobody objects in the meantime :). \o/ |

Signed-off-by: Matt Sicker boards@gmail.com
See JENKINS-54325. This supersedes #3710.
Proposed changelog entries
Internal:login.jellyandsignup.jellynow support displaying all registeredSimplePageDecoratorextensions in the footer rather than just the top priority one.Submitter checklist
* Use the
Internal:prefix if the change has no user-visible impact (API, test frameworks, etc.)Desired reviewers
@reviewbybees @scherler @Wadeck @jeffret-b @jenkinsci/code-reviewers