Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: bffca9cd0610d97d532919d8fdd8a0fff5a31b1f
https://github.com/jenkinsci/jenkins/commit/bffca9cd0610d97d532919d8fdd8a0fff5a31b1f
Author: Joel Johnson <[email protected]>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M core/src/main/java/hudson/tasks/junit/CaseResult.java
Log Message:
-----------
Test result page keeps identifying tests as age 1
If a test has not been viewed, the age will keep being 1.
This is because getFailedSince()/failedSince is lazy loaded.
Without having viewed the CaseResult that method is never
called and the prev.failedSince returns '0' which may or may
not be accurate.
http://jenkins.361315.n4.nabble.com/Problem-with-Age-column-on-Test-Results-tab-td3172208.html
Commit: 06c8dcea6105a1505e6e609491dcc806763cd1f0
https://github.com/jenkinsci/jenkins/commit/06c8dcea6105a1505e6e609491dcc806763cd1f0
Author: Daniel Beck <[email protected]>
Date: 2013-11-23 (Sat, 23 Nov 2013)
Changed paths:
M core/src/main/resources/lib/form/hetero-list.jelly
Log Message:
-----------
[JENKINS-20739] Filter descriptors before adding them to hetero-list.
This allows implementations of DescriptorVisibilityFilter to hide items
with descriptors from users to prevent them from being added via the UI.
This is already implemented in /lib/hudson/newFromList/form.jelly, but
nowhere else.
Commit: 8b9ca06f496066b49f855b79b630d76f16d076f3
https://github.com/jenkinsci/jenkins/commit/8b9ca06f496066b49f855b79b630d76f16d076f3
Author: Daniel Beck <[email protected]>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/DescriptorVisibilityFilter.java
Log Message:
-----------
Added logging when filtering descriptors.
Commit: a08b16d281d9f7a34f3cffaefdc21a941d71aebf
https://github.com/jenkinsci/jenkins/commit/a08b16d281d9f7a34f3cffaefdc21a941d71aebf
Author: Matthew Barr <[email protected]>
Date: 2014-04-19 (Sat, 19 Apr 2014)
Changed paths:
M rpm/SPECS/jenkins.spec
Log Message:
-----------
Remove repo file from RPM. https://issues.jenkins-ci.org/browse/JENKINS-22690
Commit: 6df89e3340c2e31a67b83384f5333ee23bd7fcc8
https://github.com/jenkinsci/jenkins/commit/6df89e3340c2e31a67b83384f5333ee23bd7fcc8
Author: Daniel Beck <[email protected]>
Date: 2014-04-21 (Mon, 21 Apr 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/Messages.properties
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
Log Message:
-----------
[FIXED JENKINS-22699] Add option to archive only if successful
Commit: 8767ddb192cf752c7d28f512884b9ecd3b9cdbd4
https://github.com/jenkinsci/jenkins/commit/8767ddb192cf752c7d28f512884b9ecd3b9cdbd4
Author: Oleg Nenashev <[email protected]>
Date: 2014-05-05 (Mon, 05 May 2014)
Changed paths:
M core/src/main/java/hudson/model/FileParameterValue.java
Log Message:
-----------
[FIXED JENKINS-22693] - Properly close InputStreams in FileParameterValue
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 00b6d99be6b5a23fbef3b53e34368c4e5c30de9d
https://github.com/jenkinsci/jenkins/commit/00b6d99be6b5a23fbef3b53e34368c4e5c30de9d
Author: n8felton <[email protected]>
Date: 2014-05-06 (Tue, 06 May 2014)
Changed paths:
M rpm/SOURCES/jenkins.init.in
M rpm/SOURCES/jenkins.sysconfig.in
Log Message:
-----------
[FIXES JENKINS-11673] - Support https in RPM service scripts
Adding support for --httpsKeyStore and --httpsKeyStorePassword agruments.
Follows guide at
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
Commit: e4902e7e8ab7a21e84ea21a36395b0e2a5077019
https://github.com/jenkinsci/jenkins/commit/e4902e7e8ab7a21e84ea21a36395b0e2a5077019
Author: Daniel Beck <[email protected]>
Date: 2014-05-08 (Thu, 08 May 2014)
Changed paths:
M core/src/main/java/hudson/triggers/SCMTrigger.java
M core/src/main/resources/hudson/triggers/SCMTrigger/global.jelly
Log Message:
-----------
[FIXED JENKINS-22934] Show poll thread count option when necessary.
* Show the option when the configured value is not the default
* Show the option even when projects are in other ItemGroups
* Only consider AbstractProjects
Commit: a4b63d2dc0ced54196f0ac69fe040246b7579090
https://github.com/jenkinsci/jenkins/commit/a4b63d2dc0ced54196f0ac69fe040246b7579090
Author: Daniel Beck <[email protected]>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
[FIXED JENKINS-20031] Useful error message when UC not found
Commit: 19e40a9338a70dbf51f6236be7fcf2fc9b7fb511
https://github.com/jenkinsci/jenkins/commit/19e40a9338a70dbf51f6236be7fcf2fc9b7fb511
Author: Daniel Beck <[email protected]>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/resources/lib/hudson/queue.jelly
Log Message:
-----------
[FIX JENKINS-19250] Add causes to queue item tool tip
Commit: b517eb7925a0ac50bf499d30732b986efbf6d276
https://github.com/jenkinsci/jenkins/commit/b517eb7925a0ac50bf499d30732b986efbf6d276
Author: Daniel Beck <[email protected]>
Date: 2014-05-23 (Fri, 23 May 2014)
Changed paths:
M core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.jelly
Log Message:
-----------
[FIX JENKINS-22617] Fix path to deletion of VM error log
Commit: aa677ed8486559433ff71a50cf4f5bbf8fc46cd8
https://github.com/jenkinsci/jenkins/commit/aa677ed8486559433ff71a50cf4f5bbf8fc46cd8
Author: Daniel Beck <[email protected]>
Date: 2014-05-23 (Fri, 23 May 2014)
Changed paths:
M core/src/main/java/hudson/model/CauseAction.java
Log Message:
-----------
[JENKINS-20499] Don't fail horribly with null causes
Commit: 916340750e5b1588248a92e7d6730c62e5978552
https://github.com/jenkinsci/jenkins/commit/916340750e5b1588248a92e7d6730c62e5978552
Author: Daniel Beck <[email protected]>
Date: 2014-05-24 (Sat, 24 May 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
Log Message:
-----------
[FIX JENKINS-8358] Use DISABLED_ANIME icon while building
Commit: 5aa32c8681410eccfabf68397692f2402e615a48
https://github.com/jenkinsci/jenkins/commit/5aa32c8681410eccfabf68397692f2402e615a48
Author: Daniel Beck <[email protected]>
Date: 2014-05-24 (Sat, 24 May 2014)
Changed paths:
M core/src/main/java/hudson/model/queue/CauseOfBlockage.java
M core/src/main/resources/hudson/model/Messages.properties
M
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.jelly
M
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.properties
Log Message:
-----------
[FIX JENKINS-17114] Distinguish 'nodes offline' from 'no nodes'
Jenkins currently does not distinguish between 'All nodes for a
label are offline' and 'There are no nodes for a label'. This is
exacerbated by the current wording:
All nodes of label 'foo' are offline
Instead of just changing the wording to something not seeming to
imply existence of such nodes, add a second wording that clearly
states that there are no such nodes.
Commit: 2f7a49b7cc503606c3d9d6a472ffef37a04d6b7f
https://github.com/jenkinsci/jenkins/commit/2f7a49b7cc503606c3d9d6a472ffef37a04d6b7f
Author: Daniel Beck <[email protected]>
Date: 2014-05-25 (Sun, 25 May 2014)
Changed paths:
M core/src/main/resources/lib/hudson/executors.jelly
Log Message:
-----------
[FIX JENKINS-10477] Use build display name in executors list
Commit: 8a56b36179b748ede897f09362fac84da1b1c901
https://github.com/jenkinsci/jenkins/commit/8a56b36179b748ede897f09362fac84da1b1c901
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-26 (Mon, 26 May 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.567-SNAPSHOT
Commit: 7f7eb60bdd4aa55f0d56c21ef04c12d4922399e4
https://github.com/jenkinsci/jenkins/commit/7f7eb60bdd4aa55f0d56c21ef04c12d4922399e4
Author: Jesse Glick <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M changelog.html
M core/src/main/resources/hudson/tasks/Shell/config.groovy
Log Message:
-----------
[JENKINS-23151] Need to revert part of 5789f0c since codemirror-mode on
f:textarea apparently does not work for lazy-load fragments.
Commit: 68fd984c0e98d587548d877b820bc16defd6ddb6
https://github.com/jenkinsci/jenkins/commit/68fd984c0e98d587548d877b820bc16defd6ddb6
Author: Jesse Glick <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M core/src/main/resources/lib/hudson/executors.jelly
Log Message:
-----------
Merge branch 'JENKINS-10477' of github.com:daniel-beck/jenkins
Commit: 495b3c41202cf3de16e90bda709ab370087e4f6b
https://github.com/jenkinsci/jenkins/commit/495b3c41202cf3de16e90bda709ab370087e4f6b
Author: Jesse Glick <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-10477] Noting #1254.
Commit: e96db8ed359090c88118b35dd643459286738250
https://github.com/jenkinsci/jenkins/commit/e96db8ed359090c88118b35dd643459286738250
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M changelog.html
M pom.xml
Log Message:
-----------
Integrated the latest remoting library.
Commit: f484daf01eb82c2364a709dd1d01418ed4c22276
https://github.com/jenkinsci/jenkins/commit/f484daf01eb82c2364a709dd1d01418ed4c22276
Author: Andrew Bayer <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M core/src/main/java/hudson/model/DescriptorVisibilityFilter.java
M core/src/main/resources/lib/form/hetero-list.jelly
Log Message:
-----------
Merge pull request #1033 from daniel-beck/filter-descriptors
[JENKINS-20739] Filter descriptors before adding them to hetero-list
Commit: 8a79907280aebfeb17744a8a1cc2d05fa755c36e
https://github.com/jenkinsci/jenkins/commit/8a79907280aebfeb17744a8a1cc2d05fa755c36e
Author: Jesse Glick <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M core/src/main/java/hudson/model/Job.java
Log Message:
-----------
Gratuitous use of Permalink constants when there are standard methods for the
purpose in Job.
Commit: 2ff7a905ac866aac5aea7aae0cb97ee8906b5829
https://github.com/jenkinsci/jenkins/commit/2ff7a905ac866aac5aea7aae0cb97ee8906b5829
Author: Jesse Glick <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M changelog.html
M core/src/main/java/jenkins/model/PeepholePermalink.java
M core/src/test/java/jenkins/model/PeepholePermalinkTest.java
Log Message:
-----------
[FIXED JENKINS-22822] PeepholePermalink should maintain an in-memory cache of
symlinks to avoid disk I/O.
Commit: 3ddd2b0c0876239316b5cfc6bca497821bd200b8
https://github.com/jenkinsci/jenkins/commit/3ddd2b0c0876239316b5cfc6bca497821bd200b8
Author: Yoann Dubreuil <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M core/src/main/java/hudson/lifecycle/UnixLifecycle.java
M core/src/main/java/hudson/util/jna/GNUCLibrary.java
Log Message:
-----------
[FIX JENKINS-22818] fix jenkins restart on Linux after plugin update if the
java executable running Jenkins is started without its full path
The patch uses 'execvp' instead of 'execv' to lookup the java executable
filename in the PATH if the specified filename does not contain a slash (/)
character.
Regression introduced in 547d4ed8d35de6be4b2788e4816019bb8cc94902
Commit: 2aef6cf58f959c8f1aa2db831a83a86a447713b8
https://github.com/jenkinsci/jenkins/commit/2aef6cf58f959c8f1aa2db831a83a86a447713b8
Author: Vojtech Juranek <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Changelog for PR #1239
Commit: 1bcefdb3c3ba38f2a42bb2095c7e41fe988bf2bc
https://github.com/jenkinsci/jenkins/commit/1bcefdb3c3ba38f2a42bb2095c7e41fe988bf2bc
Author: Thiago Zanetti <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M README.md
Log Message:
-----------
Changing the number of provided plugins.
The number of provided plugins was outdated.
Commit: 70e28a58d6e4b3759909eba7db4907d1f3cb2f56
https://github.com/jenkinsci/jenkins/commit/70e28a58d6e4b3759909eba7db4907d1f3cb2f56
Author: Oliver Gondža <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M README.md
Log Message:
-----------
Merge pull request #1256 from thiagozanetti/patch-1
Changing the number of provided plugins.
Commit: 2edf25a26b740f42228b75a56de45dfe4ca8f198
https://github.com/jenkinsci/jenkins/commit/2edf25a26b740f42228b75a56de45dfe4ca8f198
Author: Jesse Glick <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
Copying all-tests profile from test harness.
Commit: b3bb235d57409381253c60db351b2b7dc384e406
https://github.com/jenkinsci/jenkins/commit/b3bb235d57409381253c60db351b2b7dc384e406
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
A test/src/main/java/org/jvnet/hudson/test/RestartableJenkinsRule.java
Log Message:
-----------
Added RestartableJenkinsRule to test Jenkins across restarts
Commit: cd23fac9950c1c0762731372df2c109d4bb80db3
https://github.com/jenkinsci/jenkins/commit/cd23fac9950c1c0762731372df2c109d4bb80db3
Author: Oleg Nenashev <[email protected]>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M core/src/test/java/hudson/model/ParametersActionTest.java
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
[JENKINS-15094] - Unit tests for the issue
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 7b894f57b78be0e4d847fe1c971955d2cbb08e58
https://github.com/jenkinsci/jenkins/commit/7b894f57b78be0e4d847fe1c971955d2cbb08e58
Author: Oleg Nenashev <[email protected]>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M core/src/main/java/hudson/cli/BuildCommand.java
M core/src/main/java/hudson/model/ParameterDefinition.java
M core/src/main/java/hudson/model/ParametersAction.java
M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
Log Message:
-----------
[FIXED JENKINS-15094] - Handle null parameter values in BuildCommand (CLI)
and Parameter classes (CLI).
The change adds missing checks for null ParameterValue, which may be passed
from the CLI.
It prevents the death of Jenkins executors during the canTake() check of node
labels.
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 0a241aafdbdf3ad15d34efa3077658c5770b9195
https://github.com/jenkinsci/jenkins/commit/0a241aafdbdf3ad15d34efa3077658c5770b9195
Author: Daniel Beck <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Api.java
Log Message:
-----------
[JENKINS-17374 JENKINS-18116] Don't set gzip header for error
Commit: 0c76f85f8dd563963072323c68f25236d901a9ca
https://github.com/jenkinsci/jenkins/commit/0c76f85f8dd563963072323c68f25236d901a9ca
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/CauseAction.java
Log Message:
-----------
Merge pull request #1248 from daniel-beck/JENKINS-20499
[JENKINS-20499] Don't fail horribly with null causes
Commit: 7ee4da9acc0cfcda45d6b2b622832e496c9168fc
https://github.com/jenkinsci/jenkins/commit/7ee4da9acc0cfcda45d6b2b622832e496c9168fc
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1248
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 19f4cbcce14ddb0d2d1a06b40af69b8aab2b4ede
https://github.com/jenkinsci/jenkins/commit/19f4cbcce14ddb0d2d1a06b40af69b8aab2b4ede
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
Merge pull request #1242 from daniel-beck/JENKINS-20031
[FIXED JENKINS-20031] Useful error message when UC not found
Commit: c5158d228b9f123fe0f4dd1cd671af7e6f0fde35
https://github.com/jenkinsci/jenkins/commit/c5158d228b9f123fe0f4dd1cd671af7e6f0fde35
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1242 (JENKINS-20031)
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: d5fc738e636f74856b95ddb26417a0c2ae020dfa
https://github.com/jenkinsci/jenkins/commit/d5fc738e636f74856b95ddb26417a0c2ae020dfa
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
Log Message:
-----------
Merge pull request #1249 from daniel-beck/JENKINS-8358
[FIX JENKINS-8358] Use DISABLED_ANIME icon while building
Commit: 1b81efbdf342484e65fe2e345f5681b38426ed76
https://github.com/jenkinsci/jenkins/commit/1b81efbdf342484e65fe2e345f5681b38426ed76
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1249
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 91ef9113262359ab45ed710d6ecad0f73df7b434
https://github.com/jenkinsci/jenkins/commit/91ef9113262359ab45ed710d6ecad0f73df7b434
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/triggers/SCMTrigger.java
M core/src/main/resources/hudson/triggers/SCMTrigger/global.jelly
Log Message:
-----------
Merge pull request #1230 from daniel-beck/JENKINS-22934
[FIXED JENKINS-22934] Show poll thread count option when necessary.
Commit: e7ca7ae9ec4ac76a51248a2d44fa747ede6160dc
https://github.com/jenkinsci/jenkins/commit/e7ca7ae9ec4ac76a51248a2d44fa747ede6160dc
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1230
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: d2fb6d918c97b7b568eeff5b43e7095cbcb5d107
https://github.com/jenkinsci/jenkins/commit/d2fb6d918c97b7b568eeff5b43e7095cbcb5d107
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/FileParameterValue.java
Log Message:
-----------
Merge pull request #1225 from synopsys-arc-oss/jenkins22693-inputstream-fix
[FIXED JENKINS-22693] - Properly close InputStreams in FileParameterValue
Commit: bab3176f82b5e523c3193ff6f8871d4c08300e65
https://github.com/jenkinsci/jenkins/commit/bab3176f82b5e523c3193ff6f8871d4c08300e65
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1225
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 4af464a624ee88d479a77f401be9d4f10ffaa791
https://github.com/jenkinsci/jenkins/commit/4af464a624ee88d479a77f401be9d4f10ffaa791
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/tasks/junit/CaseResult.java
Log Message:
-----------
Merge pull request #576 from JoelJ/patch-2
[FIXED JENKINS-18626] - Test result page keeps identifying tests as age 1
Commit: 23e0e919bebda0e09d41638f83ec9ad93b496250
https://github.com/jenkinsci/jenkins/commit/23e0e919bebda0e09d41638f83ec9ad93b496250
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #576
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: d172f5836da20f41a4a39c03ed8346b48adec2d0
https://github.com/jenkinsci/jenkins/commit/d172f5836da20f41a4a39c03ed8346b48adec2d0
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Executor.java
Log Message:
-----------
Javadoc: Noting changes in Executor availability check approaches in 1.536
This change is a follow-up to Executor::isAlive() issues in #1229.
Since 1.536, {@link Executor}s start threads on-demand.
The entire logic should use Executor::isActive() instead of Executor::isAlive()
in order to check if the {@link Executor} it ready to take tasks.
Since the change breaks previous executor availability flows, it is required to
document changes somehow.
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: ee3ea5dc47ffa980ef73930c7f9658c532fad9ee
https://github.com/jenkinsci/jenkins/commit/ee3ea5dc47ffa980ef73930c7f9658c532fad9ee
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.jelly
Log Message:
-----------
Merge pull request #1247 from daniel-beck/JENKINS-22617
[FIX JENKINS-22617] Fix path to deletion of JVM Crash error log
Commit: 73c00442d24e2310294a2aa78919da3268f388d7
https://github.com/jenkinsci/jenkins/commit/73c00442d24e2310294a2aa78919da3268f388d7
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1247
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: b1520376340096fe47b19f5b906e275e42fb0a61
https://github.com/jenkinsci/jenkins/commit/b1520376340096fe47b19f5b906e275e42fb0a61
Author: Daniel Beck <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/resources/lib/hudson/queue.jelly
Log Message:
-----------
Merge pull request #1245 from daniel-beck/JENKINS-19250
[FIX JENKINS-19250] Add causes to queue item tool tip
Commit: a63606d0b735e80ac6a29504d1173f35e42004bc
https://github.com/jenkinsci/jenkins/commit/a63606d0b735e80ac6a29504d1173f35e42004bc
Author: Daniel Beck <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/queue/CauseOfBlockage.java
M core/src/main/resources/hudson/model/Messages.properties
M
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.jelly
M
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.properties
Log Message:
-----------
Merge pull request #1252 from daniel-beck/JENKINS-17114
[FIX JENKINS-17114] Distinguish 'nodes offline' from 'no nodes'
Commit: 0f6258b6cbdf13d2ecde2c577bb9fa239fe0d496
https://github.com/jenkinsci/jenkins/commit/0f6258b6cbdf13d2ecde2c577bb9fa239fe0d496
Author: Daniel Beck <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1245, #1252
Commit: a3d07dcb19abd04ed7acf3541c0ac749e0a02902
https://github.com/jenkinsci/jenkins/commit/a3d07dcb19abd04ed7acf3541c0ac749e0a02902
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M rpm/SPECS/jenkins.spec
Log Message:
-----------
Merge pull request #1202 from matthewbarr/JENKINS-22690
[FIXED JENKINS-22690] Remove repo file from RPM
Commit: 3e191ba236d768c53dee92afb1651971c49999b9
https://github.com/jenkinsci/jenkins/commit/3e191ba236d768c53dee92afb1651971c49999b9
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M rpm/SOURCES/jenkins.init.in
M rpm/SOURCES/jenkins.sysconfig.in
Log Message:
-----------
Merge pull request #1227 from n8felton/JENKINS-11673
[FIXES JENKINS-11673] - Support https in RPM service scripts
Commit: af67ae868e0d150e4d73e48a301c831bc2732b0c
https://github.com/jenkinsci/jenkins/commit/af67ae868e0d150e4d73e48a301c831bc2732b0c
Author: Daniel Beck <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
A core/src/main/resources/jenkins/model/Jenkins/MasterComputer/_api.jelly
Log Message:
-----------
[FIX JENKINS-16264] Don't advertise POSTing config.xml on master
Commit: fa7c5454b16269100057206daba0335d3a10292f
https://github.com/jenkinsci/jenkins/commit/fa7c5454b16269100057206daba0335d3a10292f
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting RPM-related pull requests: #1202 and #1227
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: bdfcd2625381e3e9153c1de5ead82abe96ab1c16
https://github.com/jenkinsci/jenkins/commit/bdfcd2625381e3e9153c1de5ead82abe96ab1c16
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
A core/src/main/resources/jenkins/model/Jenkins/MasterComputer/_api.jelly
Log Message:
-----------
Merge pull request #1258 from daniel-beck/JENKINS-16264
[FIX JENKINS-16264] Don't advertise POSTing config.xml on master
Commit: 5893bca42600a989b10e5cc35ee20847b16fab5f
https://github.com/jenkinsci/jenkins/commit/5893bca42600a989b10e5cc35ee20847b16fab5f
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1258
Commit: 9f3a2b5bfb9d5baafe34fd854de90186f7347f3a
https://github.com/jenkinsci/jenkins/commit/9f3a2b5bfb9d5baafe34fd854de90186f7347f3a
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Executor.java
Log Message:
-----------
Merge pull request #1262 from
synopsys-arc-oss/javadoc_hudson_model_executor_isActive
Javadoc: Noting changes in Executor availability check approaches (1.536)
Commit: 9402bd82cdafdde8b28a99c2cd6fede9409499a1
https://github.com/jenkinsci/jenkins/commit/9402bd82cdafdde8b28a99c2cd6fede9409499a1
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M core/src/main/java/hudson/cli/BuildCommand.java
M core/src/main/java/hudson/model/ParameterDefinition.java
M core/src/main/java/hudson/model/ParametersAction.java
M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
M core/src/test/java/hudson/model/ParametersActionTest.java
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
Merge pull request #1229 from synopsys-arc-oss/CLI_null_ParameteValue
[READY][FIXED JENKINS-15094] - Handle null parameter values to avoid massive
executor deaths
Commit: c47417989f16b9c3727478d87e016014ccd8e269
https://github.com/jenkinsci/jenkins/commit/c47417989f16b9c3727478d87e016014ccd8e269
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
Refactor BuildCommandTest
Commit: 286d3141854b48edb38e8e802f0d85fd1b8ffd40
https://github.com/jenkinsci/jenkins/commit/286d3141854b48edb38e8e802f0d85fd1b8ffd40
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1229
Commit: 00292ff44c38a4d6c1423020f13f97e48efd7bad
https://github.com/jenkinsci/jenkins/commit/00292ff44c38a4d6c1423020f13f97e48efd7bad
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Marking JENKINS-15094 major bug
Commit: bdad023bd46ef3e7938d3e4d89afdd2cf1e6367a
https://github.com/jenkinsci/jenkins/commit/bdad023bd46ef3e7938d3e4d89afdd2cf1e6367a
Author: Oliver Gondža <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Fixup 00292ff44c38a4d6c1423020f13f97e48efd7bad
Commit: a71240c88a4bdf1c5adbf5da3acbaf68de84a92c
https://github.com/jenkinsci/jenkins/commit/a71240c88a4bdf1c5adbf5da3acbaf68de84a92c
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 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/Messages.properties
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
Log Message:
-----------
Merge pull request #1205 from daniel-beck/JENKINS-22699
[FIXED JENKINS-22699] - JUnit Archiver. Add option to archive only when
successful
Commit: 5a8bbcd4755485684ddd77bf562c637a471623c8
https://github.com/jenkinsci/jenkins/commit/5a8bbcd4755485684ddd77bf562c637a471623c8
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Noting #1205
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: c826a01441326901afd28388ed9693710d0cd6c6
https://github.com/jenkinsci/jenkins/commit/c826a01441326901afd28388ed9693710d0cd6c6
Author: Oleg Nenashev <[email protected]>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Fixed noting of #1205
Commit: 148251f96fcf5f1f9198d51219bf0dcbf4a7c2cb
https://github.com/jenkinsci/jenkins/commit/148251f96fcf5f1f9198d51219bf0dcbf4a7c2cb
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: 3f8fc4e2ec5b1b421e1551a2a2fc2a284be330d1
https://github.com/jenkinsci/jenkins/commit/3f8fc4e2ec5b1b421e1551a2a2fc2a284be330d1
Author: Jesse Glick <[email protected]>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/Executor.java
Log Message:
-----------
[FIXED JENKINS-23277] Better diagnosis for an NPE probably involving cloud
slaves.
Commit: 8bdff9e578fde6ef93f7d44e1434335169c8272a
https://github.com/jenkinsci/jenkins/commit/8bdff9e578fde6ef93f7d44e1434335169c8272a
Author: Jesse Glick <[email protected]>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M core/src/main/java/hudson/model/Api.java
Log Message:
-----------
Merge branch 'JENKINS-17374-18116' of github.com:daniel-beck/jenkins
Commit: f56a3bdae5baa68a7427efdface0a04028e7d010
https://github.com/jenkinsci/jenkins/commit/f56a3bdae5baa68a7427efdface0a04028e7d010
Author: Jesse Glick <[email protected]>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-17374] [JENKINS-18116] Noting merge of #1260.
Commit: 1a8a79dde14b76b77593a017a3874532a7b9dbb0
https://github.com/jenkinsci/jenkins/commit/1a8a79dde14b76b77593a017a3874532a7b9dbb0
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/be040c90aab0...1a8a79dde14b
--
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.