Branch: refs/heads/stable-2.204
Home: https://github.com/jenkinsci/jenkins
Commit: 03214978a3226be82db0ca6f32098313efb61714
https://github.com/jenkinsci/jenkins/commit/03214978a3226be82db0ca6f32098313efb61714
Author: Oleg Nenashev <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M core/src/main/java/hudson/model/ViewGroupMixIn.java
Log Message:
-----------
Merge pull request #4348 from pilou-/handle_empty_views
[JENKINS-60092] getPrimaryView: return null if no view is defined
(cherry picked from commit 8bc435f32e819a1d318918c04b7bc7dd227e5db1)
Commit: e29e3635c0769fc1839fe526faca55593c6c0350
https://github.com/jenkinsci/jenkins/commit/e29e3635c0769fc1839fe526faca55593c6c0350
Author: Oleg Nenashev <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M core/src/main/java/hudson/util/AtomicFileWriter.java
Log Message:
-----------
Merge pull request #4357 from bulanovk/JENKINS-60167
[JENKINS-60167] - Fix AtomicFileWriter performance issue on CephFS in case of
Empty File creation
(cherry picked from commit cce9587639fb4747a8a3fc3a56ce44a2ba3c2ca5)
Commit: cae20e7613f3ae6443df52c3e3dfb6050622d7a5
https://github.com/jenkinsci/jenkins/commit/cae20e7613f3ae6443df52c3e3dfb6050622d7a5
Author: Baptiste Mathus <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
Log Message:
-----------
Merge pull request #4329 from lgoenner/executor
[JENKINS-57304] - Add call to oneOffExecutors.remove in Computer.removeExecutor
(cherry picked from commit cb424f3ca0d008c09029a6ded6e85f2471b3fc13)
Commit: 5bc53da058ffeb0e88f1b7dd103971d797feecd9
https://github.com/jenkinsci/jenkins/commit/5bc53da058ffeb0e88f1b7dd103971d797feecd9
Author: James Nord <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M core/src/main/java/hudson/Util.java
M core/src/main/java/jenkins/util/io/PathRemover.java
Log Message:
-----------
[JENKINS-60351] - Make it possible to disable multiple deletion attempts by
setting hudson.Util.maxFileDeletionRetries to zero (#4382)
* [JENKINS-60351] It should be possible to disable a retry of the
PathRemover
This does not address the issues that the comments and code in
hudons.Util are inconsistent if they are for retries or total number of
attempts (they are currently total number of attempts)
* [JENKINS-60351] Make the code conform to the documentation
maxRetries should control the number of retries not the number of
attempts.
* rename field from DELETION_MAX to DELETION_RETRIES
(cherry picked from commit 7228af5bb1c4f9058bd35be50a7f9239f4345e04)
Commit: 47f9a947941048e5e96b52db8ffa96b32065ba3b
https://github.com/jenkinsci/jenkins/commit/47f9a947941048e5e96b52db8ffa96b32065ba3b
Author: Matt Sicker <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M core/src/main/java/jenkins/security/seed/UserSeedSecurityListener.java
A test/src/test/java/jenkins/security/seed/UserSeedSecurityListenerTest.java
Log Message:
-----------
[JENKINS-59107] User is no longer logged out when authenticating another user
This fixes a regression introduced in SECURITY-901 where performing an
authentication check on another user while logged in caused the user to get
logged out.
Signed-off-by: Matt Sicker <[email protected]>
(cherry picked from commit d5b716625cd128cd84ad82d618f02b516521cda5)
Compare:
https://github.com/jenkinsci/jenkins/compare/cffb86a4e26a...47f9a9479410
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/stable-2.204/cffb86-47f9a9%40github.com.