Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: b00aeddf4bc58a35d0aca67eced5ea89a78b1bf2
https://github.com/jenkinsci/jenkins/commit/b00aeddf4bc58a35d0aca67eced5ea89a78b1bf2
Author: Matt Moore <[email protected]>
Date: 2014-06-14 (Sat, 14 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Job.java
Log Message:
-----------
Null check the 'properties' element of the json message before attempting to
'rebuild' the 'DescribableList'
Commit: 97c90ace15964143aa266da23c9c18de704bb3ad
https://github.com/jenkinsci/jenkins/commit/97c90ace15964143aa266da23c9c18de704bb3ad
Author: Daniel Beck <[email protected]>
Date: 2014-06-15 (Sun, 15 Jun 2014)
Changed paths:
M
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/index.jelly
Log Message:
-----------
[FIXED SECURITY-134] Restrict access to admin monitor info page
This could contain sensitive information in the list of solutions
provided. It also shows the path to JENKINS_HOME, exposing OS and
configuration information.
Commit: c726667162084e0199cea858735d35477d04feb9
https://github.com/jenkinsci/jenkins/commit/c726667162084e0199cea858735d35477d04feb9
Author: nlabrot <[email protected]>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M core/src/main/java/hudson/tasks/ArtifactArchiver.java
M core/src/main/resources/hudson/tasks/ArtifactArchiver/config.jelly
M core/src/main/resources/hudson/tasks/ArtifactArchiver/config.properties
M core/src/main/resources/hudson/tasks/ArtifactArchiver/config_fr.properties
A
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.groovy
A
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.properties
A
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes_fr.properties
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
Log Message:
-----------
[FIXED JENKINS-20086] Allow disabling use of default exclude patterns (.git,
.svn, etc.)
Commit: 49354e0cd8c9a4e9604940f5865ca364ef8424b8
https://github.com/jenkinsci/jenkins/commit/49354e0cd8c9a4e9604940f5865ca364ef8424b8
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M cli/pom.xml
M core/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
the trunk is toward 1.571-SNAPSHOT
Commit: 521a98cc03a1259f3bd14085ef75d43fbdd43fc5
https://github.com/jenkinsci/jenkins/commit/521a98cc03a1259f3bd14085ef75d43fbdd43fc5
Author: Oliver Gondža <[email protected]>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/index.jelly
Log Message:
-----------
Merge pull request #1283 from daniel-beck/SECURITY-134
[FIXED SECURITY-134] Restrict access to admin monitor info page
Commit: 840f3800dd3f57558b669c50426ff4ce25c8d5f4
https://github.com/jenkinsci/jenkins/commit/840f3800dd3f57558b669c50426ff4ce25c8d5f4
Author: Oliver Gondža <[email protected]>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1283
Commit: 25d855360bf00ea31d3ce82570ccff4a59cc41e2
https://github.com/jenkinsci/jenkins/commit/25d855360bf00ea31d3ce82570ccff4a59cc41e2
Author: tfennelly <[email protected]>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M test/pom.xml
Log Message:
-----------
More memory for surefire plugin (-Xmx256)
Commit: 3e44e1365e0d20ac77c914c3372767182735f616
https://github.com/jenkinsci/jenkins/commit/3e44e1365e0d20ac77c914c3372767182735f616
Author: Jesse Glick <[email protected]>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M changelog.html
M core/src/main/java/hudson/tools/InstallerTranslator.java
A test/src/test/java/hudson/tools/InstallerTranslatorTest.java
Log Message:
-----------
[FIXED JENKINS-23517] InstallerTranslator should gracefully ignore offline
slaves.
Commit: 4de07697a18724c1ca1241a2ecec847ddc72b4a5
https://github.com/jenkinsci/jenkins/commit/4de07697a18724c1ca1241a2ecec847ddc72b4a5
Author: Jesse Glick <[email protected]>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
Helping to track down deprecated calls that send mysterious log output.
Commit: 4afcf32cecdcca3d4177c4d4031f44183ee71557
https://github.com/jenkinsci/jenkins/commit/4afcf32cecdcca3d4177c4d4031f44183ee71557
Author: Oliver Gondža <[email protected]>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M core/src/main/java/hudson/slaves/ComputerListener.java
M core/src/main/java/hudson/slaves/OfflineCause.java
M core/src/main/java/hudson/slaves/SlaveComputer.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/resources/hudson/model/Messages.properties
Log Message:
-----------
[FIXED JENKINS-23481][FIXED JENKINS-23551] Send onOffline notification to
master computer prior Jenkins restart.
Introduces new overload `ComputerListener.onOffline(Computer, OfflineCause)`.
Commit: 38799815bc6934e5c792224b665d9bc3921a525c
https://github.com/jenkinsci/jenkins/commit/38799815bc6934e5c792224b665d9bc3921a525c
Author: Oliver Gondža <[email protected]>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M test/src/test/java/jenkins/model/JenkinsTest.java
Log Message:
-----------
[JENKINS-23551] Add test
Commit: 8274c989aed827b75b7e22a0593d6888617b392e
https://github.com/jenkinsci/jenkins/commit/8274c989aed827b75b7e22a0593d6888617b392e
Author: Oliver Gondža <[email protected]>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M core/src/main/java/hudson/slaves/ComputerListener.java
M core/src/main/java/hudson/slaves/OfflineCause.java
M core/src/main/java/hudson/slaves/SlaveComputer.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/resources/hudson/model/Messages.properties
M test/src/test/java/jenkins/model/JenkinsTest.java
Log Message:
-----------
Merge pull request #1293 from olivergondza/master-listener
[FIXED JENKINS-23481][FIXED JENKINS-23551] Send onOffline notification to
master computer prior Jenkins restart
Commit: 9be1e35c192291b5b8610e11ebbcb49b838c8676
https://github.com/jenkinsci/jenkins/commit/9be1e35c192291b5b8610e11ebbcb49b838c8676
Author: Oliver Gondža <[email protected]>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M changelog.html
M core/src/main/java/hudson/slaves/ComputerListener.java
M core/src/main/java/hudson/slaves/OfflineCause.java
Log Message:
-----------
Noting #1293
Commit: 03d9554e04bbe0716c323fd760f0ee0548f67f58
https://github.com/jenkinsci/jenkins/commit/03d9554e04bbe0716c323fd760f0ee0548f67f58
Author: Kyle Beal <[email protected]>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M war/images/makeFlash.sh
Log Message:
-----------
switched off alpha before colorizing temporary gifs when making animated
balls. prevents colorize from applying fill to alpha channel. alpha is turned
back on after colorize operation
Commit: 5ab3742d528d1ea46eec45e1e56c8288f37b42d7
https://github.com/jenkinsci/jenkins/commit/5ab3742d528d1ea46eec45e1e56c8288f37b42d7
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Job.java
Log Message:
-----------
Merge pull request #1280 from mattmoor/master
Fix a NPE when the 'properties' element is missing from the form's JSON
Commit: a43b96341410e9095ccd70f35cb658cc6e3f7112
https://github.com/jenkinsci/jenkins/commit/a43b96341410e9095ccd70f35cb658cc6e3f7112
Author: Harald Albers <[email protected]>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M war/images/makeFlash.sh
Log Message:
-----------
Merge pull request #1299 from kbeal/master
[JENKINS-23595] - Fix makeFlash script bug with ImageMagick v6.7.9+
Commit: 0b260dad8c26268f3fc01e1d6016712053645130
https://github.com/jenkinsci/jenkins/commit/0b260dad8c26268f3fc01e1d6016712053645130
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1296 an #1280 (FIXED JENKINS-23437)
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 65bc0fb146bfcdfe9af441bde27d8571fc7f563e
https://github.com/jenkinsci/jenkins/commit/65bc0fb146bfcdfe9af441bde27d8571fc7f563e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-28 (Sat, 28 Jun 2014)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Added a convenience method.
Reference: https://trello.com/c/doFFMdUm/46-filepath-getcomputer
Commit: 8e2328df329e4abb1946c61eff240136315613cd
https://github.com/jenkinsci/jenkins/commit/8e2328df329e4abb1946c61eff240136315613cd
Author: Daniel Beck <[email protected]>
Date: 2014-06-28 (Sat, 28 Jun 2014)
Changed paths:
M
core/src/main/resources/hudson/model/EnvironmentContributor/EnvVarsHtml/index.groovy
Log Message:
-----------
[FIXED JENKINS-21716] Set Content-Type header for env-vars.html
Commit: 6d5c25ae7e88fa2e870209b4fe2e55b7b75fc0aa
https://github.com/jenkinsci/jenkins/commit/6d5c25ae7e88fa2e870209b4fe2e55b7b75fc0aa
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-29 (Sun, 29 Jun 2014)
Changed paths:
M core/src/main/java/hudson/tasks/ArtifactArchiver.java
M core/src/main/resources/hudson/tasks/ArtifactArchiver/config.jelly
M core/src/main/resources/hudson/tasks/ArtifactArchiver/config.properties
M core/src/main/resources/hudson/tasks/ArtifactArchiver/config_fr.properties
A
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.groovy
A
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.properties
A
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes_fr.properties
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
Log Message:
-----------
Merge pull request #1287 from nithril/master
[FIXED JENKINS-20086] Allow disabling use of default exclude patterns (.git,
.svn, etc.)
Commit: 0bfab57ec01355e8507b7d97345623b2359e2438
https://github.com/jenkinsci/jenkins/commit/0bfab57ec01355e8507b7d97345623b2359e2438
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-29 (Sun, 29 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1287
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 013d55518f56accf04f89dfc248189d0f474e6d0
https://github.com/jenkinsci/jenkins/commit/013d55518f56accf04f89dfc248189d0f474e6d0
Author: Harald Albers <[email protected]>
Date: 2014-06-29 (Sun, 29 Jun 2014)
Changed paths:
M
core/src/main/resources/hudson/model/EnvironmentContributor/EnvVarsHtml/index.groovy
Log Message:
-----------
Merge pull request #1302 from daniel-beck/JENKINS-21716
[FIXED JENKINS-21716] Set Content-Type header for env-vars.html
Commit: 467240d38bcd5694f7470130bd40bea42c6a1328
https://github.com/jenkinsci/jenkins/commit/467240d38bcd5694f7470130bd40bea42c6a1328
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-29 (Sun, 29 Jun 2014)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: 64864dcd97028d6c6c31f04ef6343b307bfa8127
https://github.com/jenkinsci/jenkins/commit/64864dcd97028d6c6c31f04ef6343b307bfa8127
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-29 (Sun, 29 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/439a3cc67dc5...64864dcd9702
--
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.