Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 4f2626aaac65a6e96693cb22fc3ca42380efb2e7
https://github.com/jenkinsci/jenkins/commit/4f2626aaac65a6e96693cb22fc3ca42380efb2e7
Author: Vojtech Juranek <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
Log Message:
-----------
Add convenient method for checking if object is MatrixProject
This is useful for jelly pages where instanceof operator doesn't work.
Commit: a832b3f9b8c069c7350551eae230fa902e673820
https://github.com/jenkinsci/jenkins/commit/a832b3f9b8c069c7350551eae230fa902e673820
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
the trunk is toward 1.524-SNAPSHOT
Commit: a6926e1c51c0650a48dec68cbe402248742dd55c
https://github.com/jenkinsci/jenkins/commit/a6926e1c51c0650a48dec68cbe402248742dd55c
Author: Nicolas De Loof <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
Log Message:
-----------
[FIXED JENKINS-18654] exlude disabled plugins from transitive dependency list
Commit: 1f761085e20ee2aa106a196d0148e616138e31fe
https://github.com/jenkinsci/jenkins/commit/1f761085e20ee2aa106a196d0148e616138e31fe
Author: Nicolas De Loof <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M test/src/test/java/hudson/ClassicPluginStrategyTest.java
A
test/src/test/resources/hudson/ClassicPluginStrategyTest/testDisabledDependencyClassLoader.zip
Log Message:
-----------
[JENKINS-18654] testcase as suggested by kutzi
Commit: bd87d70b3aa6cd8d13dbeae56b3c09fc425e2442
https://github.com/jenkinsci/jenkins/commit/bd87d70b3aa6cd8d13dbeae56b3c09fc425e2442
Author: Nicolas De Loof <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M test/src/test/java/hudson/ClassicPluginStrategyTest.java
Log Message:
-----------
[JENKINS-18654] document unit test
Commit: 5981ac4ed7b4b5c462a71ae186a133f7fe44e1a1
https://github.com/jenkinsci/jenkins/commit/5981ac4ed7b4b5c462a71ae186a133f7fe44e1a1
Author: Stephen Connolly <[email protected]>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/Label.java
M core/src/main/java/hudson/model/Node.java
Log Message:
-----------
[FIXED JENKINS-18660] Added dedicated denormalized counter function
Commit: dbdf1d53472289437eced13efb87b76a55029186
https://github.com/jenkinsci/jenkins/commit/dbdf1d53472289437eced13efb87b76a55029186
Author: Jesse Glick <[email protected]>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M core/src/main/resources/hudson/model/Job/rename.jelly
M core/src/main/resources/hudson/model/Job/rename.properties
Log Message:
-----------
Delete “No” button when renaming; does not work reliably anyway.
Going back in browser history can reset configuration form to the *previous*
state,
not what was just saved! (In the case of lazily inserted form elements.)
Thus clicking Save from that page would actually revert your recent changes.
For now, just omitting the button; could make it go back to index or
configuration pages,
but there are already links for this.
Commit: b8a580c9b3faeece139693cb7eca3f25571e3ca0
https://github.com/jenkinsci/jenkins/commit/b8a580c9b3faeece139693cb7eca3f25571e3ca0
Author: Oliver Gondža <[email protected]>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M core/src/test/java/hudson/UtilTest.java
Log Message:
-----------
Add unittests for Util.loadProperties
Commit: 50ddd4c60a5f39be8b8a16167a42b719f08125ed
https://github.com/jenkinsci/jenkins/commit/50ddd4c60a5f39be8b8a16167a42b719f08125ed
Author: Harald Albers <[email protected]>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
A
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/message_de.properties
Log Message:
-----------
added translation for SecurityIsOffMonitor (de)
Commit: 06c211c6b425e313f808f9cbdd49d32f9c922a84
https://github.com/jenkinsci/jenkins/commit/06c211c6b425e313f808f9cbdd49d32f9c922a84
Author: Jesse Glick <[email protected]>
Date: 2013-07-10 (Wed, 10 Jul 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/matrix/MatrixConfiguration.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
Log Message:
-----------
[JENKINS-17728] Fixing another possible cause of an NPE.
Unlike the bug I originally reproduced, in which the parent had some builds
but the context in which the new build was scheduled omits a parent,
this seems to be due to a case in which there is no build record at all for the
parent.
No idea how that could happen (getLastBuild should return even a running,
failed, or aborted build),
but @treydock reports a stack trace in 1.509.2 which implies this.
So fixing null safety; will not prevent an exception but will report it more
gracefully.
Commit: da9c2c55c1962dc805a3bc74f7950379371dab98
https://github.com/jenkinsci/jenkins/commit/da9c2c55c1962dc805a3bc74f7950379371dab98
Author: Richard Mortimer <[email protected]>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/Slave.java
Log Message:
-----------
[FIXED JENKINS-18671] Clock Difference broken on Manage Nodes page
System.nanos() returns a monotonically increasing value that is not related
to wallclock time. Use System.currentTimeMillis() instead.
Commit: a7e83ec8d6a09e1c560b3375ca672c73f6c7a01e
https://github.com/jenkinsci/jenkins/commit/a7e83ec8d6a09e1c560b3375ca672c73f6c7a01e
Author: Richard Mortimer <[email protected]>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
Log Message:
-----------
Use System.currentTimeMillis() instead of System.nanoTime() to protect
against incorrect values if times are ever compared between different JVM nodes
Commit: 5096d24b7b1471503184818f39ed7a8d9e51290f
https://github.com/jenkinsci/jenkins/commit/5096d24b7b1471503184818f39ed7a8d9e51290f
Author: Richard Mortimer <[email protected]>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
A test/src/test/java/hudson/node_monitors/ClockMonitorDescriptorTest.java
Log Message:
-----------
Add basic ClockMonitorDescriptor test
Commit: 10643f9cf61e2eee1a7bf8b3394b3f6cb175450a
https://github.com/jenkinsci/jenkins/commit/10643f9cf61e2eee1a7bf8b3394b3f6cb175450a
Author: Jesse Glick <[email protected]>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M changelog.html
M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java
Log Message:
-----------
[FIXED JENKINS-18441] NPE in MavenFingerprinter.getArtifactRepositoryMaven21.
Commit: 806d1091edb6b464cfd1d540d9ebabae7e15ba0f
https://github.com/jenkinsci/jenkins/commit/806d1091edb6b464cfd1d540d9ebabae7e15ba0f
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/Slave.java
M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
A test/src/test/java/hudson/node_monitors/ClockMonitorDescriptorTest.java
Log Message:
-----------
Merge pull request #845 from oldelvet/jenkins-18671
[FIXED JENKINS-18671] Clock Difference broken on Manage Nodes page
Commit: efb91a838ffbe78d12302672f4dafbe46b72c2b1
https://github.com/jenkinsci/jenkins/commit/efb91a838ffbe78d12302672f4dafbe46b72c2b1
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-13 (Sat, 13 Jul 2013)
Changed paths:
M test/src/test/java/hudson/node_monitors/ClockMonitorDescriptorTest.java
Log Message:
-----------
Use JenkinsRule instead of deprecated HudsonTestCase
Commit: 46ecc01f9fe818b3f3cab7d19ec266d3cc2d20ff
https://github.com/jenkinsci/jenkins/commit/46ecc01f9fe818b3f3cab7d19ec266d3cc2d20ff
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-13 (Sat, 13 Jul 2013)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
typo
Commit: 47bd4c2ce6673d319fbbf9a11a1dad63873bcff2
https://github.com/jenkinsci/jenkins/commit/47bd4c2ce6673d319fbbf9a11a1dad63873bcff2
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
Log Message:
-----------
Merge pull request #834 from vjuranek/instanceofMatrix
Add convenience method for checking if object is MatrixProject
Commit: db6e1d3a369548e4ce948bfb8c7530ac05781deb
https://github.com/jenkinsci/jenkins/commit/db6e1d3a369548e4ce948bfb8c7530ac05781deb
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
Log Message:
-----------
added @since
Commit: 852c2f1f6950b8661ee1ba5c654393186386ab41
https://github.com/jenkinsci/jenkins/commit/852c2f1f6950b8661ee1ba5c654393186386ab41
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
suppress some pointless warnings
Commit: 9b74de31259eac81da35fccb8dede3995f3a399c
https://github.com/jenkinsci/jenkins/commit/9b74de31259eac81da35fccb8dede3995f3a399c
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/BallColor.java
Log Message:
-----------
make clear, where the lenght 6 comes from
Commit: e9e9d3276fe442cab9df93fadc3930e38f2d17c5
https://github.com/jenkinsci/jenkins/commit/e9e9d3276fe442cab9df93fadc3930e38f2d17c5
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
Log Message:
-----------
removed the noAnime() conversions, so we can rely on the compiler to warn us,
if we forget a case here
Commit: db3f0ef92b40d08c25c4f15f1879d9b326b9da2e
https://github.com/jenkinsci/jenkins/commit/db3f0ef92b40d08c25c4f15f1879d9b326b9da2e
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M test/src/test/java/hudson/model/QueueTest.java
Log Message:
-----------
preferring != enforcing - therefor disabling this assertion
Commit: ef08900292726bb35be269ce6d41d8dc141c6dea
https://github.com/jenkinsci/jenkins/commit/ef08900292726bb35be269ce6d41d8dc141c6dea
Author: Jesse Glick <[email protected]>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
Log Message:
-----------
[JENKINS-3265] [JENKINS-17341] Even if older plugins throw an NPE during
reload, continue loading job.
Commit: 45580ac0699fa3502fe7a8dd06e2f5fcb2411df6
https://github.com/jenkinsci/jenkins/commit/45580ac0699fa3502fe7a8dd06e2f5fcb2411df6
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: 23e0ddb53aafad5d27ff5a2314016db8e1da041a
https://github.com/jenkinsci/jenkins/commit/23e0ddb53aafad5d27ff5a2314016db8e1da041a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-16 (Tue, 16 Jul 2013)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/e48f7364ee70...23e0ddb53aaf
--
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/groups/opt_out.