Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: df2b7d97ad8018d8fc4929b8a24bc8bcbfb90926
https://github.com/jenkinsci/jenkins/commit/df2b7d97ad8018d8fc4929b8a24bc8bcbfb90926
Author: Christopher Simons <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
M test/src/test/java/hudson/model/ComputerTest.java
Log Message:
-----------
[FIXED JENKINS-31321] protect against node-rename corruption
This change adds code to check that the user isn't attempting to rename
an existing node with the name of another existing node. Previous to
this change, such rename operations would succeed and would corrupt node
configuration data.
(cherry picked from commit 16d6429c58400b18350c42280ac541a6322ac8f3)
Commit: de9835a6797bc7afef9b1605fa21ae0dcf3c6d37
https://github.com/jenkinsci/jenkins/commit/de9835a6797bc7afef9b1605fa21ae0dcf3c6d37
Author: Stephen Connolly <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/hudson/slaves/NodeProvisioner.java
Log Message:
-----------
[FIXED JENKINS-31219] A CloudProvisioningListener can prevent provisioning of
all clouds instead of just the targeted cloud
(cherry picked from commit cc932c49afa8c2946a32555285e1aa52dc724ddf)
Commit: 3be09ad1b4392a3a108c2c09abae3c554937b774
https://github.com/jenkinsci/jenkins/commit/3be09ad1b4392a3a108c2c09abae3c554937b774
Author: Daniel Beck <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/jenkins/model/Jenkins.java
Log Message:
-----------
Merge pull request #1971 from daspilker/JENKINS-31932
[JENKINS-31932] avoid synchronization for Jenkinsget/setJDKs
(cherry picked from commit 0a5b03688ba6884429bb3d2a06be8b7955694420)
Commit: e1a92ce33946c63d455abcdc568fdc8bf33427ab
https://github.com/jenkinsci/jenkins/commit/e1a92ce33946c63d455abcdc568fdc8bf33427ab
Author: Jesse Glick <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/hudson/model/Executor.java
Log Message:
-----------
“Termination trace” messages seem to be normal conditions. Do not log them as
WARNING stack traces.
(cherry picked from commit 758c0ced8586eede9ac39c2ebca0d9fc2c4d908e)
Commit: 50b927c7fcb148ee08959d7d68b11afa40de9e15
https://github.com/jenkinsci/jenkins/commit/50b927c7fcb148ee08959d7d68b11afa40de9e15
Author: Andres Rodriguez <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/hudson/model/UsageStatistics.java
Log Message:
-----------
[JENKINS-32190] Make UsageStatistics#isDue check Jenkins init level before
generating stats.
(cherry picked from commit d8a13ac07c4357eb74ab45a03955c0db430e3aa9)
Commit: 501d7fbbb1b2f20d00600bdb04ae4d8de2a343c1
https://github.com/jenkinsci/jenkins/commit/501d7fbbb1b2f20d00600bdb04ae4d8de2a343c1
Author: Jesse Glick <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
R test/src/test/groovy/hudson/util/BootFailureTest.groovy
A test/src/test/java/hudson/util/BootFailureTest.java
Log Message:
-----------
Converting BootFailureTest from Groovy to Java.
(cherry picked from commit 09722a982fc50b3271cc9fbcc05ef5154840b954)
Commit: ef8ea8c6692f983886de4c5129e387577c886096
https://github.com/jenkinsci/jenkins/commit/ef8ea8c6692f983886de4c5129e387577c886096
Author: Jesse Glick <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/hudson/init/impl/GroovyInitScript.java
M core/src/main/java/hudson/util/BootFailure.java
M core/src/main/java/jenkins/util/groovy/GroovyHookScript.java
M test/src/test/java/hudson/util/BootFailureTest.java
Log Message:
-----------
[FIXED JENKINS-24696] Cannot assume that Jenkins.getInstance() != null when
we are running a boot failure script.
(cherry picked from commit 42de07bba60bdde51ee7123ed6c65a11cddb78ae)
Commit: 4378827aa3242bbec5bb387f71bb5c3adec3ecc6
https://github.com/jenkinsci/jenkins/commit/4378827aa3242bbec5bb387f71bb5c3adec3ecc6
Author: Oliver Gondža <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M changelog.html
M
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message.properties
M core/src/main/java/hudson/ExtensionFinder.java
M core/src/main/java/hudson/init/impl/GroovyInitScript.java
M
core/src/main/java/hudson/security/FullControlOnceLoggedInAuthorizationStrategy.java
M core/src/main/java/hudson/security/LegacyAuthorizationStrategy.java
M core/src/main/java/hudson/slaves/NodeProvisioner.java
M core/src/main/java/hudson/slaves/OfflineCause.java
M core/src/main/java/hudson/slaves/RetentionStrategy.java
M core/src/main/java/hudson/util/BootFailure.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/util/groovy/GroovyHookScript.java
M
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message.jelly
M core/src/main/resources/windows-service/jenkins.xml
A test/src/test/groovy/hudson/util/BootFailureTest.groovy
R test/src/test/java/hudson/util/BootFailureTest.java
Log Message:
-----------
Revert "Merge branch 'stable-1.642' of github.com:jenkinsci/jenkins into
stable-1.642"
This reverts commit 48ef154269bdcd41ebaa9a75045491c652b0fa47, reversing
changes made to dc4a9b1fd9fec93ae949f7b75fdca545a2f99d68.
Commit: 725c3fd2e925f87e3d7a261d81611f50251e5901
https://github.com/jenkinsci/jenkins/commit/725c3fd2e925f87e3d7a261d81611f50251e5901
Author: Oliver Gondža <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M core/src/main/java/hudson/init/impl/GroovyInitScript.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/model/Executor.java
M core/src/main/java/hudson/model/UsageStatistics.java
M core/src/main/java/hudson/slaves/NodeProvisioner.java
M core/src/main/java/hudson/util/BootFailure.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/util/groovy/GroovyHookScript.java
R test/src/test/groovy/hudson/util/BootFailureTest.groovy
M test/src/test/java/hudson/model/ComputerTest.java
A test/src/test/java/hudson/util/BootFailureTest.java
Log Message:
-----------
Merge branch 'fixup' into stable-1.642
Commit: e02c06a20eb2a8aef08bd468c2639e805263a3bd
https://github.com/jenkinsci/jenkins/commit/e02c06a20eb2a8aef08bd468c2639e805263a3bd
Author: Jesse Glick <[email protected]>
Date: 2016-02-10 (Wed, 10 Feb 2016)
Log Message:
-----------
Merge branch 'stable-1.642'
Commit: 4e77621ce4008245fe1024455506d813bfae43af
https://github.com/jenkinsci/jenkins/commit/4e77621ce4008245fe1024455506d813bfae43af
Author: Jesse Glick <[email protected]>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M changelog.html
M test/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java
M war/pom.xml
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Commit: 1d7457d061f937e31aa2b646eaee656ceb56fe69
https://github.com/jenkinsci/jenkins/commit/1d7457d061f937e31aa2b646eaee656ceb56fe69
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M changelog.html
M war/pom.xml
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Compare:
https://github.com/jenkinsci/jenkins/compare/20317bb1e409...1d7457d061f9
--
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].
For more options, visit https://groups.google.com/d/optout.