1. 12 4月, 2009 1 次提交
    • K
      Merged revisions 17033,17035-17037,17039,17041 via svnmerge from · 107ab805
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r17033 | kohsuke | 2009-04-10 15:22:13 -0700 (Fri, 10 Apr 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_298
      ........
        r17035 | kohsuke | 2009-04-10 15:22:42 -0700 (Fri, 10 Apr 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r17036 | kohsuke | 2009-04-10 17:52:13 -0700 (Fri, 10 Apr 2009) | 1 line
        
        remove JDK6 dependency
      ........
        r17037 | kohsuke | 2009-04-10 18:21:37 -0700 (Fri, 10 Apr 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_299
      ........
        r17039 | kohsuke | 2009-04-10 18:27:36 -0700 (Fri, 10 Apr 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r17041 | kohsuke | 2009-04-10 19:14:19 -0700 (Fri, 10 Apr 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17056 71c3de6d-444a-0410-be80-ed276b4c234a
      107ab805
  2. 08 4月, 2009 1 次提交
  3. 31 3月, 2009 4 次提交
    • J
      22030707
    • K
      Merged revisions 16726,16728,16732 via svnmerge from · 99fea57e
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r16726 | kohsuke | 2009-03-30 13:57:27 -0700 (Mon, 30 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_295
      ........
        r16728 | kohsuke | 2009-03-30 13:57:53 -0700 (Mon, 30 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r16732 | kohsuke | 2009-03-30 14:35:25 -0700 (Mon, 30 Mar 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16735 71c3de6d-444a-0410-be80-ed276b4c234a
      99fea57e
    • K
      Merged revisions 16689-16697,16701-16710,16712-16714 via svnmerge from · a1239983
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/HUDSON-3251
      
      ........
        r16689 | kohsuke | 2009-03-29 08:52:25 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (1/18) moving maven-related source to maven-plugin
      ........
        r16690 | kohsuke | 2009-03-29 08:57:23 -0700 (Sun, 29 Mar 2009) | 4 lines
        
        [HUDSON-3251] (3/18) moved KeptBecauseOfParent message
        
        Note I skipped (2/18) to move the logic into MavenProject.DescriptorImpl.isApplicable.
      ........
        r16691 | kohsuke | 2009-03-29 08:58:21 -0700 (Sun, 29 Mar 2009) | 3 lines
        
        [HUDSON-3251] (4/18) removed imports and javadoc links to Maven-related classes
      ........
        r16692 | kohsuke | 2009-03-29 08:59:49 -0700 (Sun, 29 Mar 2009) | 2 lines
        
        [HUDSON-3251] (5/18) moving maven-related functionality to maven plugin.
      ........
        r16693 | kohsuke | 2009-03-29 09:01:11 -0700 (Sun, 29 Mar 2009) | 5 lines
        
        [HUDSON-3251] (5/18) moving maven-related functionality to maven plugin
        
        Forgot to add a newly created file.
      ........
        r16694 | kohsuke | 2009-03-29 09:02:24 -0700 (Sun, 29 Mar 2009) | 1 line
        
        needs a copyright header on all files in the core
      ........
        r16695 | kohsuke | 2009-03-29 09:07:03 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (6/18) updating poms and packaging to bundle maven plugin (with a minor adjustment to revert forkMode change)
      ........
        r16696 | kohsuke | 2009-03-29 09:17:58 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (6/18) updating poms and packaging to bundle maven plugin (with a minor adjustment to revert forkMode change)
      ........
        r16697 | kohsuke | 2009-03-29 09:38:23 -0700 (Sun, 29 Mar 2009) | 2 lines
        
        [HUDSON-3251] (7/18) add a hudson.bundled.plugins property that can override the default bundled plugins.
      ........
        r16701 | kohsuke | 2009-03-29 15:14:38 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (8/18) finding Maven jars through reflection for now. TODO: introduce a post-initialization hook
      ........
        r16702 | kohsuke | 2009-03-29 15:20:36 -0700 (Sun, 29 Mar 2009) | 2 lines
        
        [HUDSON-3251] (10/18) use lastModified to avoid unpacking bundled plugins unnecessarily.
      ........
        r16703 | kohsuke | 2009-03-29 15:21:15 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (12/18) updating poms and packaging to bundle maven plugin
      ........
        r16704 | kohsuke | 2009-03-29 15:37:32 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (15/18) resolve plugins from the classpath in tests. Slightly reworked.
      ........
        r16705 | kohsuke | 2009-03-29 15:38:12 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (16/18) update hpi plugin version
      ........
        r16706 | kohsuke | 2009-03-29 15:38:54 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] (17/18) moved createExecutedMojoCache
      ........
        r16707 | kohsuke | 2009-03-29 15:42:38 -0700 (Sun, 29 Mar 2009) | 3 lines
        
        [HUDSON-3251] after looking at (18/18), I think the same effect can be achieved more easily by not setting this system property at all.
        
        Or am I missing something?
      ........
        r16708 | kohsuke | 2009-03-29 15:43:30 -0700 (Sun, 29 Mar 2009) | 1 line
        
        formatting change
      ........
        r16709 | kohsuke | 2009-03-29 15:58:16 -0700 (Sun, 29 Mar 2009) | 1 line
        
        [HUDSON-3251] ignore certain builders and publishers in Maven2 job type. This does the same thing as (2/18) in Tom's patch, but I believe this is better. Still needs to figure out how to do this for MavenModule, which doesn't have a descriptor.
      ........
        r16710 | kohsuke | 2009-03-29 16:01:00 -0700 (Sun, 29 Mar 2009) | 1 line
        
        ignore generated files
      ........
        r16712 | kohsuke | 2009-03-29 16:29:05 -0700 (Sun, 29 Mar 2009) | 3 lines
        
        [HUDSON-3251] revisited patch (8/18). ComputerListener is extended to support the preOnline step, so that some operations can be carried out whose failure will result in the node failing to become online.
        
        Maven-plugin uses this now to avoid the use of reflection.
      ........
        r16713 | kohsuke | 2009-03-29 16:38:48 -0700 (Sun, 29 Mar 2009) | 1 line
        
        switching to fork because otherwise the test fails with PermGen out of space
      ........
        r16714 | kohsuke | 2009-03-29 16:39:36 -0700 (Sun, 29 Mar 2009) | 1 line
        
        no, the next version is 1.295.
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16734 71c3de6d-444a-0410-be80-ed276b4c234a
      a1239983
    • K
      Merged revisions 16638,16644,16652,16719-16720,16722 via svnmerge from · 46aa7552
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r16638 | kohsuke | 2009-03-27 19:13:03 -0700 (Fri, 27 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_294
      ........
        r16644 | kohsuke | 2009-03-28 07:32:33 -0700 (Sat, 28 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r16652 | kohsuke | 2009-03-28 14:42:44 -0700 (Sat, 28 Mar 2009) | 1 line
        
        updated changelog as a part of the release
      ........
        r16719 | kohsuke | 2009-03-30 10:46:40 -0700 (Mon, 30 Mar 2009) | 3 lines
        
        [HUDSON-3382] The race condition in the boolean flag prevents form validations from kicking in during unit tests, causing regressions to ship unnoticed.
        
        Switched from a boolean to an integer so that the order of x=true / x=false won't matter.
      ........
        r16720 | kohsuke | 2009-03-30 10:55:00 -0700 (Mon, 30 Mar 2009) | 1 line
        
        [FIXED HUDSON-3382] NPE in .cvspass form validation. Will be in 1.295.
      ........
        r16722 | kohsuke | 2009-03-30 13:31:17 -0700 (Mon, 30 Mar 2009) | 1 line
        
        [HUDSON-3382] regression test. Make sure that the form validation failure gets detected.
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16725 71c3de6d-444a-0410-be80-ed276b4c234a
      46aa7552
  4. 21 3月, 2009 1 次提交
    • K
      Merged revisions 16380-16381,16433,16435,16438 via svnmerge from · 72242fcd
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r16380 | kohsuke | 2009-03-19 17:10:38 -0700 (Thu, 19 Mar 2009) | 1 line
        
        PeriodicWork change broke the tests, because the timer registration wasn't kicking in
      ........
        r16381 | kohsuke | 2009-03-19 17:33:14 -0700 (Thu, 19 Mar 2009) | 1 line
        
        fixed a test so that it's no longer timing sensitive
      ........
        r16433 | kohsuke | 2009-03-20 18:35:55 -0700 (Fri, 20 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_293
      ........
        r16435 | kohsuke | 2009-03-20 18:36:21 -0700 (Fri, 20 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r16438 | kohsuke | 2009-03-20 19:10:29 -0700 (Fri, 20 Mar 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16441 71c3de6d-444a-0410-be80-ed276b4c234a
      72242fcd
  5. 14 3月, 2009 2 次提交
  6. 11 3月, 2009 2 次提交
  7. 07 3月, 2009 2 次提交
  8. 06 3月, 2009 3 次提交
  9. 05 3月, 2009 1 次提交
  10. 03 3月, 2009 2 次提交
  11. 27 2月, 2009 5 次提交
  12. 25 2月, 2009 1 次提交
  13. 20 2月, 2009 2 次提交
  14. 19 2月, 2009 1 次提交
  15. 18 2月, 2009 3 次提交
  16. 14 2月, 2009 3 次提交
  17. 12 2月, 2009 1 次提交
  18. 10 2月, 2009 2 次提交
  19. 09 2月, 2009 2 次提交
  20. 07 2月, 2009 1 次提交