Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 28d27f3e0ef58336d50043f3d5622006525efc11
https://github.com/jenkinsci/jenkins/commit/28d27f3e0ef58336d50043f3d5622006525efc11
Author: Vojtech Juranek <[email protected]>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M core/src/main/java/hudson/node_monitors/AbstractDiskSpaceMonitor.java
M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
M core/src/main/java/hudson/node_monitors/DiskSpaceMonitorDescriptor.java
M core/src/main/resources/hudson/node_monitors/Messages.properties
Log Message:
-----------
Put slave back online automatically, if there's enough disk space again we
put it offline automatically before because of lack of disk space.
Commit: 4e05b76148dea4ef767a5b901d6bb3fcec4dcaff
https://github.com/jenkinsci/jenkins/commit/4e05b76148dea4ef767a5b901d6bb3fcec4dcaff
Author: Fred G <[email protected]>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M core/src/main/resources/hudson/logging/LogRecorder/configure_de.properties
M core/src/main/resources/hudson/model/Computer/configure_de.properties
M core/src/main/resources/hudson/model/ComputerSet/_new_de.properties
M core/src/main/resources/hudson/model/Job/configure_de.properties
M core/src/main/resources/hudson/model/User/configure_de.properties
M
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/config_de.properties
M core/src/main/resources/jenkins/model/Jenkins/configure_de.properties
A core/src/main/resources/lib/form/apply_de.properties
Log Message:
-----------
Added German translation for floating apply button. Changed translations
for "save" to be better distinguishable from "apply" and "submit".
Commit: ca65391585746d1861ab1ec5987eb7398d74b947
https://github.com/jenkinsci/jenkins/commit/ca65391585746d1861ab1ec5987eb7398d74b947
Author: Fred G <[email protected]>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M core/src/main/resources/hudson/tasks/Mailer/global_de.properties
Log Message:
-----------
Fixed and added German translations for e-mail settings.
Commit: 5c80e9476f961e71c899f5bdcecc81136a8ef115
https://github.com/jenkinsci/jenkins/commit/5c80e9476f961e71c899f5bdcecc81136a8ef115
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
extension point for FilePath.act interception
Commit: 928ef2123a3a027c0dcde2d3018bb4b575cb1170
https://github.com/jenkinsci/jenkins/commit/928ef2123a3a027c0dcde2d3018bb4b575cb1170
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
abstract implementation for interceptor-like FilaCallableWrappers
Commit: dfa6e2cf0c462ddc0f19dc929f5b1253d14e0094
https://github.com/jenkinsci/jenkins/commit/dfa6e2cf0c462ddc0f19dc929f5b1253d14e0094
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
improve javadoc to clarify which code is ran on master/slave
Commit: 3e596c94630510a19192df411985d402591d9e91
https://github.com/jenkinsci/jenkins/commit/3e596c94630510a19192df411985d402591d9e91
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
don't unnecessary expose callable
Commit: a0f6f49f5c54fd09d63281432f4e7f98cd851dbb
https://github.com/jenkinsci/jenkins/commit/a0f6f49f5c54fd09d63281432f4e7f98cd851dbb
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
add some javadoc links and @since
Commit: ed748d4b810ac1dd85e5da7857bc203f5773f329
https://github.com/jenkinsci/jenkins/commit/ed748d4b810ac1dd85e5da7857bc203f5773f329
Author: Jesse Glick <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/Util.java
Log Message:
-----------
Try to use NIO.2 (Java 7) methods to work with symlinks, falling back to JNA
(or worse) only on Java 5–6.
Commit: 299e3d5700f458fddb83cced195ca612d3ed10e6
https://github.com/jenkinsci/jenkins/commit/299e3d5700f458fddb83cced195ca612d3ed10e6
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Extension don't need to extend AbstractDescribableImpl
Commit: 1fb7541975b64b53ab2955d42aa7574be721b952
https://github.com/jenkinsci/jenkins/commit/1fb7541975b64b53ab2955d42aa7574be721b952
Author: Jesse Glick <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/Util.java
Log Message:
-----------
@IgnoreJRERequirement not necessary when using reflection to access APIs.
Commit: 80caf2535fec2f71667109aa156c722fc52cf053
https://github.com/jenkinsci/jenkins/commit/80caf2535fec2f71667109aa156c722fc52cf053
Author: Jesse Glick <[email protected]>
Date: 2012-09-06 (Thu, 06 Sep 2012)
Changed paths:
M core/src/main/java/hudson/util/RobustReflectionConverter.java
M core/src/main/java/hudson/util/XStream2.java
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
Log Message:
-----------
First draft: stores 'plugin' attribute, though redundantly marks it nested
elements from the same owner.
Commit: c47fcd868af0567af1d7dd52639ea5498627e1a5
https://github.com/jenkinsci/jenkins/commit/c47fcd868af0567af1d7dd52639ea5498627e1a5
Author: Nicolas De loof <[email protected]>
Date: 2012-09-07 (Fri, 07 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Update core/src/main/java/hudson/FilePath.java
fix confusion in my french-to-english buggy translator :P
Commit: 1ced53e2d1f398b11a27e8513b4499899824a807
https://github.com/jenkinsci/jenkins/commit/1ced53e2d1f398b11a27e8513b4499899824a807
Author: Jesse Glick <[email protected]>
Date: 2012-09-07 (Fri, 07 Sep 2012)
Changed paths:
M core/src/main/java/hudson/util/RobustReflectionConverter.java
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
Log Message:
-----------
Fixing redundant marking.
Commit: 515c812ff95bc00cd6e0ef5d6438939d6ccc2d97
https://github.com/jenkinsci/jenkins/commit/515c812ff95bc00cd6e0ef5d6438939d6ccc2d97
Author: Jesse Glick <[email protected]>
Date: 2012-09-07 (Fri, 07 Sep 2012)
Changed paths:
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
Log Message:
-----------
Verifying that the plugin attr does not break deserialization.
Commit: 6782f8489526c5e5b23544e69200e715cb96cd11
https://github.com/jenkinsci/jenkins/commit/6782f8489526c5e5b23544e69200e715cb96cd11
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
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.483-SNAPSHOT
Commit: 9d9cd88444308e12041efd99afed197d4eaa5445
https://github.com/jenkinsci/jenkins/commit/9d9cd88444308e12041efd99afed197d4eaa5445
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/Proc.java
M core/src/main/java/hudson/model/DownloadService.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/model/listeners/RunListener.java
M core/src/main/java/hudson/search/Search.java
M core/src/main/java/hudson/tasks/junit/History.java
A core/src/main/java/jenkins/util/JSONSignatureValidator.java
M core/src/main/resources/hudson/tasks/junit/History/index.jelly
M core/src/main/resources/lib/form/repeatableProperty.jelly
M core/src/test/java/hudson/UtilTest.java
M core/src/test/java/hudson/util/XStream2Test.java
M debian/debian/changelog
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
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge branch 'master' into symlinks-JENKINS-13202
Commit: b6f924d111f9a967c9862cb934b80f87b750fff6
https://github.com/jenkinsci/jenkins/commit/b6f924d111f9a967c9862cb934b80f87b750fff6
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M core/src/main/java/hudson/Util.java
Log Message:
-----------
Splitting some Java 7 code into its own methods for clarity.
(Not doing so for resolveSymlink since it would require an awkward four-way
return value:
String, null (not a symlink), IOException, <something else> for Java 5/6.)
Commit: aea1d16fb7bd35a472a214cd4c05d9d35670381c
https://github.com/jenkinsci/jenkins/commit/aea1d16fb7bd35a472a214cd4c05d9d35670381c
Author: imod <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
Log Message:
-----------
fix typo in changelog
Commit: 0b02a4591f96a7f3ad5dc2e592af1d70704b2a00
https://github.com/jenkinsci/jenkins/commit/0b02a4591f96a7f3ad5dc2e592af1d70704b2a00
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
M war/pom.xml
Log Message:
-----------
new version of Winstone that comes with a couple of fixes
Commit: f024fb0fa6acafdceedbb03ef00e53e9caae7170
https://github.com/jenkinsci/jenkins/commit/f024fb0fa6acafdceedbb03ef00e53e9caae7170
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M test/src/test/java/hudson/model/DownloadServiceTest.java
Log Message:
-----------
Merge branch 'rc'
Commit: 01482bf3de81f539b7ae4746fd127ca75915a726
https://github.com/jenkinsci/jenkins/commit/01482bf3de81f539b7ae4746fd127ca75915a726
Author: Michael Pailloncy <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M core/src/main/java/hudson/tasks/Maven.java
Log Message:
-----------
remove empty Maven installations before saving them
Commit: bd751ff878e50bcc17d6ce5971377f00d11496fa
https://github.com/jenkinsci/jenkins/commit/bd751ff878e50bcc17d6ce5971377f00d11496fa
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
M core/pom.xml
Log Message:
-----------
[FIXED JENKINS-13336]
Integrated a fix Jesse made in stapler.
Commit: 378903ae37ecffd7fab1ddb58cb3d160026eb34a
https://github.com/jenkinsci/jenkins/commit/378903ae37ecffd7fab1ddb58cb3d160026eb34a
Author: Olivier Lamy <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M core/src/main/java/hudson/tasks/Maven.java
Log Message:
-----------
Merge pull request #562 from mpapo/fix-14510
remove empty Maven installations before saving them
Thanks!
Commit: d73404d0d59297683b4c159e3d90b785f1de1c85
https://github.com/jenkinsci/jenkins/commit/d73404d0d59297683b4c159e3d90b785f1de1c85
Author: Olivier Lamy <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
Log Message:
-----------
changelog entry for JENKINS-14510
Commit: 66cf64d88d8a96d94900ffe638e9c762c3c371f1
https://github.com/jenkinsci/jenkins/commit/66cf64d88d8a96d94900ffe638e9c762c3c371f1
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M core/src/main/java/hudson/Util.java
Log Message:
-----------
More graceful handling of Windows accounts with symlinks disabled.
Commit: c5c55fe635031acf45d7fbc5f1d9418bc77f59ba
https://github.com/jenkinsci/jenkins/commit/c5c55fe635031acf45d7fbc5f1d9418bc77f59ba
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-13202] Noting.
Commit: 8fe2a66e5f59df9a202977eeeebd8dcb93934d99
https://github.com/jenkinsci/jenkins/commit/8fe2a66e5f59df9a202977eeeebd8dcb93934d99
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
M core/pom.xml
M core/src/main/java/hudson/tasks/Maven.java
M test/src/test/java/hudson/model/DownloadServiceTest.java
M war/pom.xml
Log Message:
-----------
Merge branch 'master' into symlinks-JENKINS-13202
Conflicts:
changelog.html
Commit: 646154f18d8a44e9e99095f8af81e4a0923dcd9b
https://github.com/jenkinsci/jenkins/commit/646154f18d8a44e9e99095f8af81e4a0923dcd9b
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/Util.java
Log Message:
-----------
Merge pull request #559 from jglick/symlinks-JENKINS-13202
[FIXED JENKINS-13202] Try to use NIO.2 (Java 7) methods to work with symlinks.
Commit: 95c324d8fed6d1f7ee153186edb5920ce1823dfc
https://github.com/jenkinsci/jenkins/commit/95c324d8fed6d1f7ee153186edb5920ce1823dfc
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/Proc.java
M core/src/main/java/hudson/Util.java
M core/src/main/java/hudson/model/DownloadService.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/model/listeners/RunListener.java
M core/src/main/java/hudson/search/Search.java
M core/src/main/java/hudson/tasks/Maven.java
M core/src/main/java/hudson/tasks/junit/History.java
A core/src/main/java/jenkins/util/JSONSignatureValidator.java
M core/src/main/resources/hudson/tasks/junit/History/index.jelly
M core/src/test/java/hudson/UtilTest.java
M core/src/test/java/hudson/util/XStream2Test.java
M debian/debian/changelog
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M test/src/test/java/hudson/model/DownloadServiceTest.java
M ui-samples-plugin/pom.xml
M war/pom.xml
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge branch 'master' into track-plugins-15003
Commit: cf9ef4e4c36eff083d5d29631fdff000252785aa
https://github.com/jenkinsci/jenkins/commit/cf9ef4e4c36eff083d5d29631fdff000252785aa
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M core/src/test/java/hudson/util/XStream2Test.java
R core/src/test/java/hudson/util/XStreamTest.java
M core/src/test/resources/hudson/util/old-concurrentHashMap.xml
Log Message:
-----------
Merging XStreamTest into XStream2Test for clarity.
Commit: 258579f25956390cfc9acd9b931688b2b72cd8e7
https://github.com/jenkinsci/jenkins/commit/258579f25956390cfc9acd9b931688b2b72cd8e7
Author: Jesse Glick <[email protected]>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
API sketch.
Commit: 904041dee119e30189a6233e924ade690f8233e3
https://github.com/jenkinsci/jenkins/commit/904041dee119e30189a6233e924ade690f8233e3
Author: Nicolas De loof <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Merge pull request #558 from ndeloof/jcicodecamp12
extension point to intercept FileCallable.act
Commit: 51d5220f6c19c4e7d5c35a07b62219472b2a7870
https://github.com/jenkinsci/jenkins/commit/51d5220f6c19c4e7d5c35a07b62219472b2a7870
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java
Log Message:
-----------
[JENKINS-9084] setting maven home is enough for global settings to be
m.getHome()/conf/settings.xml
@see hudson.maven.MavenUtil#createEmbedder
Commit: 8b15fb6ae70579fe6c2b123d4ee05521eecb9823
https://github.com/jenkinsci/jenkins/commit/8b15fb6ae70579fe6c2b123d4ee05521eecb9823
Author: Nicolas De Loof <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
null check to avoid unit test failure
Commit: f673c4455658a6aeb5f7ac6138b14630325877f6
https://github.com/jenkinsci/jenkins/commit/f673c4455658a6aeb5f7ac6138b14630325877f6
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/resources/hudson/PluginManager/advanced.jelly
Log Message:
-----------
Introduce constant: UpdateCenter.ID_DEFAULT
Commit: fef68b71340ad9134ed7b5ded4425aa54558ac82
https://github.com/jenkinsci/jenkins/commit/fef68b71340ad9134ed7b5ded4425aa54558ac82
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/UpdateCenter.java
Log Message:
-----------
Duplicate code.
Commit: 24556ac8523b91192a3b589500078b2b5542a9a7
https://github.com/jenkinsci/jenkins/commit/24556ac8523b91192a3b589500078b2b5542a9a7
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M changelog.html
M core/src/main/resources/hudson/PluginManager/advanced.jelly
Log Message:
-----------
Display non-default update site URLs in the Advanced tab of Plugin Manager.
Commit: 6b4bf064bf42331cdcd4ed197fa98089177f199d
https://github.com/jenkinsci/jenkins/commit/6b4bf064bf42331cdcd4ed197fa98089177f199d
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/UsageStatistics.java
Log Message:
-----------
added the servlet container information
Commit: 1b3eb0b9e7a3ee35d6c40d5e4460f4bb1f17e0e9
https://github.com/jenkinsci/jenkins/commit/1b3eb0b9e7a3ee35d6c40d5e4460f4bb1f17e0e9
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
A core/src/test/java/jenkins/ResilientJsonObjectTest.java
Log Message:
-----------
added a test to check for regressions in JENKINS-15105.
Commit: 018d871175085402864661c31254c08642fb6bdc
https://github.com/jenkinsci/jenkins/commit/018d871175085402864661c31254c08642fb6bdc
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/test/java/jenkins/ResilientJsonObjectTest.java
Log Message:
-----------
I think the property needs to be public
Commit: f8daafd0327081186c06555f225e84c420261b4c
https://github.com/jenkinsci/jenkins/commit/f8daafd0327081186c06555f225e84c420261b4c
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/UpdateSite.java
M test/pom.xml
A test/src/main/resources/plugins/tasks-update-center.json
A test/src/test/java/hudson/model/UpdateSiteTest.java
Log Message:
-----------
Permit URLs in an update center to be relative. (Useful for tests.)
Commit: 85ee5a40b99add1371e278fde505664380d36cd5
https://github.com/jenkinsci/jenkins/commit/85ee5a40b99add1371e278fde505664380d36cd5
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/test/java/jenkins/ResilientJsonObjectTest.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: b3f88effc0658d016ab6ca2c66e93d964c1d94d8
https://github.com/jenkinsci/jenkins/commit/b3f88effc0658d016ab6ca2c66e93d964c1d94d8
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/model/UsageStatistics.java
M core/src/main/resources/hudson/PluginManager/advanced.jelly
M core/src/test/java/hudson/util/XStream2Test.java
R core/src/test/java/hudson/util/XStreamTest.java
A core/src/test/java/jenkins/ResilientJsonObjectTest.java
M core/src/test/resources/hudson/util/old-concurrentHashMap.xml
M maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java
M test/pom.xml
A test/src/main/resources/plugins/tasks-update-center.json
A test/src/test/java/hudson/model/UpdateSiteTest.java
Log Message:
-----------
Merge branch 'master' into track-plugins-15003
Commit: deb919590712b093ea1d9d407aa4f1899bc0b7a2
https://github.com/jenkinsci/jenkins/commit/deb919590712b093ea1d9d407aa4f1899bc0b7a2
Author: Jesse Glick <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
Basic test case written.
Commit: e31c2789f6596016c60e34f527acdbd44d6f2c0a
https://github.com/jenkinsci/jenkins/commit/e31c2789f6596016c60e34f527acdbd44d6f2c0a
Author: Fred G <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M core/src/main/resources/hudson/logging/LogRecorder/configure_de.properties
M core/src/main/resources/hudson/model/Computer/configure_de.properties
M core/src/main/resources/hudson/model/ComputerSet/_new_de.properties
M core/src/main/resources/hudson/model/Job/configure_de.properties
M core/src/main/resources/hudson/model/User/configure_de.properties
M
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/config_de.properties
M core/src/main/resources/hudson/tasks/Mailer/global_de.properties
M core/src/main/resources/jenkins/model/Jenkins/configure_de.properties
A core/src/main/resources/lib/form/apply_de.properties
Log Message:
-----------
Merge pull request #556 from fredg02/i18n
Updated/changed German translations
Commit: 020e46b28be994cec1d54a61712ffa215b9c65a0
https://github.com/jenkinsci/jenkins/commit/020e46b28be994cec1d54a61712ffa215b9c65a0
Author: Nicolas De loof <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Update core/src/main/java/hudson/FilePath.java
make AbstractInterceptorCallableWrapper a static inner class for usability in
plugins
Commit: 6b056fa0ab8e965dcca96b1250d3f363698b7f3f
https://github.com/jenkinsci/jenkins/commit/6b056fa0ab8e965dcca96b1250d3f363698b7f3f
Author: wolfgarnet <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Added callable wrapper to actAsync
Commit: 50f19264c71b0fe6984a691e13d3d566ef88df03
https://github.com/jenkinsci/jenkins/commit/50f19264c71b0fe6984a691e13d3d566ef88df03
Author: Nicolas De loof <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Merge pull request #564 from wolfgarnet/jenkins
Added callable wrapper to actAsync
Commit: 1f9ce5e4da124c39479de73a955a75913f0425e6
https://github.com/jenkinsci/jenkins/commit/1f9ce5e4da124c39479de73a955a75913f0425e6
Author: Jesse Glick <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M core/src/main/java/hudson/Launcher.java
M core/src/main/java/hudson/console/ConsoleLogFilter.java
M core/src/main/java/hudson/tasks/BuildWrapper.java
M core/src/main/java/hudson/util/ArgumentListBuilder.java
Log Message:
-----------
Javadoc improvements inspired by “How to stop passwords used by my scm plugin
from appearing the log?” on jenkinsci-dev.
Commit: 4061c551b7ed4f2e0f7c3643e1ad42f01d0e6e3c
https://github.com/jenkinsci/jenkins/commit/4061c551b7ed4f2e0f7c3643e1ad42f01d0e6e3c
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M core/src/main/java/hudson/node_monitors/AbstractDiskSpaceMonitor.java
M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
M core/src/main/java/hudson/node_monitors/DiskSpaceMonitorDescriptor.java
M core/src/main/resources/hudson/node_monitors/Messages.properties
Log Message:
-----------
Merge pull request #514 from vjuranek/put_online
Put slave back online automatically, if there's enough disk space again ...
Commit: 46d93c0e70bf942aea9e51dfa7fc4a314b5af5ba
https://github.com/jenkinsci/jenkins/commit/46d93c0e70bf942aea9e51dfa7fc4a314b5af5ba
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M changelog.html
Log Message:
-----------
Recording the pull request #514.
Commit: 8891c86af686d7eb1f1cbae64bf545f304f607fb
https://github.com/jenkinsci/jenkins/commit/8891c86af686d7eb1f1cbae64bf545f304f607fb
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M core/src/main/java/hudson/Functions.java
M core/src/main/resources/lib/layout/layout.jelly
Log Message:
-----------
share code between <l:ajax>
Commit: f1aa7ba07e3fa5ddf34888a7f10bf04a56de1c74
https://github.com/jenkinsci/jenkins/commit/f1aa7ba07e3fa5ddf34888a7f10bf04a56de1c74
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/View.java
M core/src/main/resources/hudson/model/ComputerSet/sidepanel.jelly
M core/src/main/resources/hudson/model/View/ajaxBuildQueue.jelly
M core/src/main/resources/hudson/model/View/sidepanel.jelly
M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
M
maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/ajaxBuildQueue.jelly
M
maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/sidepanel2.jelly
Log Message:
-----------
Fixed the lock contention problem on Queue.getItems()
>From what I was told by Emanuele today in the office hours, this came up
during the Copenhagen hackathon.
Commit: 8b8e751dcadcf9563cf2c529be9f82a748110aca
https://github.com/jenkinsci/jenkins/commit/8b8e751dcadcf9563cf2c529be9f82a748110aca
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/DownloadService.java
M test/src/test/java/hudson/maven/MavenOptsTest.java
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge branch 'rc'
Commit: fcd4f4e30163805b40d727ce90229a407da64fd8
https://github.com/jenkinsci/jenkins/commit/fcd4f4e30163805b40d727ce90229a407da64fd8
Author: Andrew Erickson <[email protected]>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
Log Message:
-----------
fixing NPE introduced by change offline note feature
Commit: 06ead8410f94905b240363dd265a59ac91a1c45c
https://github.com/jenkinsci/jenkins/commit/06ead8410f94905b240363dd265a59ac91a1c45c
Author: Andrew J. Erickson <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
Log Message:
-----------
tweaking the fix
return a string literal vs a new string object
switching to implicit else
Commit: 8a1b069a86a4282343047825487e43d767601f86
https://github.com/jenkinsci/jenkins/commit/8a1b069a86a4282343047825487e43d767601f86
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/tools/JDKInstaller.java
Log Message:
-----------
[FIXED JENKINS-14667] JDK installation failed on some slaves with
InvalidClassException: hudson.tools.JDKInstaller$Platform$1; local class
incompatible: …
Commit: 9b0e1fb6f6b94b5f2a4267fbf923b917f29ab968
https://github.com/jenkinsci/jenkins/commit/9b0e1fb6f6b94b5f2a4267fbf923b917f29ab968
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/tools/JDKInstaller.java
Log Message:
-----------
[JENKINS-14667] Another case.
Commit: 8d25a60100ca3606c2204907b7835c535eafe083
https://github.com/jenkinsci/jenkins/commit/8d25a60100ca3606c2204907b7835c535eafe083
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/util/XStream2.java
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
@kohsuke suggests using '@' as separator between shortName & version, rather
than ' ', in case we want to allow multiple owners in the future.
Commit: fe6dbcd7799f59751c6247ce4d36353ab5700201
https://github.com/jenkinsci/jenkins/commit/fe6dbcd7799f59751c6247ce4d36353ab5700201
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M test/src/main/resources/plugins/tasks-update-center.json
M test/src/test/java/hudson/model/UpdateSiteTest.java
Log Message:
-----------
The actual file is named tasks.jpi, not tasks.hpi.
Commit: 2658f36994e6e02fdb72c3c71fed3ffb579cffc5
https://github.com/jenkinsci/jenkins/commit/2658f36994e6e02fdb72c3c71fed3ffb579cffc5
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
A core/src/test/java/hudson/PluginManagerTest.java
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
Basic implementation of prevalidateConfig working.
Commit: 3a166e7382ba32f31d3de367b069fec79a831171
https://github.com/jenkinsci/jenkins/commit/3a166e7382ba32f31d3de367b069fec79a831171
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/Api.java
Log Message:
-----------
Expand on 4bd0696 to set X-Jenkins-Session even for remote API requests.
Commit: 2197911aa71a8a70c9875d44ddefc09ec040e164
https://github.com/jenkinsci/jenkins/commit/2197911aa71a8a70c9875d44ddefc09ec040e164
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
Comment.
Commit: fb6edb040593829f2d4e2f4a3ba5553d1d2a7b67
https://github.com/jenkinsci/jenkins/commit/fb6edb040593829f2d4e2f4a3ba5553d1d2a7b67
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
Added a web method for prevalidateConfig.
Commit: e6937e43e0e4a978fff7a2e9d0d13c057d2f2d78
https://github.com/jenkinsci/jenkins/commit/e6937e43e0e4a978fff7a2e9d0d13c057d2f2d78
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/cli/CLICommand.java
Log Message:
-----------
Link fix.
Commit: 1278f0319b84d301bea1a6e076adf52b8d1c8981
https://github.com/jenkinsci/jenkins/commit/1278f0319b84d301bea1a6e076adf52b8d1c8981
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/Api.java
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
Rearranging imports.
Commit: f30c7b1d7da5194089fda0c18436892750ea7927
https://github.com/jenkinsci/jenkins/commit/f30c7b1d7da5194089fda0c18436892750ea7927
Author: Jesse Glick <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
@since
Commit: 51caa2ed7c1933da88c39ee92477c5bd89694f1b
https://github.com/jenkinsci/jenkins/commit/51caa2ed7c1933da88c39ee92477c5bd89694f1b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/util/XStream2.java
Log Message:
-----------
misc nit-picking
- massaging exception handling
- leaving a TODO for a possible future enhancement
Commit: 424a602fa2bb0fdbba5bc67f36d38e9a49a8cdb8
https://github.com/jenkinsci/jenkins/commit/424a602fa2bb0fdbba5bc67f36d38e9a49a8cdb8
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
added a side-effect free validation call + a separate mutation call as per
the original discussion
Commit: 0431d492f72d64b4b6a378770f95e6079ac45ef3
https://github.com/jenkinsci/jenkins/commit/0431d492f72d64b4b6a378770f95e6079ac45ef3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
A core/src/main/resources/hudson/PluginManager/_api.jelly
Log Message:
-----------
documenting this feature
Commit: 37e14044d92c4ef324a3b25ce853be72a6807015
https://github.com/jenkinsci/jenkins/commit/37e14044d92c4ef324a3b25ce853be72a6807015
Author: Andrew J. Erickson <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
Log Message:
-----------
small tweaks
no need to call toString() on the string
add comments
Commit: e1b7ac281b93b7afa33056d59da987e9542a05e4
https://github.com/jenkinsci/jenkins/commit/e1b7ac281b93b7afa33056d59da987e9542a05e4
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/Api.java
M core/src/main/java/hudson/util/RobustReflectionConverter.java
M core/src/main/java/hudson/util/XStream2.java
A core/src/main/resources/hudson/PluginManager/_api.jelly
A core/src/test/java/hudson/PluginManagerTest.java
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
M test/src/main/resources/plugins/tasks-update-center.json
M test/src/test/java/hudson/PluginManagerTest.java
M test/src/test/java/hudson/model/UpdateSiteTest.java
Log Message:
-----------
Merge branch 'pull-566'
Commit: 583fb5115ebca9aa7a265e5344303e0768b40856
https://github.com/jenkinsci/jenkins/commit/583fb5115ebca9aa7a265e5344303e0768b40856
Author: Olivier Lamy <[email protected]>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
Log Message:
-----------
Merge pull request #565 from
aerickson/fix_npe_due_to_change_node_offline_note_feature
fixing NPE introduced by change offline note feature
Thanks
Commit: a14dc0bdfc24fba92b968ef6b3e4ab397b2d9157
https://github.com/jenkinsci/jenkins/commit/a14dc0bdfc24fba92b968ef6b3e4ab397b2d9157
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-16 (Sun, 16 Sep 2012)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: 66a62830cd6b481a30ee92520b5d99704b30849a
https://github.com/jenkinsci/jenkins/commit/66a62830cd6b481a30ee92520b5d99704b30849a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-16 (Sun, 16 Sep 2012)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/ed86712dcae6...66a62830cd6b