Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
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: 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: 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: 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: 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: 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: 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: 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'
Compare:
https://github.com/jenkinsci/jenkins/compare/e6937e43e0e4...e1b7ac281b93