Branch: refs/heads/rc Home: https://github.com/jenkinsci/jenkins Commit: 81ebb6284ee13616213de894fe4de12daadb1ece https://github.com/jenkinsci/jenkins/commit/81ebb6284ee13616213de894fe4de12daadb1ece Author: Matt Moore <mattm...@google.com> Date: 2014-10-27 (Mon, 27 Oct 2014)
Changed paths: M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/jenkins/model/GlobalProjectNamingStrategyConfiguration.java M core/src/main/resources/hudson/slaves/DumbSlave/configure-entries.jelly M core/src/main/resources/lib/form/descriptorRadioList.jelly M core/src/main/resources/lib/form/dropdownListBlock.jelly M core/src/main/resources/lib/form/hetero-list.jelly M core/src/main/resources/lib/form/hetero-radio.jelly Log Message: ----------- Change Jenkins to use a single consistent data-binding field. See also: https://github.com/stapler/stapler/pull/39 This commit includes several changes to accomodate the above change in Stapler (moving away from 'stapler-class'), as well as to make Jenkins consistently use this same JSON field (moving away from 'kind'). NOTE: Stapler will continue to accept 'stapler-class' for backwards compatibility, and similarly this plugin will continue to pass 'stapler-class' for plugins that have keyed off of it. Commit: cef6b49058d2258ce9b7b87405ee453d5f0b8ceb https://github.com/jenkinsci/jenkins/commit/cef6b49058d2258ce9b7b87405ee453d5f0b8ceb Author: Matt Moore <mattm...@google.com> Date: 2014-10-29 (Wed, 29 Oct 2014) Changed paths: M core/src/main/resources/hudson/slaves/DumbSlave/configure-entries.jelly A core/src/main/resources/lib/form/class-entry.jelly M core/src/main/resources/lib/form/descriptorRadioList.jelly M core/src/main/resources/lib/form/dropdownListBlock.jelly M core/src/main/resources/lib/form/hetero-list.jelly M core/src/main/resources/lib/form/hetero-radio.jelly Log Message: ----------- Surface a new class-entry form tag for submitting the appropriate invisible $class form field Commit: 4de46465153dae1a9e804c0d526c44d528f00fb4 https://github.com/jenkinsci/jenkins/commit/4de46465153dae1a9e804c0d526c44d528f00fb4 Author: Matt Moore <mattm...@google.com> Date: 2014-11-01 (Sat, 01 Nov 2014) Changed paths: M core/src/main/java/hudson/model/Descriptor.java M core/src/main/resources/lib/form/class-entry.jelly Log Message: ----------- add back kind for backwards compatibility, until plugins can be staged onto $class Commit: 3732aba5fe0d4a55847ae79496a81e5207f2acfc https://github.com/jenkinsci/jenkins/commit/3732aba5fe0d4a55847ae79496a81e5207f2acfc Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-04 (Tue, 04 Nov 2014) Changed paths: M core/pom.xml M pom.xml Log Message: ----------- Update Guice to 4.0-beta5. Commit: 3edae667b3955a561296a23122f86b35ec928a98 https://github.com/jenkinsci/jenkins/commit/3edae667b3955a561296a23122f86b35ec928a98 Author: Eugene Baranov <eugeniy.bara...@gmail.com> Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M core/src/main/java/hudson/model/queue/FutureImpl.java M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- [JENKINS-25514] Fixed lock case in FutureImpl when some other process is waiting for build in queue. Commit: 44e6b5d76211bc40e1a608ae3aa93c083befaeba https://github.com/jenkinsci/jenkins/commit/44e6b5d76211bc40e1a608ae3aa93c083befaeba Author: Daniel Beck <daniel-b...@github.com> Date: 2014-12-20 (Sat, 20 Dec 2014) Changed paths: M core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly Log Message: ----------- [FIXED JENKINS-22311] Show queue item parameters in tool tip Commit: 2647af48c81e17ea17bfb144bf804abea22530fe https://github.com/jenkinsci/jenkins/commit/2647af48c81e17ea17bfb144bf804abea22530fe Author: Daniel Beck <daniel-b...@github.com> Date: 2014-12-21 (Sun, 21 Dec 2014) Changed paths: M core/src/main/java/hudson/cli/ListJobsCommand.java Log Message: ----------- [FIXED JENKINS-25338] Show job name rather than display name in CLI Commit: 1186e7b4047a70162a1a3be399fc449ae3b0e1f5 https://github.com/jenkinsci/jenkins/commit/1186e7b4047a70162a1a3be399fc449ae3b0e1f5 Author: Daniel Beck <daniel-b...@github.com> Date: 2014-12-21 (Sun, 21 Dec 2014) Changed paths: M core/src/main/java/hudson/model/JDK.java Log Message: ----------- [FIXED JENKINS-25601] Amend JAVA_HOME check to work with JDK 9 Commit: 818ae76af82e8cb3f25cfbb83d42812c80809bab https://github.com/jenkinsci/jenkins/commit/818ae76af82e8cb3f25cfbb83d42812c80809bab Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-04 (Sun, 04 Jan 2015) Changed paths: M core/src/main/resources/hudson/model/Run/confirmDelete.jelly R core/src/main/resources/hudson/model/Run/confirmDelete.properties M core/src/main/resources/hudson/model/Run/confirmDelete_da.properties M core/src/main/resources/hudson/model/Run/confirmDelete_de.properties M core/src/main/resources/hudson/model/Run/confirmDelete_es.properties M core/src/main/resources/hudson/model/Run/confirmDelete_fr.properties M core/src/main/resources/hudson/model/Run/confirmDelete_ja.properties M core/src/main/resources/hudson/model/Run/confirmDelete_nl.properties M core/src/main/resources/hudson/model/Run/confirmDelete_pt_BR.properties M core/src/main/resources/hudson/model/Run/confirmDelete_ru.properties M core/src/main/resources/hudson/model/Run/confirmDelete_tr.properties M core/src/main/resources/hudson/model/Run/confirmDelete_zh_TW.properties Log Message: ----------- [FIXED JENKINS-26281] Allow users to delete builds even if they are supposed to be kept This expects that any mechanism that keeps builds handles their disappearance gracefully. Commit: 239caf89ecbac1c3f0ea3604098b502a8098625e https://github.com/jenkinsci/jenkins/commit/239caf89ecbac1c3f0ea3604098b502a8098625e Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-01-04 (Sun, 04 Jan 2015) Changed paths: M cli/pom.xml M core/pom.xml M plugins/pom.xml M pom.xml M test/pom.xml M war/pom.xml Log Message: ----------- the trunk is toward 1.598-SNAPSHOT Commit: 4e0af4319ce8d7efc2bf6af313d5e154066b6dee https://github.com/jenkinsci/jenkins/commit/4e0af4319ce8d7efc2bf6af313d5e154066b6dee Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/jenkins/model/GlobalProjectNamingStrategyConfiguration.java M core/src/main/resources/hudson/slaves/DumbSlave/configure-entries.jelly A core/src/main/resources/lib/form/class-entry.jelly M core/src/main/resources/lib/form/descriptorRadioList.jelly M core/src/main/resources/lib/form/dropdownListBlock.jelly M core/src/main/resources/lib/form/hetero-list.jelly M core/src/main/resources/lib/form/hetero-radio.jelly Log Message: ----------- Merge pull request #1443 from mattmoor/master Change Jenkins to use a single consistent data-binding field. Commit: c3021e92ead6f8c2a5bdb13d082b91a31282a210 https://github.com/jenkinsci/jenkins/commit/c3021e92ead6f8c2a5bdb13d082b91a31282a210 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M core/src/main/java/hudson/model/Queue.java M core/src/main/java/jenkins/model/Jenkins.java Log Message: ----------- Deprecating Jenkins.FLYWEIGHT_SUPPORT configuration flag. Plenty of plugins assume that a FlyweightTask will behave in a certain way and might break if this feature were simply disabled. Commit: efb7ebcda80052dc3509e3256dea495768349fdb https://github.com/jenkinsci/jenkins/commit/efb7ebcda80052dc3509e3256dea495768349fdb Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M core/src/main/java/hudson/model/LoadBalancer.java M core/src/main/java/hudson/model/Queue.java Log Message: ----------- ifBlockedByHudsonShutdown renamed to isBlockedByShutdown. Commit: 778e9e194e66c79b36bab81b621fcb829f4e7c5a https://github.com/jenkinsci/jenkins/commit/778e9e194e66c79b36bab81b621fcb829f4e7c5a Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M test/src/test/java/hudson/model/QueueTest.java M test/src/test/java/hudson/slaves/DummyCloudImpl.java A test/src/test/java/hudson/slaves/NodeProvisionerRule.java M test/src/test/java/hudson/slaves/NodeProvisionerTest.java Log Message: ----------- JUnit 4. Commit: d2327bf8833907ad18cc38b62fddf4ef3fa33363 https://github.com/jenkinsci/jenkins/commit/d2327bf8833907ad18cc38b62fddf4ef3fa33363 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M test/src/test/java/hudson/model/QueueTest.java M test/src/test/java/hudson/slaves/DummyCloudImpl.java A test/src/test/java/hudson/slaves/NodeProvisionerRule.java M test/src/test/java/hudson/slaves/NodeProvisionerTest.java Log Message: ----------- Merge branch 'master' into FlyweightTask-JENKINS-10944 Commit: 449fd234a6e116b7b6df41a5310c4a434ff4f76e https://github.com/jenkinsci/jenkins/commit/449fd234a6e116b7b6df41a5310c4a434ff4f76e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- Indentation fix. Commit: 64cb70e09a3af7d7fbe8df1a375f44d2b503b424 https://github.com/jenkinsci/jenkins/commit/64cb70e09a3af7d7fbe8df1a375f44d2b503b424 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- Merge branch 'master' into FlyweightTask-JENKINS-10944 Commit: 3e344a94a9eed316d0c351becb08287b473b6521 https://github.com/jenkinsci/jenkins/commit/3e344a94a9eed316d0c351becb08287b473b6521 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M core/src/main/java/hudson/model/Queue.java M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- [FIXED JENKINS-10944] [FIXED JENKINS-24519] If makeBuildable fails on a FlyweightTask, keep it in queue. Commit: 4470b9ea042dcd7ad057b4a18c56d7d2f0e2a77e https://github.com/jenkinsci/jenkins/commit/4470b9ea042dcd7ad057b4a18c56d7d2f0e2a77e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M test/src/test/java/lib/form/NameRefTest.java A test/src/test/resources/lib/form/NameRefTest/JenkinsRuleWithJelly/test1.jelly R test/src/test/resources/lib/form/NameRefTest/test1.jelly Log Message: ----------- JUnit 4. Commit: e00f99251e0b4db53cb45ed2c0378a52d008fe13 https://github.com/jenkinsci/jenkins/commit/e00f99251e0b4db53cb45ed2c0378a52d008fe13 Author: Bernie Schelberg <bernie.schelberg@zoak.solutions> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M core/src/main/java/hudson/slaves/ComputerRetentionWork.java Log Message: ----------- Fixed min/max operations in ComputerRetentionWork As previously implemented, nextCheck would always happen in 1 minute, regardless of what the RetentionStrategy.check() returned. Commit: 5bfaca449ce3b6edbf39a3f623bc8ce62411b37e https://github.com/jenkinsci/jenkins/commit/5bfaca449ce3b6edbf39a3f623bc8ce62411b37e Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M core/src/main/java/hudson/model/queue/FutureImpl.java M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- Merge pull request #1472 from jbaranov/JENKINS-25514 [JENKINS-25514] Fixed lock case in FutureImpl Commit: d6c1457d88249c43079b91f082f9e4152b707f06 https://github.com/jenkinsci/jenkins/commit/d6c1457d88249c43079b91f082f9e4152b707f06 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M changelog.html Log Message: ----------- Noting #1472 Commit: fb832b76a380f34541652904869ba34311928ca7 https://github.com/jenkinsci/jenkins/commit/fb832b76a380f34541652904869ba34311928ca7 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M core/src/main/java/hudson/slaves/ComputerRetentionWork.java Log Message: ----------- Merge pull request #1514 from bschelberg/master Fixed min/max operations in ComputerRetentionWork Commit: 9595175f1002e10e4468f6e51f185a5d2b624240 https://github.com/jenkinsci/jenkins/commit/9595175f1002e10e4468f6e51f185a5d2b624240 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- Use JUnit4 in merged patch too Commit: 86ed77711b2a409e3f74bd1e068817d070bc3603 https://github.com/jenkinsci/jenkins/commit/86ed77711b2a409e3f74bd1e068817d070bc3603 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- Correcting 9595175f1002e10e4468f6e51f185a5d2b624240 (JUnit 4 merge fixup for #1472). Commit: 1a80973ab875d12c3eda61ebb25850795d9cb6d6 https://github.com/jenkinsci/jenkins/commit/1a80973ab875d12c3eda61ebb25850795d9cb6d6 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M changelog.html M core/src/main/java/hudson/model/queue/FutureImpl.java M core/src/main/java/hudson/slaves/ComputerRetentionWork.java M test/src/test/java/hudson/model/QueueTest.java M test/src/test/java/lib/form/NameRefTest.java A test/src/test/resources/lib/form/NameRefTest/JenkinsRuleWithJelly/test1.jelly R test/src/test/resources/lib/form/NameRefTest/test1.jelly Log Message: ----------- Merge branch 'master' into FlyweightTask-JENKINS-10944 Commit: 0cdab01c7e2869be559537fabbbebd2f727ce5f3 https://github.com/jenkinsci/jenkins/commit/0cdab01c7e2869be559537fabbbebd2f727ce5f3 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: A core/src/main/java/jenkins/util/ErrorLoggingScheduledThreadPoolExecutor.java M core/src/main/java/jenkins/util/Timer.java Log Message: ----------- Jenkins was failing to log exceptions from raw Runnable/Callable sent to Timer (without using SafeTimerTask, PeriodicWork, etc.). Commit: 3a618a0633db8c6d16fa018e4a67714994e5cb94 https://github.com/jenkinsci/jenkins/commit/3a618a0633db8c6d16fa018e4a67714994e5cb94 Author: René Scheibe <rene.sche...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M test/src/test/groovy/hudson/cli/EnableJobCommandTest.groovy M test/src/test/groovy/hudson/widgets/HistoryWidgetTest.groovy M test/src/test/groovy/jenkins/model/BuildDiscarderTest.groovy M test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy M test/src/test/java/hudson/ExtensionListTest.java M test/src/test/java/hudson/FileSystemProvisionerTest.java M test/src/test/java/hudson/ProcTest.java M test/src/test/java/hudson/console/ExceptionAnnotationTest.java M test/src/test/java/hudson/console/UrlAnnotatorTest.java M test/src/test/java/hudson/diagnosis/HudsonHomeDiskUsageMonitorTest.java M test/src/test/java/hudson/markup/MarkupFormatterTest.java M test/src/test/java/hudson/model/AbortedFreeStyleBuildTest.java M test/src/test/java/hudson/model/ApiTest.java M test/src/test/java/hudson/model/AutoCompletionCandidatesTest.java M test/src/test/java/hudson/model/ComputerSetTest.java M test/src/test/java/hudson/model/ExecutorTest.java M test/src/test/java/hudson/model/FreeStyleProjectTest.java M test/src/test/java/hudson/model/HelpLinkTest.java M test/src/test/java/hudson/model/HudsonTest.java M test/src/test/java/hudson/model/JobPropertyTest.java M test/src/test/java/hudson/model/JobQueueTest.java M test/src/test/java/hudson/model/ManagementLinkTest.java M test/src/test/java/hudson/model/ParametersTest.java M test/src/test/java/hudson/model/UsageStatisticsTest.java M test/src/test/java/hudson/model/UserPropertyTest.java M test/src/test/java/hudson/model/labels/LabelAtomPropertyTest.java M test/src/test/java/hudson/model/labels/LabelExpressionTest.java M test/src/test/java/hudson/model/listeners/ItemListenerTest.java M test/src/test/java/hudson/model/queue/LoadPredictorTest.java M test/src/test/java/hudson/model/queue/WideExecutionTest.java M test/src/test/java/hudson/node_monitors/DiskSpaceMonitorDescriptorTest.java M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java M test/src/test/java/hudson/scm/ChangeLogSetTest.java M test/src/test/java/hudson/scm/ScmTest.java M test/src/test/java/hudson/security/CliAuthenticationTest.java M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java M test/src/test/java/hudson/security/LoginTest.java M test/src/test/java/hudson/slaves/NodePropertyTest.java M test/src/test/java/hudson/tasks/LogRotatorTest.java M test/src/test/java/hudson/tasks/UserAvatarResolverTest.java M test/src/test/java/hudson/tools/JDKInstallerTest.java M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java M test/src/test/java/hudson/tools/ToolLocationTest.java M test/src/test/java/hudson/triggers/SCMTriggerTest.java M test/src/test/java/hudson/util/AlternativeUiTextProviderTest.java M test/src/test/java/hudson/util/ArgumentListBuilder2Test.java M test/src/test/java/hudson/util/FormFieldValidatorTest.java M test/src/test/java/hudson/util/ProcessTreeKillerTest.java M test/src/test/java/hudson/views/ListViewColumnTest.java M test/src/test/java/jenkins/ExtensionFilterTest.java M test/src/test/java/jenkins/model/ExtensionTypeHierarchyTest.java M test/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java M test/src/test/java/jenkins/scm/SCMCheckoutStrategyTest.java M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java M test/src/test/java/lib/hudson/ActionsTest.java M test/src/test/java/lib/hudson/ListScmBrowsersTest.java M test/src/test/java/org/jvnet/hudson/main/AppTest.java A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/config.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.scm.CVSSCM.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Ant.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Mailer.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Maven.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Shell.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.triggers.SCMTrigger.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/queue.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/secret.key R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/config.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.scm.CVSSCM.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Ant.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Mailer.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Maven.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Shell.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.triggers.SCMTrigger.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/queue.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/secret.key A test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/dataCompatibilityWith1_282.zip R test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/testDataCompatibilityWith1_282.zip R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/config.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Ant.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Maven.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/config.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Ant.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Maven.xml A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/config.xml A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/jobs/foo/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/jobs/foo/config.xml Log Message: ----------- migrate tests from using HudsonTestCase to JenkinsRule * these are simple tests without Jelly files or actions implemented in the test class Commit: 6f8477f49ec6c16e6c2c7981dc6af6b6f6fd4561 https://github.com/jenkinsci/jenkins/commit/6f8477f49ec6c16e6c2c7981dc6af6b6f6fd4561 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M test/src/test/groovy/hudson/cli/EnableJobCommandTest.groovy M test/src/test/groovy/hudson/widgets/HistoryWidgetTest.groovy M test/src/test/groovy/jenkins/model/BuildDiscarderTest.groovy M test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy M test/src/test/java/hudson/ExtensionListTest.java M test/src/test/java/hudson/FileSystemProvisionerTest.java M test/src/test/java/hudson/ProcTest.java M test/src/test/java/hudson/console/ExceptionAnnotationTest.java M test/src/test/java/hudson/console/UrlAnnotatorTest.java M test/src/test/java/hudson/diagnosis/HudsonHomeDiskUsageMonitorTest.java M test/src/test/java/hudson/markup/MarkupFormatterTest.java M test/src/test/java/hudson/model/AbortedFreeStyleBuildTest.java M test/src/test/java/hudson/model/ApiTest.java M test/src/test/java/hudson/model/AutoCompletionCandidatesTest.java M test/src/test/java/hudson/model/ComputerSetTest.java M test/src/test/java/hudson/model/ExecutorTest.java M test/src/test/java/hudson/model/FreeStyleProjectTest.java M test/src/test/java/hudson/model/HelpLinkTest.java M test/src/test/java/hudson/model/HudsonTest.java M test/src/test/java/hudson/model/JobPropertyTest.java M test/src/test/java/hudson/model/JobQueueTest.java M test/src/test/java/hudson/model/ManagementLinkTest.java M test/src/test/java/hudson/model/ParametersTest.java M test/src/test/java/hudson/model/UsageStatisticsTest.java M test/src/test/java/hudson/model/UserPropertyTest.java M test/src/test/java/hudson/model/labels/LabelAtomPropertyTest.java M test/src/test/java/hudson/model/labels/LabelExpressionTest.java M test/src/test/java/hudson/model/listeners/ItemListenerTest.java M test/src/test/java/hudson/model/queue/LoadPredictorTest.java M test/src/test/java/hudson/model/queue/WideExecutionTest.java M test/src/test/java/hudson/node_monitors/DiskSpaceMonitorDescriptorTest.java M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java M test/src/test/java/hudson/scm/ChangeLogSetTest.java M test/src/test/java/hudson/scm/ScmTest.java M test/src/test/java/hudson/security/CliAuthenticationTest.java M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java M test/src/test/java/hudson/security/LoginTest.java M test/src/test/java/hudson/slaves/NodePropertyTest.java M test/src/test/java/hudson/tasks/LogRotatorTest.java M test/src/test/java/hudson/tasks/UserAvatarResolverTest.java M test/src/test/java/hudson/tools/JDKInstallerTest.java M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java M test/src/test/java/hudson/tools/ToolLocationTest.java M test/src/test/java/hudson/triggers/SCMTriggerTest.java M test/src/test/java/hudson/util/AlternativeUiTextProviderTest.java M test/src/test/java/hudson/util/ArgumentListBuilder2Test.java M test/src/test/java/hudson/util/FormFieldValidatorTest.java M test/src/test/java/hudson/util/ProcessTreeKillerTest.java M test/src/test/java/hudson/views/ListViewColumnTest.java M test/src/test/java/jenkins/ExtensionFilterTest.java M test/src/test/java/jenkins/model/ExtensionTypeHierarchyTest.java M test/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java M test/src/test/java/jenkins/scm/SCMCheckoutStrategyTest.java M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java M test/src/test/java/lib/hudson/ActionsTest.java M test/src/test/java/lib/hudson/ListScmBrowsersTest.java M test/src/test/java/org/jvnet/hudson/main/AppTest.java A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/config.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.scm.CVSSCM.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Ant.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Mailer.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Maven.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Shell.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.triggers.SCMTrigger.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/queue.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/secret.key R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/config.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.scm.CVSSCM.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Ant.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Mailer.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Maven.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Shell.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.triggers.SCMTrigger.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/queue.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/secret.key A test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/dataCompatibilityWith1_282.zip R test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/testDataCompatibilityWith1_282.zip R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/config.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Ant.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Maven.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/config.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Ant.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Maven.xml A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/config.xml A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/jobs/foo/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/jobs/foo/config.xml Log Message: ----------- Merge pull request #1516 from darxriggs/no-more-HudsonTestCase-the-easy-part migrate tests from using HudsonTestCase to JenkinsRule Commit: 3e29bd7eff12d73a9b49c1d6039dc6d0699db15a https://github.com/jenkinsci/jenkins/commit/3e29bd7eff12d73a9b49c1d6039dc6d0699db15a Author: christ66 <schristo...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M core/src/main/java/hudson/model/ItemGroupMixIn.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java A test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadExceptionOnLoad.zip Log Message: ----------- [JENKINS-22811] Folder loading can break when an item inside the folder fails to load or throws an Exception. Commit: b5213b3815d3223f619113ebbccde4a8733df4c0 https://github.com/jenkinsci/jenkins/commit/b5213b3815d3223f619113ebbccde4a8733df4c0 Author: christ66 <schristo...@gmail.com> Date: 2015-01-06 (Tue, 06 Jan 2015) Changed paths: M test/src/test/java/hudson/model/ItemGroupMixInTest.java Log Message: ----------- Fixed compilation error Commit: bd1d6251e018d09b4f10606d3b418255a4c09513 https://github.com/jenkinsci/jenkins/commit/bd1d6251e018d09b4f10606d3b418255a4c09513 Author: René Scheibe <rene.sche...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/MarkupTextTest.java M core/src/test/java/hudson/UtilTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/console/UrlAnnotatorTest.java M core/src/test/java/hudson/logging/LogRecorderTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/model/RunTest.java M core/src/test/java/hudson/scheduler/CronTabDayOfWeekLocaleTest.java M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java M core/src/test/java/hudson/scheduler/CronTabTest.java M core/src/test/java/hudson/util/FormValidationTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/hudson/util/XStream2Test.java M core/src/test/java/hudson/util/io/TarArchiverTest.java M core/src/test/java/hudson/util/io/ZipArchiverTest.java M core/src/test/java/jenkins/ResilientJsonObjectTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/PeepholePermalinkTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/util/TimerTest.java M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy M test/src/test/groovy/lib/form/ApplyButtonTest.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ClassicPluginStrategyTest.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/bugs/LoginRedirectTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/cli/CreateJobCommandTest.java M test/src/test/java/hudson/cli/GetJobCommandTest.java M test/src/test/java/hudson/cli/GroovyshCommandTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/logging/LogRecorderManagerTest.java M test/src/test/java/hudson/model/AsynchPeopleTest.java M test/src/test/java/hudson/model/CauseTest.java M test/src/test/java/hudson/model/DependencyGraphTest.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/DownloadServiceTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/model/ProjectTest.java M test/src/test/java/hudson/model/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/RunTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewTest.java M test/src/test/java/hudson/model/WorkspaceCleanupThreadTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java M test/src/test/java/hudson/tasks/FingerprinterTest.java M test/src/test/java/hudson/tasks/MavenTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/RingBufferLogHandlerTest.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java M test/src/test/java/jenkins/model/ContextMenuTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/ExpandableTextboxTest.java M test/src/test/java/lib/layout/LayoutTest.java M test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java M test/src/test/java/scripts/BehaviorTest.java Log Message: ----------- replace all deprecated @Bug annotations with @Issue Commit: 8f24c4aa5ccd944c4647e9f99077cad46cb24a2d https://github.com/jenkinsci/jenkins/commit/8f24c4aa5ccd944c4647e9f99077cad46cb24a2d Author: christ66 <schristo...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M test/src/test/java/hudson/model/ItemGroupMixInTest.java Log Message: ----------- Obtain folder from jenkins instead of using local variable. Commit: fa40c102f5dbd8b02470317d730a3778c9153b64 https://github.com/jenkinsci/jenkins/commit/fa40c102f5dbd8b02470317d730a3778c9153b64 Author: christ66 <schristo...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M test/src/test/java/hudson/model/ItemGroupMixInTest.java Log Message: ----------- Mark test extension with the correct annotation Commit: 84575541491cf44f9b27f867b57bf5f460849d8f https://github.com/jenkinsci/jenkins/commit/84575541491cf44f9b27f867b57bf5f460849d8f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/MarkupTextTest.java M core/src/test/java/hudson/UtilTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/console/UrlAnnotatorTest.java M core/src/test/java/hudson/logging/LogRecorderTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/model/RunTest.java M core/src/test/java/hudson/scheduler/CronTabDayOfWeekLocaleTest.java M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java M core/src/test/java/hudson/scheduler/CronTabTest.java M core/src/test/java/hudson/util/FormValidationTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/hudson/util/XStream2Test.java M core/src/test/java/hudson/util/io/TarArchiverTest.java M core/src/test/java/hudson/util/io/ZipArchiverTest.java M core/src/test/java/jenkins/ResilientJsonObjectTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/PeepholePermalinkTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/util/TimerTest.java M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy M test/src/test/groovy/lib/form/ApplyButtonTest.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ClassicPluginStrategyTest.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/bugs/LoginRedirectTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/cli/CreateJobCommandTest.java M test/src/test/java/hudson/cli/GetJobCommandTest.java M test/src/test/java/hudson/cli/GroovyshCommandTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/logging/LogRecorderManagerTest.java M test/src/test/java/hudson/model/AsynchPeopleTest.java M test/src/test/java/hudson/model/CauseTest.java M test/src/test/java/hudson/model/DependencyGraphTest.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/DownloadServiceTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/model/ProjectTest.java M test/src/test/java/hudson/model/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/RunTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewTest.java M test/src/test/java/hudson/model/WorkspaceCleanupThreadTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java M test/src/test/java/hudson/tasks/FingerprinterTest.java M test/src/test/java/hudson/tasks/MavenTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/RingBufferLogHandlerTest.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java M test/src/test/java/jenkins/model/ContextMenuTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/ExpandableTextboxTest.java M test/src/test/java/lib/layout/LayoutTest.java M test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java M test/src/test/java/scripts/BehaviorTest.java Log Message: ----------- Merge pull request #1518 from darxriggs/Bug-to-Issue replace all deprecated @Bug annotations with @Issue Commit: cd0752432ed718e30281eb4e2732646550996868 https://github.com/jenkinsci/jenkins/commit/cd0752432ed718e30281eb4e2732646550996868 Author: christ66 <schristo...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M .gitignore M changelog.html M cli/pom.xml M core/pom.xml M core/src/main/grammar/crontab.g M core/src/main/java/hudson/EnvVars.java M core/src/main/java/hudson/FilePath.java M core/src/main/java/hudson/PluginManager.java M core/src/main/java/hudson/model/AbstractProject.java M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/hudson/model/Job.java M core/src/main/java/hudson/model/ParameterDefinition.java M core/src/main/java/hudson/model/Run.java M core/src/main/java/hudson/model/RunMap.java M core/src/main/java/hudson/model/TopLevelItemDescriptor.java M core/src/main/java/hudson/model/queue/FutureImpl.java M core/src/main/java/hudson/node_monitors/DiskSpaceMonitorDescriptor.java A core/src/main/java/hudson/node_monitors/MonitorOfflineCause.java M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java M core/src/main/java/hudson/scheduler/BaseParser.java M core/src/main/java/hudson/security/Permission.java M core/src/main/java/hudson/security/PermissionGroup.java M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java M core/src/main/java/hudson/slaves/ComputerRetentionWork.java M core/src/main/java/hudson/tasks/Fingerprinter.java M core/src/main/java/hudson/tools/AbstractCommandInstaller.java M core/src/main/java/hudson/tools/JDKInstaller.java M core/src/main/java/hudson/triggers/SafeTimerTask.java M core/src/main/java/hudson/triggers/Trigger.java M core/src/main/java/hudson/util/PluginServletFilter.java R core/src/main/java/jenkins/diagnostics/ooom/BuildPtr.java R core/src/main/java/jenkins/diagnostics/ooom/OutOfOrderBuildDetector.java R core/src/main/java/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor.java R core/src/main/java/jenkins/diagnostics/ooom/Problem.java M core/src/main/java/jenkins/model/GlobalProjectNamingStrategyConfiguration.java M core/src/main/java/jenkins/model/Jenkins.java A core/src/main/java/jenkins/model/RunIdMigrator.java M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java M core/src/main/java/jenkins/model/lazy/BuildReference.java M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java M core/src/main/java/jenkins/security/DefaultConfidentialStore.java M core/src/main/java/jenkins/util/AntClassLoader.java A core/src/main/java/jenkins/util/ErrorLoggingScheduledThreadPoolExecutor.java M core/src/main/java/jenkins/util/Timer.java M core/src/main/resources/hudson/cli/CLIAction/command.jelly M core/src/main/resources/hudson/model/AbstractBuild/index_hu.properties M core/src/main/resources/hudson/model/Computer/index.jelly M core/src/main/resources/hudson/model/Label/index.jelly M core/src/main/resources/hudson/model/Messages.properties M core/src/main/resources/hudson/model/Messages_ja.properties M core/src/main/resources/hudson/model/RunParameterValue/value.jelly M core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause.jelly R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_cs.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_da.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_de.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_es.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_fr.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_ja.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_nl.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_pt.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_pt_BR.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_sv_SE.properties R core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_zh_TW.properties M core/src/main/resources/hudson/node_monitors/Messages.properties A core/src/main/resources/hudson/node_monitors/Messages_cs.properties M core/src/main/resources/hudson/node_monitors/Messages_da.properties M core/src/main/resources/hudson/node_monitors/Messages_de.properties M core/src/main/resources/hudson/node_monitors/Messages_es.properties M core/src/main/resources/hudson/node_monitors/Messages_fr.properties M core/src/main/resources/hudson/node_monitors/Messages_ja.properties M core/src/main/resources/hudson/node_monitors/Messages_nl.properties M core/src/main/resources/hudson/node_monitors/Messages_pt.properties M core/src/main/resources/hudson/node_monitors/Messages_pt_BR.properties A core/src/main/resources/hudson/node_monitors/Messages_sv_SE.properties M core/src/main/resources/hudson/node_monitors/Messages_zh_TW.properties A core/src/main/resources/hudson/security/SecurityRealm/signup.jelly M core/src/main/resources/hudson/slaves/DumbSlave/configure-entries.jelly R core/src/main/resources/jenkins/diagnostics/ooom/Messages.properties R core/src/main/resources/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor/message.groovy R core/src/main/resources/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor/message.properties M core/src/main/resources/jenkins/model/MasterBuildConfiguration/config.groovy A core/src/main/resources/jenkins/model/RunIdMigrator/UnmigrationInstruction/index.jelly A core/src/main/resources/lib/form/class-entry.jelly M core/src/main/resources/lib/form/descriptorRadioList.jelly M core/src/main/resources/lib/form/dropdownListBlock.jelly M core/src/main/resources/lib/form/hetero-list.jelly M core/src/main/resources/lib/form/hetero-radio.jelly M core/src/main/resources/lib/layout/layout.jelly M core/src/test/java/hudson/BulkChangeTest.java A core/src/test/java/hudson/ChannelRule.java R core/src/test/java/hudson/ChannelTestCase.java M core/src/test/java/hudson/EnvVarsTest.java M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/LauncherTest.java M core/src/test/java/hudson/MarkupTextTest.java M core/src/test/java/hudson/PluginManagerTest.java M core/src/test/java/hudson/ProxyConfigurationTest.java M core/src/test/java/hudson/UtilTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/console/UrlAnnotatorTest.java M core/src/test/java/hudson/logging/LogRecorderTest.java M core/src/test/java/hudson/model/BallColorTest.java M core/src/test/java/hudson/model/LoadStatisticsTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/model/ResourceListTest.java M core/src/test/java/hudson/model/RunTest.java M core/src/test/java/hudson/model/TaskActionTest.java M core/src/test/java/hudson/model/TimeSeriesTest.java M core/src/test/java/hudson/scheduler/CronTabDayOfWeekLocaleTest.java M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java M core/src/test/java/hudson/scheduler/CronTabTest.java M core/src/test/java/hudson/search/SearchTest.java M core/src/test/java/hudson/slaves/NodeListTest.java M core/src/test/java/hudson/util/ConsistentHashTest.java M core/src/test/java/hudson/util/CopyOnWriteListTest.java M core/src/test/java/hudson/util/CyclicGraphDetectorTest.java M core/src/test/java/hudson/util/DirScannerTest.java M core/src/test/java/hudson/util/FormValidationTest.java M core/src/test/java/hudson/util/IteratorsTest.java M core/src/test/java/hudson/util/LineEndNormalizingWriterTest.java M core/src/test/java/hudson/util/PackedMapTest.java M core/src/test/java/hudson/util/ProcessTreeTest.java M core/src/test/java/hudson/util/QuotedStringTokenizerTest.java M core/src/test/java/hudson/util/RobustReflectionConverterTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/hudson/util/SubClassGeneratorTest.java M core/src/test/java/hudson/util/XStream2Test.java M core/src/test/java/hudson/util/io/ReopenableRotatingFileOutputStreamTest.java M core/src/test/java/hudson/util/io/TarArchiverTest.java M core/src/test/java/hudson/util/io/ZipArchiverTest.java M core/src/test/java/jenkins/ResilientJsonObjectTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/PeepholePermalinkTest.java A core/src/test/java/jenkins/model/RunIdMigratorTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/model/lazy/FakeMap.java M core/src/test/java/jenkins/model/lazy/FakeMapBuilder.java M core/src/test/java/jenkins/model/lazy/SortedIntListTest.java M core/src/test/java/jenkins/security/ConfidentialStoreRule.java M core/src/test/java/jenkins/util/MarkFindingOutputStreamTest.java M core/src/test/java/jenkins/util/TimerTest.java M debian/debian/changelog M plugins/pom.xml M pom.xml M test/pom.xml M test/src/main/preset-data/simple-projects/pom.xml M test/src/test/groovy/hudson/GroovyTest.groovy M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/cli/EnableJobCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy R test/src/test/groovy/hudson/model/RunMapTest.groovy M test/src/test/groovy/hudson/model/SlaveTest.groovy M test/src/test/groovy/hudson/widgets/HistoryWidgetTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy R test/src/test/groovy/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest.groovy M test/src/test/groovy/jenkins/model/BuildDiscarderTest.groovy M test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy M test/src/test/groovy/lib/form/ApplyButtonTest.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ClassicPluginStrategyTest.java M test/src/test/java/hudson/ExtensionListTest.java M test/src/test/java/hudson/FileSystemProvisionerTest.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/ProcTest.java M test/src/test/java/hudson/bugs/DateConversionTest.java M test/src/test/java/hudson/bugs/LoginRedirectTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/cli/CreateJobCommandTest.java M test/src/test/java/hudson/cli/GetJobCommandTest.java M test/src/test/java/hudson/cli/GroovyshCommandTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/console/ExceptionAnnotationTest.java M test/src/test/java/hudson/console/UrlAnnotatorTest.java M test/src/test/java/hudson/diagnosis/HudsonHomeDiskUsageMonitorTest.java M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/logging/LogRecorderManagerTest.java M test/src/test/java/hudson/markup/MarkupFormatterTest.java M test/src/test/java/hudson/model/AbortedFreeStyleBuildTest.java M test/src/test/java/hudson/model/ApiTest.java M test/src/test/java/hudson/model/AsynchPeopleTest.java M test/src/test/java/hudson/model/AutoCompletionCandidatesTest.java M test/src/test/java/hudson/model/CauseTest.java M test/src/test/java/hudson/model/ComputerSetTest.java M test/src/test/java/hudson/model/DependencyGraphTest.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/DownloadServiceTest.java M test/src/test/java/hudson/model/ExecutorTest.java M test/src/test/java/hudson/model/FreeStyleProjectTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/HelpLinkTest.java M test/src/test/java/hudson/model/HudsonTest.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/java/hudson/model/ItemsTest.java M test/src/test/java/hudson/model/JobPropertyTest.java M test/src/test/java/hudson/model/JobQueueTest.java M test/src/test/java/hudson/model/JobTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/model/ManagementLinkTest.java M test/src/test/java/hudson/model/ParametersTest.java M test/src/test/java/hudson/model/ProjectTest.java M test/src/test/java/hudson/model/QueueTest.java A test/src/test/java/hudson/model/RunMapTest.java M test/src/test/java/hudson/model/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/RunTest.java M test/src/test/java/hudson/model/UsageStatisticsTest.java M test/src/test/java/hudson/model/UserPropertyTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewTest.java M test/src/test/java/hudson/model/WorkspaceCleanupThreadTest.java M test/src/test/java/hudson/model/labels/LabelAtomPropertyTest.java M test/src/test/java/hudson/model/labels/LabelExpressionTest.java M test/src/test/java/hudson/model/listeners/ItemListenerTest.java M test/src/test/java/hudson/model/queue/LoadPredictorTest.java M test/src/test/java/hudson/model/queue/WideExecutionTest.java M test/src/test/java/hudson/node_monitors/DiskSpaceMonitorDescriptorTest.java M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java M test/src/test/java/hudson/scm/ChangeLogSetTest.java M test/src/test/java/hudson/scm/ScmTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/CliAuthenticationTest.java M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java M test/src/test/java/hudson/security/LoginTest.java M test/src/test/java/hudson/security/PermissionGroupTest.java M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java M test/src/test/java/hudson/slaves/DummyCloudImpl.java M test/src/test/java/hudson/slaves/NodePropertyTest.java A test/src/test/java/hudson/slaves/NodeProvisionerRule.java M test/src/test/java/hudson/slaves/NodeProvisionerTest.java M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java M test/src/test/java/hudson/tasks/FingerprinterTest.java M test/src/test/java/hudson/tasks/LogRotatorTest.java M test/src/test/java/hudson/tasks/MavenTest.java M test/src/test/java/hudson/tasks/UserAvatarResolverTest.java M test/src/test/java/hudson/tools/JDKInstallerTest.java M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java M test/src/test/java/hudson/tools/ToolLocationTest.java M test/src/test/java/hudson/triggers/SCMTriggerTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/AlternativeUiTextProviderTest.java M test/src/test/java/hudson/util/ArgumentListBuilder2Test.java M test/src/test/java/hudson/util/FormFieldValidatorTest.java M test/src/test/java/hudson/util/ProcessTreeKillerTest.java M test/src/test/java/hudson/util/RingBufferLogHandlerTest.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java M test/src/test/java/hudson/views/ListViewColumnTest.java M test/src/test/java/jenkins/ExtensionFilterTest.java M test/src/test/java/jenkins/model/ContextMenuTest.java M test/src/test/java/jenkins/model/ExtensionTypeHierarchyTest.java M test/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java M test/src/test/java/jenkins/model/JenkinsTest.java A test/src/test/java/jenkins/model/MasterBuildConfigurationTest.java M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java M test/src/test/java/jenkins/scm/SCMCheckoutStrategyTest.java M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/ExpandableTextboxTest.java M test/src/test/java/lib/form/NameRefTest.java M test/src/test/java/lib/hudson/ActionsTest.java M test/src/test/java/lib/hudson/ListScmBrowsersTest.java M test/src/test/java/lib/layout/LayoutTest.java M test/src/test/java/org/jvnet/hudson/main/AppTest.java M test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java M test/src/test/java/scripts/BehaviorTest.java A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/config.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.scm.CVSSCM.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Ant.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Mailer.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Maven.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Shell.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.triggers.SCMTrigger.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/queue.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/secret.key R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/config.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.scm.CVSSCM.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Ant.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Mailer.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Maven.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Shell.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.triggers.SCMTrigger.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/queue.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/secret.key A test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/dataCompatibilityWith1_282.zip R test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/testDataCompatibilityWith1_282.zip R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/config.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Ant.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Maven.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/config.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Ant.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Maven.xml R test/src/test/resources/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest/buildNumberClash.zip R test/src/test/resources/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest/oneProblem.zip A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/config.xml A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/jobs/foo/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/jobs/foo/config.xml A test/src/test/resources/lib/form/NameRefTest/JenkinsRuleWithJelly/test1.jelly R test/src/test/resources/lib/form/NameRefTest/test1.jelly M war/pom.xml M war/src/main/webapp/WEB-INF/web.xml M war/src/main/webapp/css/style.css M war/src/main/webapp/images/24x24/document-properties.gif M war/src/main/webapp/images/24x24/document-properties.png M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- Merge remote-tracking branch 'upstream/master' into JENKINS-22811 Conflicts: test/src/test/java/hudson/model/ItemGroupMixInTest.java Commit: c3eb1cac794e2cf8efcb26695e8eb27ed80ece5c https://github.com/jenkinsci/jenkins/commit/c3eb1cac794e2cf8efcb26695e8eb27ed80ece5c Author: christ66 <schristo...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M core/src/main/java/hudson/model/AbstractProject.java M core/src/main/java/hudson/model/Actionable.java M core/src/main/java/hudson/model/Project.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadExceptionOnLoad.zip Log Message: ----------- If a project action fails to load we should log the project action and continue to load the project. Commit: 1fae8c072a1e8da360cd10dca8b82d1cd1b00968 https://github.com/jenkinsci/jenkins/commit/1fae8c072a1e8da360cd10dca8b82d1cd1b00968 Author: Daniel Spilker <daniel.spil...@coremedia.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M test/src/main/java/org/jvnet/hudson/test/WarExploder.java Log Message: ----------- [JENKINS-26331] use buildDirectory system property to configure target directory Commit: da1c74f619feea134aa887b1e5b1774307ea0e47 https://github.com/jenkinsci/jenkins/commit/da1c74f619feea134aa887b1e5b1774307ea0e47 Author: christ66 <schristo...@gmail.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M core/src/main/java/hudson/model/AbstractProject.java M core/src/main/java/hudson/model/Actionable.java Log Message: ----------- Fix log message to report more verbose message. Commit: d58c3cd5d6ac851f0a28b1c1bb6dbeb02fd2b1c9 https://github.com/jenkinsci/jenkins/commit/d58c3cd5d6ac851f0a28b1c1bb6dbeb02fd2b1c9 Author: christ66 <schristo...@gmail.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M core/src/main/java/hudson/model/ItemGroupMixIn.java Log Message: ----------- Remove redundant catch exception Commit: 2d3dbad35a25998e94c7bedb5a185730e390cfcd https://github.com/jenkinsci/jenkins/commit/2d3dbad35a25998e94c7bedb5a185730e390cfcd Author: René Scheibe <rene.sche...@gmail.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M core/src/test/java/hudson/model/AbstractItemTest.java M core/src/test/java/hudson/model/DisplayNameListenerTest.java M core/src/test/java/hudson/model/FileParameterValueTest.java M core/src/test/java/hudson/model/JobTest.java M core/src/test/java/hudson/model/ViewTest.java M core/src/test/java/jenkins/RemotingJarSignatureTest.java M core/src/test/java/jenkins/util/TimerTest.java M test/src/test/java/hudson/cli/CLIRegistererTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/SimpleJobTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/CliAuthenticationTest.java M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java M test/src/test/java/hudson/slaves/NodeCanTakeTaskTest.java M test/src/test/java/hudson/tasks/ShellTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/MasterBuildConfigurationTest.java M test/src/test/java/jenkins/security/FrameOptionsPageDecoratorTest.java M test/src/test/java/lib/layout/IconTest.java Log Message: ----------- statically import methods used from org.junit.Assert * that's a common practice so do it consistently in all tests Commit: 3661ed5093ee1f4dd508bbea8272de447fcc6996 https://github.com/jenkinsci/jenkins/commit/3661ed5093ee1f4dd508bbea8272de447fcc6996 Author: christ66 <schristo...@gmail.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M test/src/test/java/hudson/model/ItemGroupMixInTest.java Log Message: ----------- Remove unnecessary check in test unit. Fix misleading test unit comment. Commit: 12251abe8fc46958a1ee931e9bd1ec6730f1efb0 https://github.com/jenkinsci/jenkins/commit/12251abe8fc46958a1ee931e9bd1ec6730f1efb0 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M changelog.html Log Message: ----------- [FIXED JENKINS-22811] Noting merge of #1517. Commit: 28984e5920c606a0ca3c3dbc6bc525b98c2d01d7 https://github.com/jenkinsci/jenkins/commit/28984e5920c606a0ca3c3dbc6bc525b98c2d01d7 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M core/src/test/java/hudson/model/AbstractItemTest.java M core/src/test/java/hudson/model/DisplayNameListenerTest.java M core/src/test/java/hudson/model/FileParameterValueTest.java M core/src/test/java/hudson/model/JobTest.java M core/src/test/java/hudson/model/ViewTest.java M core/src/test/java/jenkins/RemotingJarSignatureTest.java M core/src/test/java/jenkins/util/TimerTest.java M test/src/test/java/hudson/cli/CLIRegistererTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/SimpleJobTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/CliAuthenticationTest.java M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java M test/src/test/java/hudson/slaves/NodeCanTakeTaskTest.java M test/src/test/java/hudson/tasks/ShellTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/MasterBuildConfigurationTest.java M test/src/test/java/jenkins/security/FrameOptionsPageDecoratorTest.java M test/src/test/java/lib/layout/IconTest.java Log Message: ----------- Merge pull request #1521 from darxriggs/consistent-use-of-Assert statically import methods used from org.junit.Assert Commit: 75eeccf8668e49396477d19fae365cb23442d40a https://github.com/jenkinsci/jenkins/commit/75eeccf8668e49396477d19fae365cb23442d40a Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M changelog.html M test/src/main/java/org/jvnet/hudson/test/WarExploder.java Log Message: ----------- [FIXED JENKINS-26331] Noting merge of #1519. Commit: 13ab787d5f915e38d1eedc507f9073af6f41bed4 https://github.com/jenkinsci/jenkins/commit/13ab787d5f915e38d1eedc507f9073af6f41bed4 Author: René Scheibe <rene.sche...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M cli/src/test/java/hudson/cli/ConnectionTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/model/lazy/SortedListTest.java M test/src/test/groovy/hudson/util/BootFailureTest.groovy M test/src/test/java/jenkins/security/BasicHeaderProcessorTest.java Log Message: ----------- don't extend a test class from org.junit.Assert to use its static methods Commit: 665c4985d7eaae00caf995b73cc8037762190728 https://github.com/jenkinsci/jenkins/commit/665c4985d7eaae00caf995b73cc8037762190728 Author: René Scheibe <rene.sche...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M core/src/test/java/hudson/util/ArgumentListBuilderTest.java Log Message: ----------- don't extend a test class from org.junit.Assert to use its static methods * to simplify the static import and test use Hamcrest to compare arrays * no need to box boolean[] to Boolean[] when using Hamcrest Commit: b33b921dc5d4dacdca7a9b73cfbe6f8a57f05307 https://github.com/jenkinsci/jenkins/commit/b33b921dc5d4dacdca7a9b73cfbe6f8a57f05307 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M changelog.html M core/src/main/java/hudson/model/JDK.java Log Message: ----------- [JENKINS-25601] Noting merge of #1499. Commit: 8e5199e377c748907b823bdcbbbda223e3e43c80 https://github.com/jenkinsci/jenkins/commit/8e5199e377c748907b823bdcbbbda223e3e43c80 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M changelog.html M core/src/main/java/hudson/cli/ListJobsCommand.java Log Message: ----------- [JENKINS-25338] Noting merge of #1497. Commit: 7ef3d0bbf0f5250ac28797193eb105a06454d904 https://github.com/jenkinsci/jenkins/commit/7ef3d0bbf0f5250ac28797193eb105a06454d904 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M changelog.html M core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly Log Message: ----------- [JENKINS-22311] Noting merge of #1492. Commit: 567596e9b6ea417407c0ce9a6efc606cd9b97641 https://github.com/jenkinsci/jenkins/commit/567596e9b6ea417407c0ce9a6efc606cd9b97641 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M cli/src/test/java/hudson/cli/ConnectionTest.java M core/src/test/java/hudson/util/ArgumentListBuilderTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/model/lazy/SortedListTest.java M test/src/test/groovy/hudson/util/BootFailureTest.groovy M test/src/test/java/jenkins/security/BasicHeaderProcessorTest.java Log Message: ----------- Merge pull request #1522 from darxriggs/no-extends-Assert Don't extend a test class from org.junit.Assert to use its static methods. Commit: 7ce51328d5158647ab9e0796b9982533672f39ed https://github.com/jenkinsci/jenkins/commit/7ce51328d5158647ab9e0796b9982533672f39ed Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M core/pom.xml M pom.xml Log Message: ----------- Merge pull request #1453 from jglick/guice-update Update Guice to 4.0-beta5 Commit: 9e333bc1e60dd82b9983135276f9379d3eb4d392 https://github.com/jenkinsci/jenkins/commit/9e333bc1e60dd82b9983135276f9379d3eb4d392 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M changelog.html M core/src/main/java/hudson/model/LoadBalancer.java M core/src/main/java/hudson/model/Queue.java M core/src/main/java/jenkins/model/Jenkins.java M test/src/test/java/hudson/model/QueueTest.java Log Message: ----------- [JENKINS-10944] [JENKINS-24519] Noting merge of #1513. Commit: de53fea5f96fc5ff042ddb0839f2a7df469d9639 https://github.com/jenkinsci/jenkins/commit/de53fea5f96fc5ff042ddb0839f2a7df469d9639 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M changelog.html M cli/pom.xml M cli/src/test/java/hudson/cli/ConnectionTest.java M core/pom.xml M core/src/main/java/hudson/FilePath.java M core/src/main/java/hudson/cli/ListJobsCommand.java M core/src/main/java/hudson/model/AbstractProject.java M core/src/main/java/hudson/model/Actionable.java M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/hudson/model/ItemGroupMixIn.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/LoadBalancer.java M core/src/main/java/hudson/model/ParameterDefinition.java M core/src/main/java/hudson/model/Project.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/RunMap.java M core/src/main/java/hudson/model/queue/FutureImpl.java M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java M core/src/main/java/hudson/slaves/ComputerRetentionWork.java M core/src/main/java/hudson/tools/AbstractCommandInstaller.java M core/src/main/java/hudson/triggers/SafeTimerTask.java M core/src/main/java/hudson/triggers/Trigger.java M core/src/main/java/hudson/util/PluginServletFilter.java R core/src/main/java/jenkins/diagnostics/ooom/BuildPtr.java R core/src/main/java/jenkins/diagnostics/ooom/OutOfOrderBuildDetector.java R core/src/main/java/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor.java R core/src/main/java/jenkins/diagnostics/ooom/Problem.java M core/src/main/java/jenkins/model/GlobalProjectNamingStrategyConfiguration.java M core/src/main/java/jenkins/model/Jenkins.java A core/src/main/java/jenkins/model/RunIdMigrator.java M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java M core/src/main/java/jenkins/model/lazy/BuildReference.java M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java M core/src/main/java/jenkins/util/AntClassLoader.java A core/src/main/java/jenkins/util/ErrorLoggingScheduledThreadPoolExecutor.java M core/src/main/java/jenkins/util/Timer.java A core/src/main/resources/hudson/security/SecurityRealm/signup.jelly M core/src/main/resources/hudson/slaves/DumbSlave/configure-entries.jelly M core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly R core/src/main/resources/jenkins/diagnostics/ooom/Messages.properties R core/src/main/resources/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor/message.groovy R core/src/main/resources/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor/message.properties A core/src/main/resources/jenkins/model/RunIdMigrator/UnmigrationInstruction/index.jelly A core/src/main/resources/lib/form/class-entry.jelly M core/src/main/resources/lib/form/descriptorRadioList.jelly M core/src/main/resources/lib/form/dropdownListBlock.jelly M core/src/main/resources/lib/form/hetero-list.jelly M core/src/main/resources/lib/form/hetero-radio.jelly M core/src/test/java/hudson/BulkChangeTest.java A core/src/test/java/hudson/ChannelRule.java R core/src/test/java/hudson/ChannelTestCase.java M core/src/test/java/hudson/EnvVarsTest.java M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/LauncherTest.java M core/src/test/java/hudson/MarkupTextTest.java M core/src/test/java/hudson/ProxyConfigurationTest.java M core/src/test/java/hudson/UtilTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/console/UrlAnnotatorTest.java M core/src/test/java/hudson/logging/LogRecorderTest.java M core/src/test/java/hudson/model/AbstractItemTest.java M core/src/test/java/hudson/model/BallColorTest.java M core/src/test/java/hudson/model/DisplayNameListenerTest.java M core/src/test/java/hudson/model/FileParameterValueTest.java M core/src/test/java/hudson/model/JobTest.java M core/src/test/java/hudson/model/LoadStatisticsTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/model/ResourceListTest.java M core/src/test/java/hudson/model/RunTest.java M core/src/test/java/hudson/model/TaskActionTest.java M core/src/test/java/hudson/model/TimeSeriesTest.java M core/src/test/java/hudson/model/ViewTest.java M core/src/test/java/hudson/scheduler/CronTabDayOfWeekLocaleTest.java M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java M core/src/test/java/hudson/scheduler/CronTabTest.java M core/src/test/java/hudson/search/SearchTest.java M core/src/test/java/hudson/slaves/NodeListTest.java M core/src/test/java/hudson/util/ArgumentListBuilderTest.java M core/src/test/java/hudson/util/ConsistentHashTest.java M core/src/test/java/hudson/util/CopyOnWriteListTest.java M core/src/test/java/hudson/util/CyclicGraphDetectorTest.java M core/src/test/java/hudson/util/FormValidationTest.java M core/src/test/java/hudson/util/IteratorsTest.java M core/src/test/java/hudson/util/LineEndNormalizingWriterTest.java M core/src/test/java/hudson/util/PackedMapTest.java M core/src/test/java/hudson/util/ProcessTreeTest.java M core/src/test/java/hudson/util/QuotedStringTokenizerTest.java M core/src/test/java/hudson/util/RobustReflectionConverterTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/hudson/util/SubClassGeneratorTest.java M core/src/test/java/hudson/util/XStream2Test.java M core/src/test/java/hudson/util/io/ReopenableRotatingFileOutputStreamTest.java M core/src/test/java/hudson/util/io/TarArchiverTest.java M core/src/test/java/hudson/util/io/ZipArchiverTest.java M core/src/test/java/jenkins/RemotingJarSignatureTest.java M core/src/test/java/jenkins/ResilientJsonObjectTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/PeepholePermalinkTest.java A core/src/test/java/jenkins/model/RunIdMigratorTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/model/lazy/FakeMap.java M core/src/test/java/jenkins/model/lazy/FakeMapBuilder.java M core/src/test/java/jenkins/model/lazy/SortedIntListTest.java M core/src/test/java/jenkins/model/lazy/SortedListTest.java M core/src/test/java/jenkins/util/MarkFindingOutputStreamTest.java M core/src/test/java/jenkins/util/TimerTest.java M debian/debian/changelog M plugins/pom.xml M pom.xml M test/pom.xml M test/src/main/java/org/jvnet/hudson/test/WarExploder.java M test/src/main/preset-data/simple-projects/pom.xml M test/src/test/groovy/hudson/GroovyTest.groovy M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/cli/EnableJobCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/hudson/model/SlaveTest.groovy M test/src/test/groovy/hudson/util/BootFailureTest.groovy M test/src/test/groovy/hudson/widgets/HistoryWidgetTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy R test/src/test/groovy/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest.groovy M test/src/test/groovy/jenkins/model/BuildDiscarderTest.groovy M test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy M test/src/test/groovy/lib/form/ApplyButtonTest.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ClassicPluginStrategyTest.java M test/src/test/java/hudson/ExtensionListTest.java M test/src/test/java/hudson/FileSystemProvisionerTest.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/ProcTest.java M test/src/test/java/hudson/bugs/DateConversionTest.java M test/src/test/java/hudson/bugs/LoginRedirectTest.java M test/src/test/java/hudson/cli/CLIRegistererTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/cli/CreateJobCommandTest.java M test/src/test/java/hudson/cli/GetJobCommandTest.java M test/src/test/java/hudson/cli/GroovyshCommandTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/console/ExceptionAnnotationTest.java M test/src/test/java/hudson/console/UrlAnnotatorTest.java M test/src/test/java/hudson/diagnosis/HudsonHomeDiskUsageMonitorTest.java M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/logging/LogRecorderManagerTest.java M test/src/test/java/hudson/markup/MarkupFormatterTest.java M test/src/test/java/hudson/model/AbortedFreeStyleBuildTest.java M test/src/test/java/hudson/model/ApiTest.java M test/src/test/java/hudson/model/AsynchPeopleTest.java M test/src/test/java/hudson/model/AutoCompletionCandidatesTest.java M test/src/test/java/hudson/model/CauseTest.java M test/src/test/java/hudson/model/ComputerSetTest.java M test/src/test/java/hudson/model/DependencyGraphTest.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/DownloadServiceTest.java M test/src/test/java/hudson/model/ExecutorTest.java M test/src/test/java/hudson/model/FreeStyleProjectTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/HelpLinkTest.java M test/src/test/java/hudson/model/HudsonTest.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobPropertyTest.java M test/src/test/java/hudson/model/JobQueueTest.java M test/src/test/java/hudson/model/JobTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/model/ManagementLinkTest.java M test/src/test/java/hudson/model/ParametersTest.java M test/src/test/java/hudson/model/ProjectTest.java M test/src/test/java/hudson/model/QueueTest.java M test/src/test/java/hudson/model/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/RunTest.java M test/src/test/java/hudson/model/SimpleJobTest.java M test/src/test/java/hudson/model/UsageStatisticsTest.java M test/src/test/java/hudson/model/UserPropertyTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewTest.java M test/src/test/java/hudson/model/WorkspaceCleanupThreadTest.java M test/src/test/java/hudson/model/labels/LabelAtomPropertyTest.java M test/src/test/java/hudson/model/labels/LabelExpressionTest.java M test/src/test/java/hudson/model/listeners/ItemListenerTest.java M test/src/test/java/hudson/model/queue/LoadPredictorTest.java M test/src/test/java/hudson/model/queue/WideExecutionTest.java M test/src/test/java/hudson/node_monitors/DiskSpaceMonitorDescriptorTest.java M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java M test/src/test/java/hudson/scm/ChangeLogSetTest.java M test/src/test/java/hudson/scm/ScmTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/CliAuthenticationTest.java M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java M test/src/test/java/hudson/security/LoginTest.java M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java M test/src/test/java/hudson/slaves/DummyCloudImpl.java M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java M test/src/test/java/hudson/slaves/NodeCanTakeTaskTest.java M test/src/test/java/hudson/slaves/NodePropertyTest.java A test/src/test/java/hudson/slaves/NodeProvisionerRule.java M test/src/test/java/hudson/slaves/NodeProvisionerTest.java M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java M test/src/test/java/hudson/tasks/FingerprinterTest.java M test/src/test/java/hudson/tasks/LogRotatorTest.java M test/src/test/java/hudson/tasks/MavenTest.java M test/src/test/java/hudson/tasks/ShellTest.java M test/src/test/java/hudson/tasks/UserAvatarResolverTest.java M test/src/test/java/hudson/tools/JDKInstallerTest.java M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java M test/src/test/java/hudson/tools/ToolLocationTest.java M test/src/test/java/hudson/triggers/SCMTriggerTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/AlternativeUiTextProviderTest.java M test/src/test/java/hudson/util/ArgumentListBuilder2Test.java M test/src/test/java/hudson/util/FormFieldValidatorTest.java M test/src/test/java/hudson/util/ProcessTreeKillerTest.java M test/src/test/java/hudson/util/RingBufferLogHandlerTest.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java M test/src/test/java/hudson/views/ListViewColumnTest.java M test/src/test/java/jenkins/ExtensionFilterTest.java M test/src/test/java/jenkins/model/ContextMenuTest.java M test/src/test/java/jenkins/model/ExtensionTypeHierarchyTest.java M test/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/MasterBuildConfigurationTest.java M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java M test/src/test/java/jenkins/scm/SCMCheckoutStrategyTest.java M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java M test/src/test/java/jenkins/security/BasicHeaderProcessorTest.java M test/src/test/java/jenkins/security/FrameOptionsPageDecoratorTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/ExpandableTextboxTest.java M test/src/test/java/lib/form/NameRefTest.java M test/src/test/java/lib/hudson/ActionsTest.java M test/src/test/java/lib/hudson/ListScmBrowsersTest.java M test/src/test/java/lib/layout/IconTest.java M test/src/test/java/lib/layout/LayoutTest.java M test/src/test/java/org/jvnet/hudson/main/AppTest.java M test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java M test/src/test/java/scripts/BehaviorTest.java A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/config.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.scm.CVSSCM.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Ant.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Mailer.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Maven.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.tasks.Shell.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/hudson.triggers.SCMTrigger.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/queue.xml A test/src/test/resources/hudson/model/HudsonTest/simpleConfigSubmit/secret.key R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/config.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.scm.CVSSCM.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Ant.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Mailer.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Maven.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.tasks.Shell.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/hudson.triggers.SCMTrigger.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/queue.xml R test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/secret.key A test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadExceptionOnLoad.zip A test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/dataCompatibilityWith1_282.zip R test/src/test/resources/hudson/security/HudsonPrivateSecurityRealmTest/testDataCompatibilityWith1_282.zip R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/config.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Ant.xml R test/src/test/resources/hudson/tools/ToolLocationTest/testToolCompatibility/hudson.tasks.Maven.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/config.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Ant.xml A test/src/test/resources/hudson/tools/ToolLocationTest/toolCompatibility/hudson.tasks.Maven.xml R test/src/test/resources/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest/buildNumberClash.zip R test/src/test/resources/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest/oneProblem.zip A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/config.xml A test/src/test/resources/jenkins/model/BuildDiscarderTest/compatibility/jobs/foo/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/config.xml R test/src/test/resources/jenkins/model/BuildDiscarderTest/testCompatibility/jobs/foo/config.xml A test/src/test/resources/lib/form/NameRefTest/JenkinsRuleWithJelly/test1.jelly R test/src/test/resources/lib/form/NameRefTest/test1.jelly M war/pom.xml M war/src/main/webapp/WEB-INF/web.xml M war/src/main/webapp/images/24x24/document-properties.gif M war/src/main/webapp/images/24x24/document-properties.png Log Message: ----------- Merge branch 'master' into override-whyKeepLog Commit: 50f940009b3eda003ff59ecdb21816b00be19339 https://github.com/jenkinsci/jenkins/commit/50f940009b3eda003ff59ecdb21816b00be19339 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-11 (Sun, 11 Jan 2015) Changed paths: M core/src/main/resources/hudson/model/Run/confirmDelete.jelly R core/src/main/resources/hudson/model/Run/confirmDelete.properties M core/src/main/resources/hudson/model/Run/confirmDelete_da.properties M core/src/main/resources/hudson/model/Run/confirmDelete_de.properties M core/src/main/resources/hudson/model/Run/confirmDelete_es.properties M core/src/main/resources/hudson/model/Run/confirmDelete_fr.properties M core/src/main/resources/hudson/model/Run/confirmDelete_ja.properties M core/src/main/resources/hudson/model/Run/confirmDelete_nl.properties M core/src/main/resources/hudson/model/Run/confirmDelete_pt_BR.properties M core/src/main/resources/hudson/model/Run/confirmDelete_ru.properties M core/src/main/resources/hudson/model/Run/confirmDelete_tr.properties M core/src/main/resources/hudson/model/Run/confirmDelete_zh_TW.properties Log Message: ----------- Merge pull request #1511 from olivergondza/override-whyKeepLog [JENKINS-26281] Allow users to delete builds even if they are supposed to be kept Commit: 74162aa7b2223c0c4ec193952dae245c55d93cd0 https://github.com/jenkinsci/jenkins/commit/74162aa7b2223c0c4ec193952dae245c55d93cd0 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-11 (Sun, 11 Jan 2015) Changed paths: M changelog.html Log Message: ----------- Noting #1511 Commit: 66c02a4cc32a22cc81311eb6b478359082924c92 https://github.com/jenkinsci/jenkins/commit/66c02a4cc32a22cc81311eb6b478359082924c92 Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M war/src/main/webapp/css/style.css Log Message: ----------- Revert "Tweak of earlier fix for JENKINS-25971" This reverts commit 3e9cdcbc8527d6ee2be143aad3365df8fcd02c74. Commit: e2ec9eb3c23a6b4f63c338e634d647486a136f7b https://github.com/jenkinsci/jenkins/commit/e2ec9eb3c23a6b4f63c338e634d647486a136f7b Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M core/src/main/resources/lib/layout/layout.jelly M war/src/main/webapp/css/style.css M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- [FIX JENKINS-26312] reimpl of layout changes 3e9cdcb Attempt to do it in pure CSS ala 3e9cdcb failed so using CSS and JS combo. Commit: 7a9649ca704bcf6efb7b15edb2a0d7c0039bca9b https://github.com/jenkinsci/jenkins/commit/7a9649ca704bcf6efb7b15edb2a0d7c0039bca9b Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- prototypejs setStyle different behavior between firefox and chrome Commit: 0b2bf7ad609c62f6bece7fa7258cb61c7e4f3dcf https://github.com/jenkinsci/jenkins/commit/0b2bf7ad609c62f6bece7fa7258cb61c7e4f3dcf Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M core/src/main/resources/lib/hudson/progressiveText.jelly M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- force panel resize check before progressiveText bottom scroll Commit: 9309cd39ad44836fba983ae6385e7ab567cd5e3b https://github.com/jenkinsci/jenkins/commit/9309cd39ad44836fba983ae6385e7ab567cd5e3b Author: tfennelly <tom.fenne...@gmail.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M changelog.html Log Message: ----------- Noting 1520 Fixed JENKINS-26312, JENKINS-26298 and JENKINS-26306 Commit: 8d1968f5bdfc60eefa5102671f456e4f3de54c94 https://github.com/jenkinsci/jenkins/commit/8d1968f5bdfc60eefa5102671f456e4f3de54c94 Author: Daniel Beck <daniel-b...@github.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java Log Message: ----------- [FIXED JENKINS-26382] Allow admin signup from /manage as well Commit: b0908bd5ae64e161ec310164ba293aec8bc1d29b https://github.com/jenkinsci/jenkins/commit/b0908bd5ae64e161ec310164ba293aec8bc1d29b Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M changelog.html Log Message: ----------- [JENKINS-26382] Noting merge of #1525. Commit: 6351a8a25826679a69648e772e163dafdfc5cae3 https://github.com/jenkinsci/jenkins/commit/6351a8a25826679a69648e772e163dafdfc5cae3 Author: Felix Belzunce Arcos <fbelzuncear...@cloudbees.com> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java Log Message: ----------- JENKINS-26203 Commit: 80966d014a88b6df6082530e8d7fc6a728de1913 https://github.com/jenkinsci/jenkins/commit/80966d014a88b6df6082530e8d7fc6a728de1913 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- 7b90662 added logging in case of an erroneous condition but failed to recover gracefully. This results in an error in the JavaScript console during the usual “LOADING overlay fails to disappear” kind of bug: TypeError: Argument 1 of Node.replaceChild is not an object. Commit: 08b957c12f5c6587c108bd761b090355c231cfaa https://github.com/jenkinsci/jenkins/commit/08b957c12f5c6587c108bd761b090355c231cfaa Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M changelog.html M core/src/main/java/hudson/ClassicPluginStrategy.java Log Message: ----------- [FIXED JENKINS-26203] Noting merge of #1503. Commit: 2efb002c265bd31e686ffa50c83a62a09a541490 https://github.com/jenkinsci/jenkins/commit/2efb002c265bd31e686ffa50c83a62a09a541490 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- Merge pull request #1527 from jglick/refreshPart-robustness Error recovery in refreshPart Commit: b25157adb99b7d0ad0ec1d19842e3958643b5a79 https://github.com/jenkinsci/jenkins/commit/b25157adb99b7d0ad0ec1d19842e3958643b5a79 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-15 (Thu, 15 Jan 2015) Changed paths: R test/src/test/groovy/hudson/model/UpdateCenter2Test.groovy A test/src/test/java/hudson/model/UpdateCenter2Test.java Log Message: ----------- Convert UpdateCenter2Test to Java. Commit: f61f2cd3caffcb97bc1d3d681a4110690df97b5d https://github.com/jenkinsci/jenkins/commit/f61f2cd3caffcb97bc1d3d681a4110690df97b5d Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-15 (Thu, 15 Jan 2015) Changed paths: M core/src/main/java/hudson/model/AbstractBuild.java M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/java/hudson/model/ExecutorTest.java Log Message: ----------- [JENKINS-26411] Do not interrupt build abruptly when exception is thrown from build step Commit: 788d6ff6e96b7880e555fff4768d1f968094b7ed https://github.com/jenkinsci/jenkins/commit/788d6ff6e96b7880e555fff4768d1f968094b7ed Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-15 (Thu, 15 Jan 2015) Changed paths: M core/src/main/java/hudson/model/AbstractBuild.java M test/src/test/java/hudson/model/ExecutorTest.java Log Message: ----------- [FIXED JENKINS-26411] Improve error reporting when channel closed Commit: b0351d21e60ec9d8cb47238e48c4423288496990 https://github.com/jenkinsci/jenkins/commit/b0351d21e60ec9d8cb47238e48c4423288496990 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-15 (Thu, 15 Jan 2015) Changed paths: M core/src/main/java/hudson/model/AbstractBuild.java Log Message: ----------- [JENKINS-26411] Bring slave log link back Commit: 555e2d593fbb419d2fad7e9cfae5911daf3d30e3 https://github.com/jenkinsci/jenkins/commit/555e2d593fbb419d2fad7e9cfae5911daf3d30e3 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M core/src/main/java/hudson/model/AbstractBuild.java M test/src/test/java/hudson/model/ExecutorTest.java Log Message: ----------- [JENKINS-26411] Handle ChannelClosedException as well Commit: 3859cc36fd0e1a5316fefac38d943bb4e3563ca9 https://github.com/jenkinsci/jenkins/commit/3859cc36fd0e1a5316fefac38d943bb4e3563ca9 Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M changelog.html Log Message: ----------- Noting merge of #1529 Commit: c7f9c63086089dfa23ecbff2f2f098e3781f2e81 https://github.com/jenkinsci/jenkins/commit/c7f9c63086089dfa23ecbff2f2f098e3781f2e81 Author: Puru Tuladhar <tuladharp...@gmail.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M debian/debian/jenkins.init Log Message: ----------- Fix jenkins debian init script to exit with proper return code on error. Commit: a89603f6db41662748ec8898012b27253ce963bd https://github.com/jenkinsci/jenkins/commit/a89603f6db41662748ec8898012b27253ce963bd Author: Oliver Gondža <ogon...@gmail.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M debian/debian/jenkins.init Log Message: ----------- Merge pull request #1534 from tuladhar/fix_exit_code Fix jenkins debian init script to exit with proper return code on error. Commit: c8806c9906399d60ceba503b36d6d06683fc334f https://github.com/jenkinsci/jenkins/commit/c8806c9906399d60ceba503b36d6d06683fc334f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: R test/src/test/groovy/hudson/model/UpdateCenter2Test.groovy A test/src/test/java/hudson/model/UpdateCenter2Test.java Log Message: ----------- Merge pull request #1532 from jglick/death-to-groovy-long-live-the-new-test Convert UpdateCenter2Test to Java Commit: e9aeaf11b7171aed80381e8f66c5fb7056960141 https://github.com/jenkinsci/jenkins/commit/e9aeaf11b7171aed80381e8f66c5fb7056960141 Author: Vojtech Juranek <vjura...@redhat.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M core/src/main/resources/lib/form/textarea/textarea.js Log Message: ----------- [JENKINS-25455] Avoid zero height of CodeMirror textarea Commit: 4e48eaa05ca3a76fcb0e1eee307fd20f222079bc https://github.com/jenkinsci/jenkins/commit/4e48eaa05ca3a76fcb0e1eee307fd20f222079bc Author: Vojtech Juranek <vjura...@redhat.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M core/src/main/resources/hudson/tasks/Shell/config.groovy M core/src/main/resources/lib/form/textarea/textarea.js Log Message: ----------- [FIXED JENKINS-23151, JENKINS-23026] Save CodeMirror editor when it loses focus * Save CM editor when it loses focus to ensure that test is saved back to textarea * Turn on again CM editor for shell scripts Commit: 19c7aaa5f7751a122b2108cc7c2a2311398b574d https://github.com/jenkinsci/jenkins/commit/19c7aaa5f7751a122b2108cc7c2a2311398b574d Author: Vojtech Juranek <vjura...@redhat.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M changelog.html Log Message: ----------- Add changelog record for PR #1460 Commit: 63b9c9a7bd17b6755d8020b0ca9756e6bff657aa https://github.com/jenkinsci/jenkins/commit/63b9c9a7bd17b6755d8020b0ca9756e6bff657aa Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M changelog.html M debian/debian/changelog Log Message: ----------- merged back the RC branch Commit: 876d492bd10056744f6eb73f82d328cf08340732 https://github.com/jenkinsci/jenkins/commit/876d492bd10056744f6eb73f82d328cf08340732 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M changelog.html Log Message: ----------- creating an RC branch Compare: https://github.com/jenkinsci/jenkins/compare/32e004cb21f4...876d492bd100 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.