Branch: refs/heads/rc Home: https://github.com/jenkinsci/jenkins Commit: 20b80cc6a05520303c500c4d6cd52361fa9e94c2 https://github.com/jenkinsci/jenkins/commit/20b80cc6a05520303c500c4d6cd52361fa9e94c2 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-05-24 (Fri, 24 May 2013)
Changed paths: M core/src/main/java/hudson/slaves/SlaveComputer.java M core/src/main/resources/hudson/slaves/SlaveComputer/statistics.groovy M pom.xml Log Message: ----------- Display classLoadingPrefetchCacheCount. Commit: 8eefed28c8b21557ee2281eca766ec72c4af4ea0 https://github.com/jenkinsci/jenkins/commit/8eefed28c8b21557ee2281eca766ec72c4af4ea0 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-02 (Sun, 02 Jun 2013) Changed paths: M cli/pom.xml M core/pom.xml M maven-plugin/pom.xml M plugins/pom.xml M pom.xml M test/pom.xml M ui-samples-plugin/pom.xml M war/pom.xml Log Message: ----------- the trunk is toward 1.519-SNAPSHOT Commit: 1c00d3f65b0aea70df1c6d64c60bf9541eb4454f https://github.com/jenkinsci/jenkins/commit/1c00d3f65b0aea70df1c6d64c60bf9541eb4454f Author: Sascha Peilicke <sasc...@suse.de> Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M core/src/main/java/hudson/matrix/MatrixBuild.java Log Message: ----------- Fix exception in MatrixBuild.java:371 Happens when build has no parent: 15:06:14 FATAL: null 15:06:14 java.lang.NullPointerException 15:06:14 at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:371) 15:06:14 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580) 15:06:14 at hudson.model.Run.execute(Run.java:1575) 15:06:14 at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304) 15:06:14 at hudson.model.ResourceController.execute(ResourceController.java:88) 15:06:14 at hudson.model.Executor.run(Executor.java:237) 15:06:14 at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66) Commit: c8a6dac2f9087719c107e30b172039198ab97b95 https://github.com/jenkinsci/jenkins/commit/c8a6dac2f9087719c107e30b172039198ab97b95 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M core/src/main/java/hudson/model/Descriptor.java Log Message: ----------- defer the resolution Otherwise it might try to access a Descriptor that's not yet registered. Commit: fc45c84551f9955960752038209749be453aab19 https://github.com/jenkinsci/jenkins/commit/fc45c84551f9955960752038209749be453aab19 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M core/src/main/java/hudson/matrix/MatrixBuild.java Log Message: ----------- Merge pull request #746 from saschpe/master-jenkins-16276 [JENKINS-16276] and various fixes for related exceptions Commit: 638537d0c4d298ca054293076ee39f62cf916ba1 https://github.com/jenkinsci/jenkins/commit/638537d0c4d298ca054293076ee39f62cf916ba1 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M core/src/main/java/hudson/security/Permission.java Log Message: ----------- @CheckForNull Commit: 91a62d6574075516ecabf24f920a933683957ccb https://github.com/jenkinsci/jenkins/commit/91a62d6574075516ecabf24f920a933683957ccb Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M core/src/main/java/jenkins/security/ConfidentialStore.java Log Message: ----------- [FIXED JENKINS-18193] NPE thrown when Jenkins failed to initialize. Not really solving anything here—there is no plausible implementation that could run under these circumstances— but at least reporting the problem more clearly. Commit: 06b92a49bf80debd4d9f2d334049d790d46c6081 https://github.com/jenkinsci/jenkins/commit/06b92a49bf80debd4d9f2d334049d790d46c6081 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M core/src/main/java/hudson/model/Run.java M core/src/main/java/hudson/model/RunMap.java Log Message: ----------- [FIXED JENKINS-15587] Do not issue a warning about unparsable build timestamps if it is just a number, i.e. failed symlink. Commit: 07b377cd4a9e49f2f2ee16ac3c75d91eb520ac8e https://github.com/jenkinsci/jenkins/commit/07b377cd4a9e49f2f2ee16ac3c75d91eb520ac8e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M core/src/main/java/jenkins/model/lazy/BuildReferenceMapAdapter.java Log Message: ----------- Comment. Commit: f67c3dde20248404643598caa87a88315f8effbd https://github.com/jenkinsci/jenkins/commit/f67c3dde20248404643598caa87a88315f8effbd Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M changelog.html Log Message: ----------- [JENKINS-15587] Noting. Commit: 5903870d318a337548e3f7ef75603f75a378e7ac https://github.com/jenkinsci/jenkins/commit/5903870d318a337548e3f7ef75603f75a378e7ac Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java Log Message: ----------- [JENKINS-18065] Documenting current misbehavior in a unit test. Commit: d964d0722039460ef9e0584b1b6b495c4094030c https://github.com/jenkinsci/jenkins/commit/d964d0722039460ef9e0584b1b6b495c4094030c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-05 (Wed, 05 Jun 2013) Changed paths: M core/src/main/java/jenkins/util/JSONSignatureValidator.java Log Message: ----------- @since Commit: 291c39ad42dbd5e2676bc8229051f68f7b33ced5 https://github.com/jenkinsci/jenkins/commit/291c39ad42dbd5e2676bc8229051f68f7b33ced5 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-05 (Wed, 05 Jun 2013) Changed paths: M test/src/test/java/hudson/tasks/FingerprinterTest.java Log Message: ----------- JUnit 4. Commit: bd709b0631329f1abaf05de4a3499562a1606691 https://github.com/jenkinsci/jenkins/commit/bd709b0631329f1abaf05de4a3499562a1606691 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-05 (Wed, 05 Jun 2013) Changed paths: M test/src/test/java/hudson/tasks/FingerprinterTest.java A test/src/test/resources/hudson/tasks/FingerprinterTest/actionSerialization.zip Log Message: ----------- [JENKINS-17125] Establishing baseline FingerprintAction behavior that should not be regressed. Commit: dfe2b9a21a94d22c43e923f8ad2c6e75ee9bfe1a https://github.com/jenkinsci/jenkins/commit/dfe2b9a21a94d22c43e923f8ad2c6e75ee9bfe1a Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-05 (Wed, 05 Jun 2013) Changed paths: M test/src/test/java/hudson/tasks/FingerprinterTest.java Log Message: ----------- Fixing casing of test method. Commit: a614cd5b05b3c8cbcb8970ea439b2a1315252f58 https://github.com/jenkinsci/jenkins/commit/a614cd5b05b3c8cbcb8970ea439b2a1315252f58 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-05 (Wed, 05 Jun 2013) Changed paths: M changelog.html M core/src/main/java/hudson/model/CauseAction.java M core/src/main/java/hudson/model/Run.java M core/src/main/java/hudson/model/RunAction.java M core/src/main/java/hudson/tasks/Fingerprinter.java A core/src/main/java/jenkins/model/RunAction2.java M core/src/main/resources/hudson/tasks/Fingerprinter/FingerprintAction/index.jelly Log Message: ----------- [FIXED JENKINS-17125] FingerprintAction no longer need persist the build field thanks to new RunAction2. Commit: 2c23e643fac3efef98eec03b83adf735f07a2d62 https://github.com/jenkinsci/jenkins/commit/2c23e643fac3efef98eec03b83adf735f07a2d62 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-05 (Wed, 05 Jun 2013) Changed paths: M test/src/test/java/hudson/tasks/FingerprinterTest.java Log Message: ----------- @Bug Commit: effcc2d7aa4f40a3f43185ab0bc22619d6ecea97 https://github.com/jenkinsci/jenkins/commit/effcc2d7aa4f40a3f43185ab0bc22619d6ecea97 Author: Nicolas De Loof <nicolas.del...@gmail.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M core/src/main/java/hudson/matrix/MatrixProject.java M core/src/main/resources/hudson/matrix/Messages.properties M core/src/main/resources/hudson/model/Messages.properties M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java M maven-plugin/src/main/resources/hudson/maven/Messages.properties Log Message: ----------- offer better pronouns for common job types Commit: 8e509e1a6cc729e928e42e20149b620270386d56 https://github.com/jenkinsci/jenkins/commit/8e509e1a6cc729e928e42e20149b620270386d56 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M core/src/main/java/hudson/matrix/MatrixProject.java M core/src/main/resources/hudson/matrix/Messages.properties M core/src/main/resources/hudson/model/Messages.properties M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java M maven-plugin/src/main/resources/hudson/maven/Messages.properties Log Message: ----------- Merge pull request #800 from ndeloof/pronoun offer better pronouns for common job types Commit: b086943a3577aa325767b6be643256e8c84ebd07 https://github.com/jenkinsci/jenkins/commit/b086943a3577aa325767b6be643256e8c84ebd07 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M changelog.html Log Message: ----------- [FIXED JENKINS-18236] Noting retroactively. Commit: 951f927aa99bd280391970238b85de1b42142dc8 https://github.com/jenkinsci/jenkins/commit/951f927aa99bd280391970238b85de1b42142dc8 Author: ddavison <daniel.davi...@proquest.com> Date: 2013-06-06 (Thu, 06 Jun 2013) 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: ----------- Taking out the `defaulted` js logic with the search-box, and embracing CSS3's 'placeholder' attribute. Prettying up the search box Commit: 0537ffada661715206d750cff2dafbb23268529b https://github.com/jenkinsci/jenkins/commit/0537ffada661715206d750cff2dafbb23268529b Author: ddavison <daniel.davi...@proquest.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M core/src/main/resources/lib/layout/layout.jelly Log Message: ----------- Left a trailing 'g' in the layout. Commit: ff7b943c8d2deb82b28443a8bacb4dbed52b9ada https://github.com/jenkinsci/jenkins/commit/ff7b943c8d2deb82b28443a8bacb4dbed52b9ada Author: ddavison <daniel.davi...@proquest.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M core/src/main/resources/lib/layout/layout.jelly M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- Reverting to head for layout.jelly, and adding the default `has-default-text` back into the search box Commit: 673ef3e6cee0984252709c2bb7b3545a9a2ff734 https://github.com/jenkinsci/jenkins/commit/673ef3e6cee0984252709c2bb7b3545a9a2ff734 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M core/src/main/resources/lib/layout/layout.jelly M war/src/main/webapp/css/style.css Log Message: ----------- Merge pull request #801 from ddavison/styling-fixes Search bar improvements Commit: 46f603d273215dceb50c1e0ee097cbbc7e30b851 https://github.com/jenkinsci/jenkins/commit/46f603d273215dceb50c1e0ee097cbbc7e30b851 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/resources/lib/form/number.jelly Log Message: ----------- just a bit more type information Commit: a5ca50d00272cbb05c18104ec1411306e5aa7648 https://github.com/jenkinsci/jenkins/commit/a5ca50d00272cbb05c18104ec1411306e5aa7648 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/resources/dsld/IntelliJ.gdsl Log Message: ----------- did some more experiments only to hit additional problems Commit: ea1db613b53c57976ee709741aeaa7f28ee708b4 https://github.com/jenkinsci/jenkins/commit/ea1db613b53c57976ee709741aeaa7f28ee708b4 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/java/hudson/model/Queue.java Log Message: ----------- improved the signature Commit: 7293b75956f049871191924c8a54692c22bc5df4 https://github.com/jenkinsci/jenkins/commit/7293b75956f049871191924c8a54692c22bc5df4 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/resources/dsld/IntelliJ.gdsl Log Message: ----------- filed Commit: 5e21aae8f89f61f9943f58358428a6581aa79991 https://github.com/jenkinsci/jenkins/commit/5e21aae8f89f61f9943f58358428a6581aa79991 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M cli/src/main/java/hudson/cli/CLI.java Log Message: ----------- this is just a warning and not fatal Commit: 08a1e1278a6e7a0284ede4b45b0395f48c93ed52 https://github.com/jenkinsci/jenkins/commit/08a1e1278a6e7a0284ede4b45b0395f48c93ed52 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/java/hudson/cli/CommandDuringBuild.java Log Message: ----------- added the opt method that returns null Commit: 6c527a0ab5c00c9e7499db84d1d0600d2ca41477 https://github.com/jenkinsci/jenkins/commit/6c527a0ab5c00c9e7499db84d1d0600d2ca41477 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M maven-plugin/src/main/java/hudson/maven/MavenEmbedderRequest.java Log Message: ----------- doc improvement Commit: 679f1eb4c53197824e5f953f60027484cc456420 https://github.com/jenkinsci/jenkins/commit/679f1eb4c53197824e5f953f60027484cc456420 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M maven-plugin/pom.xml Log Message: ----------- indentation fix Commit: ff91381bc5cec4bf55815b20e092f97d6183b867 https://github.com/jenkinsci/jenkins/commit/ff91381bc5cec4bf55815b20e092f97d6183b867 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M maven-plugin/pom.xml M maven-plugin/src/main/java/hudson/maven/AbstractMavenProcessFactory.java A maven-plugin/src/main/java/hudson/maven/AggregatingClassLoader.java M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java M maven-plugin/src/main/java/hudson/maven/Maven3ProcessFactory.java M maven-plugin/src/main/java/hudson/maven/MavenEmbedderRequest.java M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java M maven-plugin/src/main/java/hudson/maven/MavenProcessFactory.java M maven-plugin/src/main/java/hudson/maven/MavenUtil.java A maven-plugin/src/main/java/hudson/maven/PlexusModuleContributor.java M test/pom.xml A test/src/test/java/hudson/maven/PlexusModuleContributorTest.java M test/src/test/java/hudson/tasks/MavenTest.java A test/src/test/resources/hudson/maven/custom-plexus-component.pom Log Message: ----------- Added PlexusModuleContributor extension point. This came up with a conversation with JFrog folks who neede to insert a custom Plexus component to tweak the behaviour. This scheme allows the caller to insert additional jar files into the Maven process. Commit: 6c4715820f39d499b942b808f09110c262626fd2 https://github.com/jenkinsci/jenkins/commit/6c4715820f39d499b942b808f09110c262626fd2 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/java/hudson/search/SearchItem.java Log Message: ----------- Jenkins Commit: ee82f5894d8f8696085378aa4c4a7a5467f36404 https://github.com/jenkinsci/jenkins/commit/ee82f5894d8f8696085378aa4c4a7a5467f36404 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/java/jenkins/model/Jenkins.java Log Message: ----------- if the master node config changes, executors might have to recalibrate Commit: 84a259388c0a1a0d7e70b3d870c10f52e1205c8b https://github.com/jenkinsci/jenkins/commit/84a259388c0a1a0d7e70b3d870c10f52e1205c8b Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M changelog.html M core/src/main/java/hudson/model/AbstractProject.java M core/src/main/java/hudson/model/Executor.java M core/src/main/java/hudson/model/ParametersDefinitionProperty.java M core/src/main/java/hudson/model/Queue.java M core/src/main/java/hudson/model/queue/WorkUnit.java M core/src/main/resources/hudson/model/Job/_api.jelly Log Message: ----------- Improved the tracking of queued jobs and their eventual builds in the REST API. This came from Alpha CSP guys during JUC Israel. The remote API needs to expose a better way of tracking a submitted task. Commit: 6a3743a526fccc6474c9d8aa0b1c38a3b0981285 https://github.com/jenkinsci/jenkins/commit/6a3743a526fccc6474c9d8aa0b1c38a3b0981285 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M core/src/main/java/hudson/model/Queue.java Log Message: ----------- deleted this earlier experiment Commit: b1f5d28f90ca1dc99de775bb2bed46ada48e68f4 https://github.com/jenkinsci/jenkins/commit/b1f5d28f90ca1dc99de775bb2bed46ada48e68f4 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M changelog.html M core/src/main/java/hudson/model/Queue.java M core/src/main/java/hudson/model/queue/WorkUnit.java M maven-plugin/src/main/java/hudson/maven/AbstractMavenProcessFactory.java M maven-plugin/src/main/java/hudson/maven/MavenEmbedderRequest.java Log Message: ----------- doc improvements based on Jesse's comments Commit: ad60e8e867689220d6b72ac67fabaa655812c04c https://github.com/jenkinsci/jenkins/commit/ad60e8e867689220d6b72ac67fabaa655812c04c Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M maven-plugin/src/main/java/hudson/maven/MavenEmbedderRequest.java M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java M maven-plugin/src/main/java/hudson/maven/MavenUtil.java Log Message: ----------- doc improvements and shortening variable names in the hope of making it bit more readable Commit: f7330d7a158eff6705706b1f812993a9b918c351 https://github.com/jenkinsci/jenkins/commit/f7330d7a158eff6705706b1f812993a9b918c351 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-08 (Sat, 08 Jun 2013) Changed paths: M changelog.html M core/src/main/java/hudson/ClassicPluginStrategy.java M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java M pom.xml Log Message: ----------- [FIXED JENKINS-15120] - integrated the newer release of remoting - jar caching won't work with class file directory, so plugin WEB-INF/classes are now exploded as WEB-INF/lib/classes.jar (This should also solve the problem of slow plugin extraction in the presene of Anti-virus software on Windows.) - because the structure of the exploded jar file has changed, I changed the up-to-date check timestamp file name to force re-extraction in existing installations. Commit: 67f3c7626fe4948014aa6499608f1755f28d5741 https://github.com/jenkinsci/jenkins/commit/67f3c7626fe4948014aa6499608f1755f28d5741 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/slaves/SlaveComputer.java M core/src/main/resources/hudson/slaves/SlaveComputer/statistics.groovy Log Message: ----------- Merge branch 'prefetch-JENKINS-15120' Conflicts: pom.xml Commit: cabbe941c73a0db63e59492ff2e3722c41b239f0 https://github.com/jenkinsci/jenkins/commit/cabbe941c73a0db63e59492ff2e3722c41b239f0 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/slaves/SlaveComputer.java Log Message: ----------- fixed @since Commit: aec064adc5f4d1cbef77c909276695301b17900c https://github.com/jenkinsci/jenkins/commit/aec064adc5f4d1cbef77c909276695301b17900c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M test/src/main/java/org/jvnet/hudson/test/MemoryAssert.java Log Message: ----------- Make assertGC more useful by showing root references in case of failure. Commit: e67746c97ff91c391d058b9beb592618cfd1f614 https://github.com/jenkinsci/jenkins/commit/e67746c97ff91c391d058b9beb592618cfd1f614 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/model/Queue.java M test/src/test/java/hudson/model/AbstractProjectTest.java Log Message: ----------- Queue.clearLeftItems to fix AbstractProjectTest.testGetBuildAfterGC test failure after 84a2593. Commit: b1c82f1e30fa5f6483415f2c7ad1b95aed1eb072 https://github.com/jenkinsci/jenkins/commit/b1c82f1e30fa5f6483415f2c7ad1b95aed1eb072 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/FilePath.java M core/src/main/java/hudson/PluginManager.java M core/src/main/java/hudson/Util.java M core/src/main/java/hudson/model/Fingerprint.java M core/src/main/java/hudson/model/JDK.java M core/src/main/java/hudson/model/Run.java M core/src/main/java/hudson/model/StreamBuildListener.java M core/src/main/java/hudson/model/View.java M core/src/main/java/hudson/tasks/junit/JUnitParser.java M core/src/main/java/hudson/tools/CommandInstaller.java M core/src/main/java/hudson/util/FormFieldValidator.java M core/src/main/java/hudson/util/FormValidation.java M core/src/main/java/hudson/util/XStream2.java M core/src/main/java/jenkins/model/Jenkins.java M core/src/main/java/jenkins/model/lazy/BuildReferenceMapAdapter.java M core/src/main/resources/hudson/AboutJenkins/index.jelly M core/src/main/resources/hudson/slaves/JNLPLauncher/main.jelly M core/src/main/resources/hudson/tasks/BuildTrigger/config.jelly M core/src/main/resources/hudson/tools/JDKInstaller/config.jelly M core/src/main/resources/hudson/tools/label.jelly M core/src/main/resources/jenkins/model/Jenkins/manage.jelly M core/src/main/resources/lib/hudson/queue.jelly M core/src/main/resources/lib/layout/breadcrumbs.js M core/src/main/resources/lib/layout/progressiveRendering.jelly M core/src/main/resources/lib/layout/progressiveRendering/progressiveRendering.js M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M maven-plugin/src/main/resources/hudson/maven/Messages.properties M maven-plugin/src/main/resources/hudson/maven/Messages_zh_TW.properties M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java M test/src/main/java/org/jvnet/hudson/test/MemoryAssert.java M test/src/main/java/org/jvnet/hudson/test/MockFolder.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/model/AbstractProjectTest.java M test/src/test/java/hudson/tasks/junit/SuiteResultTest.java M war/src/main/webapp/scripts/hudson-behavior.js Log Message: ----------- stephenc asks to use TODO rather than XXX Commit: 3238d6328db4f7a5377cf088e5b0e9a3ba5ca740 https://github.com/jenkinsci/jenkins/commit/3238d6328db4f7a5377cf088e5b0e9a3ba5ca740 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M pom.xml Log Message: ----------- maven-surefire-plugin 2.15 for SUREFIRE-968 fix: show which test finished even under concurrency. Commit: e66a94868a8135490673dd4d0e3464000ca11319 https://github.com/jenkinsci/jenkins/commit/e66a94868a8135490673dd4d0e3464000ca11319 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/WebAppMain.java Log Message: ----------- [JENKINS-16952] contextDestroyed needs to be changed to match. Commit: b8b1edc5660990a16bdc4470c4a7bf20b0dfc34e https://github.com/jenkinsci/jenkins/commit/b8b1edc5660990a16bdc4470c4a7bf20b0dfc34e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/logging/LogRecorder.java Log Message: ----------- ALL is a more sensible default value than SEVERE (which would be logged anyway). Commit: 2527778d3b4b91c6de57b39f05d1582ca10dd4f3 https://github.com/jenkinsci/jenkins/commit/2527778d3b4b91c6de57b39f05d1582ca10dd4f3 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/resources/hudson/logging/LogRecorder/configure.jelly Log Message: ----------- Level.getLocalizedName should be preferred to Level.toString().toLowerCase(). Consider the poor Turk who is prompted to log at fıner! Commit: 0ca88a6ceae605e7d2e126a328a196c046a91a12 https://github.com/jenkinsci/jenkins/commit/0ca88a6ceae605e7d2e126a328a196c046a91a12 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/slaves/SlaveComputer.java Log Message: ----------- [JENKINS-16952] [JENKINS-18274] Slave computers should record all log messages at INFO+, not just those in the hudson.* namespace. Commit: dd28e970499b4785116a7fe98530534f0dc04590 https://github.com/jenkinsci/jenkins/commit/dd28e970499b4785116a7fe98530534f0dc04590 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/logging/LogRecorder.java M core/src/main/resources/hudson/logging/LogRecorder/configure.jelly Log Message: ----------- 2527778d amended to display Level.localizedName but track Level.name in the form submission. Commit: 6ea8c4943d0a25b6049e354836d6e87005964703 https://github.com/jenkinsci/jenkins/commit/6ea8c4943d0a25b6049e354836d6e87005964703 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M test/src/test/java/hudson/logging/LogRecorderManagerTest.java Log Message: ----------- JUnit 4. Commit: d10fbc5eace959d3a5928d40b1c1f8975b3be1d0 https://github.com/jenkinsci/jenkins/commit/d10fbc5eace959d3a5928d40b1c1f8975b3be1d0 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M changelog.html M core/src/main/java/hudson/logging/LogRecorder.java M core/src/main/resources/hudson/logging/LogRecorder/index.jelly M core/src/main/resources/hudson/slaves/SlaveComputer/log.jelly M test/src/test/java/hudson/logging/LogRecorderManagerTest.java Log Message: ----------- [FIXED JENKINS-18274] LogRecorder.getSlaveLogRecords Commit: c4e3adde155bf8732a5df05e306149dee23de228 https://github.com/jenkinsci/jenkins/commit/c4e3adde155bf8732a5df05e306149dee23de228 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java Log Message: ----------- Better diagnosis when resolvePluginFile would be about to return null. Commit: e50f0f5fc2291f9d8a8cd54b97fb8d44df79f97f https://github.com/jenkinsci/jenkins/commit/e50f0f5fc2291f9d8a8cd54b97fb8d44df79f97f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/model/AbstractItem.java Log Message: ----------- If urlChildPrefix is ".", do not prefix shortUrl with "./". Commit: ca5304307607a9bddfb472cf6dc014ed5c0f8f83 https://github.com/jenkinsci/jenkins/commit/ca5304307607a9bddfb472cf6dc014ed5c0f8f83 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-06-10 (Mon, 10 Jun 2013) Changed paths: M core/src/main/java/hudson/slaves/SlaveComputer.java Log Message: ----------- [JENKINS-18274] ComputerListener methods should be called as ACL.SYSTEM. https://ci.jenkins-ci.org/job/jenkins_main_trunk/2588/testReport/junit/hudson.bugs/JnlpAccessWithSecuredHudsonTest/testServiceUsingDirectSecret/ Commit: 414a49fa31a5d775385d2aac3a8579664852d3de https://github.com/jenkinsci/jenkins/commit/414a49fa31a5d775385d2aac3a8579664852d3de Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-11 (Tue, 11 Jun 2013) Changed paths: M changelog.html M debian/debian/changelog Log Message: ----------- merged back the RC branch Commit: 45f2e2521ba2b977b1c14f221262e343d8529e77 https://github.com/jenkinsci/jenkins/commit/45f2e2521ba2b977b1c14f221262e343d8529e77 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-11 (Tue, 11 Jun 2013) Changed paths: M changelog.html Log Message: ----------- creating an RC branch Compare: https://github.com/jenkinsci/jenkins/compare/3e2196a1475f...45f2e2521ba2 -- 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/groups/opt_out.