Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 8881703f7c7351695c5d5b2662faefae60de68e8
https://github.com/jenkinsci/jenkins/commit/8881703f7c7351695c5d5b2662faefae60de68e8
Author: Nicolas De Loof <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/resources/lib/form/class-entry.jelly
Log Message:
-----------
[JENKINS-26781] lookup descriptor by ID, then by class if explicitly set
to match some specific use cases.
Commit: 6a8ce6ca099cc9b51db6e1417e507973978a9271
https://github.com/jenkinsci/jenkins/commit/6a8ce6ca099cc9b51db6e1417e507973978a9271
Author: Nicolas De Loof <[email protected]>
Date: 2015-02-06 (Fri, 06 Feb 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
Log Message:
-----------
deprecated find(string) and introduce explicit methods
to lookup descriptor by id or by Describable class name
Commit: 901194ae77358b49016a32e6c97e74a70cbbb261
https://github.com/jenkinsci/jenkins/commit/901194ae77358b49016a32e6c97e74a70cbbb261
Author: Nicolas De Loof <[email protected]>
Date: 2015-02-07 (Sat, 07 Feb 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
M core/src/main/resources/lib/form/class-entry.jelly
Log Message:
-----------
make $class and kind mutually exclusive
Use kind when descriptor.id != descriptor.clazz.name and $clazz otherwise.
Commit: 33041903ab67c3e32959b7b78e557ffb7d4ecd16
https://github.com/jenkinsci/jenkins/commit/33041903ab67c3e32959b7b78e557ffb7d4ecd16
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M test/src/test/java/hudson/model/DescriptorTest.java
Log Message:
-----------
[JENKINS-26781] Reproduced problem in test.
Besides failing in master, it also fails in 4e0af43 (merge of #1443), but
passes in the 1.598-SNAPSHOT parent 239caf8.
Commit: 724df641168aa3a213d3322561782a1ba12b2ebd
https://github.com/jenkinsci/jenkins/commit/724df641168aa3a213d3322561782a1ba12b2ebd
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
M core/src/main/resources/lib/form/class-entry.jelly
Log Message:
-----------
Merge remote-tracking branch 'origin/JENKINS-26781' into JENKINS-26781
Commit: 8f1883a0ca9d676e8d23b1b6174459d9860cb541
https://github.com/jenkinsci/jenkins/commit/8f1883a0ca9d676e8d23b1b6174459d9860cb541
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M test/src/test/java/hudson/model/DescriptorTest.java
Log Message:
-----------
Now it passes.
Commit: c4c7259849b92dd02faddfd07aae5f4dda9040f8
https://github.com/jenkinsci/jenkins/commit/c4c7259849b92dd02faddfd07aae5f4dda9040f8
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
Log Message:
-----------
Added @since.
Commit: 33923db17344b300ba59d15ba644f6dd23451dc1
https://github.com/jenkinsci/jenkins/commit/33923db17344b300ba59d15ba644f6dd23451dc1
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
Log Message:
-----------
Improving Javadoc.
Commit: 8dd079a8f04d3b9897b4e037378fc539ee5a6093
https://github.com/jenkinsci/jenkins/commit/8dd079a8f04d3b9897b4e037378fc539ee5a6093
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
Log Message:
-----------
findByClassName should not be advertised to outside code.
Commit: 37167d5f0875bf2a7460f76a4a8fe7b3d4afa9d4
https://github.com/jenkinsci/jenkins/commit/37167d5f0875bf2a7460f76a4a8fe7b3d4afa9d4
Author: Jesse Glick <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/java/hudson/DescriptorExtensionList.java
M core/src/main/java/hudson/model/ComputerSet.java
M core/src/main/java/hudson/model/Items.java
M core/src/main/java/hudson/tools/ToolLocationNodeProperty.java
M core/src/main/java/hudson/util/DescriptorList.java
Log Message:
-----------
Noting deprecations more widely.
Commit: 4e2efcda7e4b94693240ab6ee51715073a93e87f
https://github.com/jenkinsci/jenkins/commit/4e2efcda7e4b94693240ab6ee51715073a93e87f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/resources/lib/form/class-entry.jelly
Log Message:
-----------
$class is not legacy, stapler-class is, so making sure it's not getting mixed
up.
Commit: 3c4b1e63a271ddd3e35f7bda0c6ea7ea2a424cf8
https://github.com/jenkinsci/jenkins/commit/3c4b1e63a271ddd3e35f7bda0c6ea7ea2a424cf8
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2015-04-11 (Sat, 11 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/resources/lib/form/class-entry.jelly
Log Message:
-----------
Doc improvements
Commit: b62a07c0dbba637001539c1e668be814a164f701
https://github.com/jenkinsci/jenkins/commit/b62a07c0dbba637001539c1e668be814a164f701
Author: Jesse Glick <[email protected]>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/org/apache/tools/tar/TarInputStream.java
M core/src/main/java/hudson/org/apache/tools/tar/TarOutputStream.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
M core/src/main/java/hudson/util/io/TarArchiver.java
M core/src/main/java/jenkins/AgentProtocol.java
M core/src/test/java/hudson/FilePathTest.java
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
Merge branch 'master' into JENKINS-26781 and fixing @since TODO.
Commit: 2dcb6d3505d7166a94a6410c3c146a5e4350f8c1
https://github.com/jenkinsci/jenkins/commit/2dcb6d3505d7166a94a6410c3c146a5e4350f8c1
Author: Jesse Glick <[email protected]>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/resources/lib/form/class-entry.jelly
Log Message:
-----------
Merge branch 'JENKINS-26781' of github.com:jenkinsci/jenkins into
JENKINS-26781
Commit: f4ddac10838ba1fb5a17933d9fdd30163a1af79b
https://github.com/jenkinsci/jenkins/commit/f4ddac10838ba1fb5a17933d9fdd30163a1af79b
Author: Jesse Glick <[email protected]>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M core/src/main/java/hudson/model/ComputerSet.java
Log Message:
-----------
Reverting whitespace change.
Commit: f3070d940c0e7655a50fc041e74d29a8e5ca2139
https://github.com/jenkinsci/jenkins/commit/f3070d940c0e7655a50fc041e74d29a8e5ca2139
Author: Jesse Glick <[email protected]>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M changelog.html
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/security/NonSerializableSecurityContext.java
Log Message:
-----------
Merge branch 'master' into JENKINS-26781
Commit: b688047877cf6b735ee17cd3d22436f5b4219b03
https://github.com/jenkinsci/jenkins/commit/b688047877cf6b735ee17cd3d22436f5b4219b03
Author: Jesse Glick <[email protected]>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M changelog.html
M core/src/main/java/hudson/DescriptorExtensionList.java
M core/src/main/java/hudson/model/ComputerSet.java
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/model/Items.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
M core/src/main/java/hudson/tools/ToolLocationNodeProperty.java
M core/src/main/java/hudson/util/DescriptorList.java
M core/src/main/resources/lib/form/class-entry.jelly
M test/src/test/java/hudson/model/DescriptorTest.java
Log Message:
-----------
[JENKINS-26781] Merging #1563.
Compare:
https://github.com/jenkinsci/jenkins/compare/bc8c0dfe0302...b688047877cf
--
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.