Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 1dc289e2eee34a291284779f82127a14b9bf52c8
https://github.com/jenkinsci/jenkins/commit/1dc289e2eee34a291284779f82127a14b9bf52c8
Author: Vincent Latombe <[email protected]>
Date: 2013-04-28 (Sun, 28 Apr 2013)
Changed paths:
M core/src/main/java/hudson/model/ListView.java
A core/src/test/java/hudson/model/ListViewTest.java
Log Message:
-----------
Prevent ClassCastException when encountering ItemGroup of
non-TopLevelItem.
This is the case for instance when encountering a MavenModuleSet which
is ItemGroup<MavenModule>
Commit: 16a3ddfe059947c657fbbd5c6be7d80c3a7bd815
https://github.com/jenkinsci/jenkins/commit/16a3ddfe059947c657fbbd5c6be7d80c3a7bd815
Author: Vincent Latombe <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/ExtensionFinder.java
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/Util.java
M core/src/main/java/hudson/init/impl/GroovyInitScript.java
M core/src/main/java/hudson/logging/LogRecorder.java
M core/src/main/java/hudson/markup/MyspacePolicy.java
M core/src/main/java/hudson/matrix/Combination.java
M core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java
M core/src/main/java/hudson/matrix/MatrixProject.java
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/Cause.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/model/FileParameterDefinition.java
M core/src/main/java/hudson/model/Fingerprint.java
M core/src/main/java/hudson/model/ListView.java
M core/src/main/java/hudson/model/Node.java
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/model/queue/CauseOfBlockage.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/CaseResult.java
M core/src/main/java/hudson/tasks/junit/ClassResult.java
M core/src/main/java/hudson/tasks/junit/PackageResult.java
A core/src/main/java/hudson/tasks/junit/TestNameTransformer.java
M core/src/main/java/hudson/tasks/test/TestResult.java
M core/src/main/java/hudson/util/CopyOnWriteMap.java
M core/src/main/java/hudson/util/PersistedList.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/model/PeepholePermalink.java
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
M core/src/main/java/jenkins/model/lazy/Boundary.java
A core/src/main/java/jenkins/mvn/GlobalMavenConfig.java
M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java
M core/src/main/resources/hudson/PluginManager/installed.jelly
M core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
M core/src/main/resources/hudson/model/Job/index.jelly
M core/src/main/resources/hudson/tasks/Maven/config.jelly
M core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
M core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
M
core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
M core/src/main/resources/hudson/views/JobColumn/column.jelly
A core/src/main/resources/jenkins/mvn/GlobalMavenConfig/config.groovy
M core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly
M core/src/main/resources/lib/form/textarea.jelly
M core/src/main/resources/lib/hudson/buildListTable.jelly
M core/src/main/resources/lib/hudson/executors.jelly
M core/src/main/resources/lib/hudson/jobLink.jelly
M core/src/main/resources/lib/hudson/queue.jelly
A core/src/main/resources/lib/layout/breakable.jelly
M core/src/main/resources/windows-service/jenkins-slave.xml
M core/src/main/resources/windows-service/jenkins.xml
M core/src/test/java/hudson/FunctionsTest.java
A core/src/test/java/hudson/logging/LogRecorderTest.java
M core/src/test/java/hudson/markup/MyspacePolicyTest.java
A
core/src/test/java/hudson/matrix/CombinationFilterUsingBuildParamsTest.java
M core/src/test/java/hudson/model/FingerprintTest.java
M core/src/test/java/hudson/tasks/junit/SuiteResultTest.java
M core/src/test/java/hudson/util/CopyOnWriteMapTest.java
A core/src/test/java/jenkins/model/PeepholePermalinkTest.java
A core/src/test/resources/hudson/model/fingerprint.xml
M debian/debian/changelog
M maven-plugin/pom.xml
M maven-plugin/src/main/java/hudson/maven/MavenBuildInformation.java
M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
M maven-plugin/src/main/java/hudson/maven/MavenProbeAction.java
M
maven-plugin/src/main/java/hudson/maven/reporters/MavenAbstractArtifactRecord.java
M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java
M maven-plugin/src/main/resources/hudson/maven/Messages.properties
M maven-plugin/src/main/resources/hudson/maven/Messages_es.properties
M
maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverUnitTest.java
M plugins/pom.xml
M pom.xml
M test/pom.xml
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
A test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java
A
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java
M test/src/test/java/hudson/maven/MavenProjectTest.java
A test/src/test/java/hudson/model/ListViewTest.java
M test/src/test/java/hudson/model/RunTest.java
M test/src/test/java/hudson/tasks/MavenTest.java
M test/src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java
A test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java
M test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java
M test/src/test/java/jenkins/model/JenkinsTest.java
M test/src/test/java/jenkins/security/RekeySecretAdminMonitorTest.java
M
test/src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
A
test/src/test/resources/hudson/init/impl/GroovyInitScriptTest/errorsHandled.zip
A test/src/test/resources/hudson/model/ListViewTest/nullJobNames/config.xml
M ui-samples-plugin/pom.xml
A ui-samples-plugin/src/main/resources/index.jelly
M war/pom.xml
M war/src/main/webapp/help/parameter/file.html
M war/src/main/webapp/help/project-config/description.html
M war/src/main/webapp/help/run-config/description.html
M war/src/main/webapp/help/system-config/systemMessage.html
M war/src/main/webapp/help/user/description.html
M war/src/main/webapp/help/view-config/description.html
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge branch 'master' into recurse-folders-maven-jobs-compat
Commit: 0e0ef4c937b58ca25f8146ec0086acf9b4ed6866
https://github.com/jenkinsci/jenkins/commit/0e0ef4c937b58ca25f8146ec0086acf9b4ed6866
Author: Olivier Lamy <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M core/src/main/java/hudson/model/ListView.java
A core/src/test/java/hudson/model/ListViewTest.java
Log Message:
-----------
Merge pull request #763 from Vlatombe/recurse-folders-maven-jobs-compat
Fix compatibility of the recurse option with Maven jobs
Thanks !
Compare:
https://github.com/jenkinsci/jenkins/compare/4af5c22134a0...0e0ef4c937b5
--
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.