Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 346b2d4c9484aaafc447fcf2f3cd2011d2efecb9
https://github.com/jenkinsci/jenkins/commit/346b2d4c9484aaafc447fcf2f3cd2011d2efecb9
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-02 (Mon, 02 Apr 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.460-SNAPSHOT
Commit: 3441b98da85be96ebbd1aa9657418d5d24a7257b
https://github.com/jenkinsci/jenkins/commit/3441b98da85be96ebbd1aa9657418d5d24a7257b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M changelog.html
M core/pom.xml
M core/src/main/java/hudson/util/SubClassGenerator.java
Log Message:
-----------
Using version-guarded renamed ASM.
Commit: a67f6afe24c2d1ba5b4870b0c6161c0e668fd770
https://github.com/jenkinsci/jenkins/commit/a67f6afe24c2d1ba5b4870b0c6161c0e668fd770
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
A core/src/main/groovy/jenkins/util/MarkFindingOutputStream.java
A core/src/test/java/jenkins/util/MarkFindingOutputStreamTest.java
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
Work in progress toward SplittableBuildListener sync
Commit: d457c3a8aafebaa9db17cdc39863fd5453ea4a67
https://github.com/jenkinsci/jenkins/commit/d457c3a8aafebaa9db17cdc39863fd5453ea4a67
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
M maven-plugin/src/main/java/hudson/maven/MavenBuild.java
M maven-plugin/src/main/java/hudson/maven/MavenBuildProxy2.java
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
Fixed a bug that results in unbounded memory consumption in
SplittableBuildListener side buffer.
Previously, a forked life cycle resulted in MavenBuildProxy2.start/end
callbacks. When a module X build forks a life cycle and comes back to building
module X, end callback from the fork completion made Jenkins believe that it's
not building any module, when Maven is actually coming back to building module
X.
So if the sequence of mojos that follow the forked mojo produces a lot of
output, it can saturate memory (and even if it doesn't, Jenkins fails to
capture the entire log for a module.)
This fix also addresses the synchronization problem, so that when we do split
the log, we make sure all the output from Maven prior to that indeed arrived to
the master.
Commit: 6f32a227f1a63dd321074753fe2bd33a8d94e8ec
https://github.com/jenkinsci/jenkins/commit/6f32a227f1a63dd321074753fe2bd33a8d94e8ec
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
made sure that even if a bug similar to what was just fixed in the previous
commit re-surfaces, we still won't kill the master JVM by eating its memory
Commit: dc0bec172fddcabd30583dffed82203f9578ea89
https://github.com/jenkinsci/jenkins/commit/dc0bec172fddcabd30583dffed82203f9578ea89
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/listeners/ItemListener.java
Log Message:
-----------
fire a callback when a job configuration is updated.
Commit: 22e8e1f2852f786c4bef1c6ee9b936f97b472f9b
https://github.com/jenkinsci/jenkins/commit/22e8e1f2852f786c4bef1c6ee9b936f97b472f9b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/JDK.java
M core/src/main/java/hudson/tasks/Maven.java
M core/src/main/java/hudson/tools/ToolInstallation.java
M maven-plugin/src/main/java/hudson/maven/MavenBuild.java
M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
Log Message:
-----------
Added ToolInstallation.buildEnvVars()
This provides generic consumer of ToolInstallation to expose
ToolInstallation to the build.
Commit: 52f5761fbaab3ca9648d190ab3186976ec58a6e7
https://github.com/jenkinsci/jenkins/commit/52f5761fbaab3ca9648d190ab3186976ec58a6e7
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M core/src/main/java/hudson/util/ArgumentListBuilder.java
Log Message:
-----------
added another convenience method
Commit: e141a6a6947137470b2ee107a27eeb1e4db97d0f
https://github.com/jenkinsci/jenkins/commit/e141a6a6947137470b2ee107a27eeb1e4db97d0f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
Log Message:
-----------
added xref
Commit: 2f56fb4a52c0b0d50fa45eb06850b8c3a44c5f08
https://github.com/jenkinsci/jenkins/commit/2f56fb4a52c0b0d50fa45eb06850b8c3a44c5f08
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M war/pom.xml
Log Message:
-----------
run commands in the proper authenticatoin context
Commit: 5b4c87999742c0618c06591da5fd7c187f71a4ca
https://github.com/jenkinsci/jenkins/commit/5b4c87999742c0618c06591da5fd7c187f71a4ca
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M core/src/main/java/hudson/cli/InstallToolCommand.java
M core/src/main/java/hudson/tools/ToolInstallation.java
Log Message:
-----------
added more convenience method
Commit: 1b1aabf1cfa0c9dbdf010fbf99a43d9a687e1ece
https://github.com/jenkinsci/jenkins/commit/1b1aabf1cfa0c9dbdf010fbf99a43d9a687e1ece
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M core/pom.xml
Log Message:
-----------
Use the latest version that has some JRuby related improvements.
Commit: 2dd0398aa34ec19ae844d6caceae100ea5e0128e
https://github.com/jenkinsci/jenkins/commit/2dd0398aa34ec19ae844d6caceae100ea5e0128e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M changelog.html
M core/pom.xml
A core/src/main/resources/lib/layout/copyButton.jelly
A core/src/main/resources/lib/layout/copyButton/clipboard.png
A core/src/main/resources/lib/layout/copyButton/copyButton.css
A core/src/main/resources/lib/layout/copyButton/copyButton.js
A ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/CopyButton.java
A
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/CopyButton/index.groovy
A
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/CopyButton/index.properties
Log Message:
-----------
Added <l:copyButton> to copy text into clipboard.
Commit: 7fba652710e64f6dce00e2e186e77ee2a39bd445
https://github.com/jenkinsci/jenkins/commit/7fba652710e64f6dce00e2e186e77ee2a39bd445
Author: Christoph Kutzinski <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M core/src/main/java/hudson/tasks/junit/CaseResult.java
M core/src/main/java/hudson/tasks/junit/SuiteResult.java
M core/src/main/java/hudson/tasks/junit/TestResult.java
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
M core/src/test/resources/hudson/tasks/junit/eclipse-plugin-test-report.xml
Log Message:
-----------
Revert "[FIXED JENKINS-12457] 'Age' column on 'Test Result' tab may show
incorrect value when a test suite divided into multiple junit files"
This reverts commit 05937f5343f844593ebd23ced2f62c4ca7308793.
Commit: 1d249b98fb2a70f31b27849898e5d50dd5b018a4
https://github.com/jenkinsci/jenkins/commit/1d249b98fb2a70f31b27849898e5d50dd5b018a4
Author: Christoph Kutzinski <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M changelog.html
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
A core/src/test/resources/hudson/tasks/junit/JENKINS-13214/27449.xml
A core/src/test/resources/hudson/tasks/junit/JENKINS-13214/27540.xml
A core/src/test/resources/hudson/tasks/junit/JENKINS-13214/29734.xml
Log Message:
-----------
Added testcase and changelog for JENKINS-13214. The actual fix is in
7fba652710e64f6dce00e2e186e77ee2a39bd445
Commit: 2afdf3db7d4ed4e3839edae3f2704221087446c9
https://github.com/jenkinsci/jenkins/commit/2afdf3db7d4ed4e3839edae3f2704221087446c9
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M changelog.html
M cli/pom.xml
M cli/src/main/java/hudson/cli/CLI.java
M core/pom.xml
A core/src/main/groovy/jenkins/util/MarkFindingOutputStream.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/cli/InstallToolCommand.java
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/model/JDK.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/ResultTrend.java
M core/src/main/java/hudson/model/Run.java
A core/src/main/java/hudson/model/TransientBuildActionFactory.java
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/model/ViewGroupMixIn.java
M core/src/main/java/hudson/model/listeners/ItemListener.java
M core/src/main/java/hudson/model/queue/CauseOfBlockage.java
M core/src/main/java/hudson/os/PosixAPI.java
M core/src/main/java/hudson/security/AuthorizationStrategy.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/SuiteResult.java
M core/src/main/java/hudson/tasks/junit/TestResult.java
M core/src/main/java/hudson/tools/ToolInstallation.java
M core/src/main/java/hudson/util/ArgumentListBuilder.java
M core/src/main/java/hudson/util/QuotedStringTokenizer.java
M core/src/main/java/hudson/util/SubClassGenerator.java
M core/src/main/resources/hudson/model/Messages.properties
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
M core/src/main/resources/lib/hudson/buildCaption.jelly
M core/src/main/resources/lib/hudson/queue.jelly
M core/src/main/resources/lib/hudson/queue.properties
M core/src/main/resources/lib/hudson/queue_de.properties
A core/src/main/resources/lib/layout/copyButton.jelly
A core/src/main/resources/lib/layout/copyButton/clipboard.png
A core/src/main/resources/lib/layout/copyButton/copyButton.css
A core/src/main/resources/lib/layout/copyButton/copyButton.js
M core/src/test/java/hudson/model/BuildStatusSummaryTest.java
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
M core/src/test/java/hudson/util/XStream2Test.java
A core/src/test/java/jenkins/util/MarkFindingOutputStreamTest.java
A core/src/test/resources/hudson/tasks/junit/JENKINS-13214/27449.xml
A core/src/test/resources/hudson/tasks/junit/JENKINS-13214/27540.xml
A core/src/test/resources/hudson/tasks/junit/JENKINS-13214/29734.xml
M core/src/test/resources/hudson/tasks/junit/eclipse-plugin-test-report.xml
M debian/debian/changelog
M maven-plugin/pom.xml
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
M maven-plugin/src/main/java/hudson/maven/MavenBuild.java
M maven-plugin/src/main/java/hudson/maven/MavenBuildProxy2.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/RedeployPublisher.java
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
A maven-plugin/src/main/java/hudson/maven/settings/ConfigProviderDelegate.java
A maven-plugin/src/main/java/hudson/maven/settings/ConfigProviderFacade.java
A maven-plugin/src/main/java/hudson/maven/settings/ConfigProviderMediator.java
R
maven-plugin/src/main/java/hudson/maven/settings/GlobalMavenSettingsProvider.java
R maven-plugin/src/main/java/hudson/maven/settings/MavenSettingsProvider.java
A maven-plugin/src/main/java/hudson/maven/settings/SettingConfig.java
M maven-plugin/src/main/java/hudson/maven/settings/SettingsProviderUtils.java
M opensuse/SOURCES/jenkins.init.in
M opensuse/SPECS/jenkins.spec
M plugins/pom.xml
M pom.xml
M rpm/SOURCES/jenkins.init.in
M rpm/SPECS/jenkins.spec
M test/pom.xml
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M test/src/main/java/org/jvnet/hudson/test/recipes/WithPlugin.java
A test/src/test/java/hudson/PluginManagerTest2.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/model/RunTest.java
M test/src/test/java/hudson/model/SimpleJobTest.java
M ui-samples-plugin/pom.xml
A ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/CopyButton.java
A
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/CopyButton/index.groovy
A
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/CopyButton/index.properties
M war/pom.xml
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: a31a186b264cc95776fb5056edea3eef8df681a7
https://github.com/jenkinsci/jenkins/commit/a31a186b264cc95776fb5056edea3eef8df681a7
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M changelog.html
M core/src/main/grammar/crontab.g
M core/src/main/java/hudson/scheduler/BaseParser.java
M core/src/main/java/hudson/triggers/Trigger.java
M core/src/main/resources/hudson/triggers/TimerTrigger/help-spec.html
Log Message:
-----------
Supported hash token in the crontab syntax to distribute workload and avoid
spikes.
Commit: d9e87705e8d693bc9d028e1da8c614c0fb736cd3
https://github.com/jenkinsci/jenkins/commit/d9e87705e8d693bc9d028e1da8c614c0fb736cd3
Author: Christoph Kutzinski <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/tasks/junit/CaseResult.java
M core/src/main/java/hudson/tasks/junit/TestResult.java
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
A core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_a1.xml
A core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_a2.xml
A core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_b.xml
A
core/src/test/resources/hudson/tasks/junit/JENKINS-12457/TestSuite_b_duplicate.xml
Log Message:
-----------
[Re-FIXED JENKINS-12457] 'Age' column on 'Test Result' tab may show incorrect
value when a test suite divided into multiple junit files
Commit: 9de9e6f6deb8e3e8a268575a8f1dcaae23fdbdfd
https://github.com/jenkinsci/jenkins/commit/9de9e6f6deb8e3e8a268575a8f1dcaae23fdbdfd
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M core/src/main/java/hudson/scheduler/BaseParser.java
Log Message:
-----------
needs to be visible from the subtype
Commit: 9bb14fdfd49824ffa77c79a4a6e5c15c6274b51e
https://github.com/jenkinsci/jenkins/commit/9bb14fdfd49824ffa77c79a4a6e5c15c6274b51e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M
maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java
Log Message:
-----------
Fixed NPE.
Commit: dbaf2e8f74b6b06a8629034fb650b6538b01da12
https://github.com/jenkinsci/jenkins/commit/dbaf2e8f74b6b06a8629034fb650b6538b01da12
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
bug in the lock
Commit: 543257698deca42b4e1134d0505a405d6c9c323e
https://github.com/jenkinsci/jenkins/commit/543257698deca42b4e1134d0505a405d6c9c323e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M core/src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly
M core/src/main/resources/lib/hudson/actions.jelly
Log Message:
-----------
Allows test actions to define action.jelly to override the rendering.
Commit: 7921599c5ff0dab420248053eed8b22a1da2781b
https://github.com/jenkinsci/jenkins/commit/7921599c5ff0dab420248053eed8b22a1da2781b
Author: Greg Temchenko <[email protected]>
Date: 2012-04-06 (Fri, 06 Apr 2012)
Changed paths:
M core/src/main/java/hudson/tasks/junit/TestResult.java
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
Log Message:
-----------
JENKINS-13377 duration on history page bugfix
Commit: f8a0fc03e64b5e6b42ea6a606c2f05a10473da11
https://github.com/jenkinsci/jenkins/commit/f8a0fc03e64b5e6b42ea6a606c2f05a10473da11
Author: Greg Temchenko <[email protected]>
Date: 2012-04-08 (Sun, 08 Apr 2012)
Changed paths:
M core/src/main/java/hudson/tasks/junit/TestResult.java
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
Log Message:
-----------
don't count duration for duplicate testcases
Commit: e330af12e6903fdcd166276e6e21b902dc9fb2f3
https://github.com/jenkinsci/jenkins/commit/e330af12e6903fdcd166276e6e21b902dc9fb2f3
Author: Christoph Kutzinski <[email protected]>
Date: 2012-04-08 (Sun, 08 Apr 2012)
Changed paths:
M core/src/main/java/hudson/tasks/junit/TestResult.java
M core/src/test/java/hudson/tasks/junit/TestResultTest.java
Log Message:
-----------
Merge pull request #429 from soid/duration-in-history
JENKINS-13377 test suite duration may be calculated wrong
Commit: a56177559fc8fcd15e004dff0c779b90f2823154
https://github.com/jenkinsci/jenkins/commit/a56177559fc8fcd15e004dff0c779b90f2823154
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jenkins-1.459
Commit: 32f6f6949286a602d2eec9eab93ffa19963e6f69
https://github.com/jenkinsci/jenkins/commit/32f6f6949286a602d2eec9eab93ffa19963e6f69
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: dc311f2faa2153b31cf152486ced6985e707a508
https://github.com/jenkinsci/jenkins/commit/dc311f2faa2153b31cf152486ced6985e707a508
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M changelog.html
Log Message:
-----------
updated changelog for release
Commit: 3e3e042233ab782ea2895ddbca6f6144ff781c5d
https://github.com/jenkinsci/jenkins/commit/3e3e042233ab782ea2895ddbca6f6144ff781c5d
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
releasing a new plugin parent POM
Commit: 7fe677f190ba1a68f63d79a58bc2ba1ed988c3d5
https://github.com/jenkinsci/jenkins/commit/7fe677f190ba1a68f63d79a58bc2ba1ed988c3d5
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
toward the next release
Commit: 2e2c302f7cfb8015ca222d99da4398c698f10143
https://github.com/jenkinsci/jenkins/commit/2e2c302f7cfb8015ca222d99da4398c698f10143
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M debian/debian/changelog
Log Message:
-----------
updated changelog as a part of the release
Commit: e4244cc8b71aad69f028be19836439dd7a5e5fdd
https://github.com/jenkinsci/jenkins/commit/e4244cc8b71aad69f028be19836439dd7a5e5fdd
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: e05659d68aff39de50e95a4c2f2fb90ea045bf77
https://github.com/jenkinsci/jenkins/commit/e05659d68aff39de50e95a4c2f2fb90ea045bf77
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M core/pom.xml
Log Message:
-----------
use the latest
Commit: f897cb531183b821d2a741a6fe928f15addd7794
https://github.com/jenkinsci/jenkins/commit/f897cb531183b821d2a741a6fe928f15addd7794
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M core/src/main/java/jenkins/model/Jenkins.java
Log Message:
-----------
consistent naming
Commit: 738921a33f3aec641c23af75789af3168a0bf8f2
https://github.com/jenkinsci/jenkins/commit/738921a33f3aec641c23af75789af3168a0bf8f2
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
marking these methods as unusable from outside in preparation for lazy
loading build records
Commit: 791edf2078737ac725695dcd1958c72edb564e4b
https://github.com/jenkinsci/jenkins/commit/791edf2078737ac725695dcd1958c72edb564e4b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
fixing the issue as Kutzi pointed out
Commit: 9acf12f7976bd97bfa125e4b715ae340be8c1715
https://github.com/jenkinsci/jenkins/commit/9acf12f7976bd97bfa125e4b715ae340be8c1715
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M core/pom.xml
Log Message:
-----------
[FIXED JENKINS-11538] integrated Stapler 1.187 that contains the fix.
Commit: 9c84df51d76008836f12ff479dbc1fd097fbdced
https://github.com/jenkinsci/jenkins/commit/9c84df51d76008836f12ff479dbc1fd097fbdced
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M core/src/main/groovy/jenkins/util/MarkFindingOutputStream.java
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
MavenConsoleAnnotator was buffering a line and thus blocking the arrival of
the sync marker.
Also removed a duplicate constant
Commit: 32b1e029f2d8b2a42b353d4c67e24352504917d6
https://github.com/jenkinsci/jenkins/commit/32b1e029f2d8b2a42b353d4c67e24352504917d6
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
Log Message:
-----------
simplified
Commit: 1a9821948868dfb1d642f8b000bc9e405103e4ad
https://github.com/jenkinsci/jenkins/commit/1a9821948868dfb1d642f8b000bc9e405103e4ad
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
Log Message:
-----------
these should be printed during debugging
Commit: 5d1713a631eac8f2a6c045a1452980d74d37ccbc
https://github.com/jenkinsci/jenkins/commit/5d1713a631eac8f2a6c045a1452980d74d37ccbc
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
Log Message:
-----------
removing code duplication
Commit: 1803f9da84bd3c7c487a7cbbf0004fe183fc842c
https://github.com/jenkinsci/jenkins/commit/1803f9da84bd3c7c487a7cbbf0004fe183fc842c
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
Log Message:
-----------
Fixed invalid call sequence of MavenReporter.
The javadoc of MavenReporter states clearly that preBuild/postBuild is
only once per the entire build, but the previous code was calling it at
the same timing as enter/leaveModule.
This is now fixed.
Commit: 2df71d07f9e52093e5a20b3ab6da68abf32c2940
https://github.com/jenkinsci/jenkins/commit/2df71d07f9e52093e5a20b3ab6da68abf32c2940
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-10 (Tue, 10 Apr 2012)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
Log Message:
-----------
fixing last set of test failures
Commit: 9b641b1518c7ef710aa00ad77c97b6feac443435
https://github.com/jenkinsci/jenkins/commit/9b641b1518c7ef710aa00ad77c97b6feac443435
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-11 (Wed, 11 Apr 2012)
Changed paths:
M core/pom.xml
M core/src/main/groovy/jenkins/util/MarkFindingOutputStream.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/jenkins/model/Jenkins.java
M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: 852bb6a03d067cb2860625b64edd32f437729545
https://github.com/jenkinsci/jenkins/commit/852bb6a03d067cb2860625b64edd32f437729545
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-11 (Wed, 11 Apr 2012)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare: https://github.com/jenkinsci/jenkins/compare/dccf1f4...852bb6a