Branch: refs/heads/stable-2.7
Home: https://github.com/jenkinsci/jenkins
Commit: 961ab53ebde317b241116244f523c40b6a6d4b09
https://github.com/jenkinsci/jenkins/commit/961ab53ebde317b241116244f523c40b6a6d4b09
Author: Ivan Meredith <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/resources/jenkins/model/Messages_es.properties
Log Message:
-----------
[JENKINS-36940] Remove trailing space from Hudson.DisplayName (#2471)
(cherry picked from commit 3956994c286941dab2da810c649269d637dc98d9)
Commit: 90b977ea8e9e6efa6052fa7ee8fa9dedf26ce432
https://github.com/jenkinsci/jenkins/commit/90b977ea8e9e6efa6052fa7ee8fa9dedf26ce432
Author: Jesse Glick <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/java/hudson/scm/AutoBrowserHolder.java
M core/src/main/java/hudson/scm/NullSCM.java
M core/src/main/java/hudson/scm/SCM.java
M core/src/main/java/hudson/scm/SCMDescriptor.java
M core/src/main/java/hudson/scm/SCMS.java
M core/src/main/resources/lib/hudson/project/config-scm.jelly
Log Message:
-----------
[JENKINS-35098] Disable AutoBrowserHolder by default to improve the changelog
rendering performance (#2371)
* [FIXED JENKINS-35098] Deleting AutoBrowserHolder.
* Normalizing form binding scheme for AbstractProject.scm.
* At @oleg-nenashev’s insistence, restoring AutoBrowserHolder, though not using
it by default.
* Using SystemProperties at @oleg-nenashev’s recommendation.
(cherry picked from commit d33df0f2e4cbe5a6e35f34ece96059826aa7471d)
Commit: 2492e6d56dadd974d709f3e6b7ab60ec3c650e0f
https://github.com/jenkinsci/jenkins/commit/2492e6d56dadd974d709f3e6b7ab60ec3c650e0f
Author: Jesse Glick <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/model/PasswordParameterDefinition.java
M
core/src/main/resources/hudson/model/PasswordParameterDefinition/index.jelly
M test/src/test/java/hudson/model/PasswordParameterDefinitionTest.java
Log Message:
-----------
[JENKINS-36476] Underprivileged users could not use the default value of a
password parameter (#2454)
* [FIXED JENKINS-36476] Do not even send the default password in encrypted
form; leave the text field blank, and apply the default upon submission.
* [JENKINS-36476] Use a special token, not the empty string, as the marker for
the default value.
(cherry picked from commit c31392d1401a45e8e9df4b91b2445cb4b1901f4d)
Commit: 9224151cf56b2f0f7db426dd8c79f559fbdec263
https://github.com/jenkinsci/jenkins/commit/9224151cf56b2f0f7db426dd8c79f559fbdec263
Author: godfath3r <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
Log Message:
-----------
[JENKINS-36193] Raise exception when trying to build a job that is disabled.
(cherry picked from commit ab26fdbebcb2fed07c144cd1ae918d516ffee941)
Commit: b938d641e256e624587f72bddcc9bcb8ae3d3793
https://github.com/jenkinsci/jenkins/commit/b938d641e256e624587f72bddcc9bcb8ae3d3793
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
A test/src/test/java/jenkins/model/ParameterizedJobMixInTest.java
Log Message:
-----------
[JENKINS-36193] - Add direct unit test for the issue
(cherry picked from commit 8a330acc5eba2697a671d5d6c13d7d7cb90e723e)
Commit: 8def8da7884c8a6a0a17095b1adbee555f47df66
https://github.com/jenkinsci/jenkins/commit/8def8da7884c8a6a0a17095b1adbee555f47df66
Author: godfath3r <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/java/jenkins/model/GlobalSCMRetryCountConfiguration.java
A test/src/test/java/jenkins/model/GlobalSCMRetryCountConfigurationTest.java
Log Message:
-----------
[JENKINS-36387] Catch exception when scm retry count field is empty. (#2433)
* [JENKINS-36387] Catch exception when scm retry count field is empty.
* Add test for JENKINS-36387
* [JENKINS-36387] Move test in correct place
* [JENKINS-36387] Reproduce actuall behaviour
(cherry picked from commit 439426236f52f905df782c1467c96c7bda8a746a)
Commit: 1e8063fc78f34e97d3faa43c1e534c1c672889bc
https://github.com/jenkinsci/jenkins/commit/1e8063fc78f34e97d3faa43c1e534c1c672889bc
Author: Alvaro Lobato <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/test/java/hudson/model/ViewTest.java
A
test/src/test/resources/hudson/model/ViewTest/testAllViewCreatedIfNoPrimary.zip
A
test/src/test/resources/hudson/model/ViewTest/testAllViewNotCreatedIfPrimary.zip
Log Message:
-----------
[JENKINS-36908] Make sure that the All view is created (#2472)
* [JENKINS-36908] Make sure that the All view is created
* Revert old All view behaviour
* Fix changed comment
* Tests
* Delete unwanted file.
(cherry picked from commit 404384eefe9e5abf65ae68b4b1bf0accf3dff8eb)
Commit: e0a87a120542e00065646f44a567770ff768696d
https://github.com/jenkinsci/jenkins/commit/e0a87a120542e00065646f44a567770ff768696d
Author: Keith Zantow <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M core/src/main/resources/jenkins/install/SetupWizard/wizard-ui.jelly
M war/src/main/js/pluginSetupWizardGui.js
M war/src/test/js/pluginSetupWizard-spec.js
Log Message:
-----------
[FIXED JENKINS-34882] Honor non-default update sites in setup wizard (#2469)
* [FIXED JENKINS-34882] Honor non-default update sites during install
* Fix pluginSetupWizard tests
* Fix lint
(cherry picked from commit 83e0fbf0a95f24b1669ead05f5e1c68e30ab8ddc)
Compare:
https://github.com/jenkinsci/jenkins/compare/56adf58a97e1...e0a87a120542
--
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.