1. 13 2月, 2010 1 次提交
  2. 09 2月, 2010 1 次提交
    • K
      Merged revisions 27147,27149-27151,27153 via svnmerge from · 8bf35b20
      kohsuke 提交于
      https://svn.dev.java.net/svn/hudson/branches/rc
      
      ........
        r27147 | kohsuke | 2010-02-08 11:10:47 -0800 (Mon, 08 Feb 2010) | 1 line
        
        [FIXED HUDSON-5536] in 1.345 and added a test case.
      ........
        r27149 | kohsuke | 2010-02-08 12:01:18 -0800 (Mon, 08 Feb 2010) | 1 line
        
        added a backward compatibility measure to expose variables in both forms
      ........
        r27150 | kohsuke | 2010-02-08 12:02:19 -0800 (Mon, 08 Feb 2010) | 1 line
        
        forgot to commit this(?)
      ........
        r27151 | kohsuke | 2010-02-08 12:24:51 -0800 (Mon, 08 Feb 2010) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_345
      ........
        r27153 | kohsuke | 2010-02-08 12:25:04 -0800 (Mon, 08 Feb 2010) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27154 71c3de6d-444a-0410-be80-ed276b4c234a
      8bf35b20
  3. 06 2月, 2010 1 次提交
  4. 30 1月, 2010 1 次提交
  5. 23 1月, 2010 1 次提交
  6. 16 1月, 2010 1 次提交
  7. 13 1月, 2010 1 次提交
    • K
      Both test harness and core uses stapler as an extension, · 47c049ed
      kohsuke 提交于
                  and apparently without having extension preloaded at the parent, the main artifact of the 'test' module
                  ends up installed with 'stapler-jar' extension (which normally is an indication that the ArtifactTypeHandler
                  defined in this extension is not getting picked up.)
      
                  To avoid this problem, I'm defining an extension here. Not sure if the nested <dependencies> is necessary.
                  It's also possible that I misdiagnosed the problem and the root cause is something entirely different.
      
                  To test if you can remove this work around, do a rebuild from main and see if the test harness
                  is installed with the right extension into the local repository.
      
      The typical indication of this problem is:
      
      [INFO] Installing /usr/home/jitu/src/hudson/main/test/target/hudson-test-harness-1.341-SNAPSHOT.jar to /usr/home/jitu/.m2/repository/org/jvnet/hudson/main/hudson-test-harness/1.341-SNAPSHOT/hudson-test-harness-1.341-SNAPSHOT.stapler-jar
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@25727 71c3de6d-444a-0410-be80-ed276b4c234a
      47c049ed
  8. 12 1月, 2010 1 次提交
  9. 25 12月, 2009 1 次提交
  10. 19 12月, 2009 1 次提交
  11. 15 12月, 2009 1 次提交
  12. 28 11月, 2009 1 次提交
  13. 21 11月, 2009 2 次提交
  14. 17 11月, 2009 1 次提交
  15. 13 11月, 2009 1 次提交
  16. 10 11月, 2009 1 次提交
  17. 05 11月, 2009 1 次提交
  18. 03 11月, 2009 1 次提交
    • K
      Merged revisions 23339,23356,23367,23369,23372 via svnmerge from · 65b3484e
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r23339 | mindless | 2009-10-30 09:24:49 -0700 (Fri, 30 Oct 2009) | 4 lines
        
        Add support in XStream2.AssociatedConverterImpl for SingleValueConverter
        (fixes bug introduced in r23277 where BuildAuthorizationToken's
        ConverterImpl was changed to a SingleValueConverter).
      ........
        r23356 | kohsuke | 2009-10-30 11:43:47 -0700 (Fri, 30 Oct 2009) | 1 line
        
        fixed the performance problem caused by Stapler1.119, which made getTagLibrary inherit from parents
      ........
        r23367 | kohsuke | 2009-10-30 18:15:05 -0700 (Fri, 30 Oct 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_331
      ........
        r23369 | kohsuke | 2009-10-30 18:15:21 -0700 (Fri, 30 Oct 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r23372 | kohsuke | 2009-10-30 19:15:01 -0700 (Fri, 30 Oct 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23420 71c3de6d-444a-0410-be80-ed276b4c234a
      65b3484e
  19. 24 10月, 2009 1 次提交
  20. 20 10月, 2009 1 次提交
    • K
      Merged revisions 22846,22861-22862,22864,22868 via svnmerge from · d3c2d485
      kohsuke 提交于
      https://svn.dev.java.net/svn/hudson/branches/rc
      
      ........
        r22846 | kohsuke | 2009-10-16 12:20:23 -0700 (Fri, 16 Oct 2009) | 1 line
        
        [FIXED HUDSON-4456] This problem is fixed toward 1.329.
      ........
        r22861 | kohsuke | 2009-10-16 16:45:02 -0700 (Fri, 16 Oct 2009) | 1 line
        
        this is now done asynchronously by Hudson
      ........
        r22862 | kohsuke | 2009-10-16 17:41:53 -0700 (Fri, 16 Oct 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_329
      ........
        r22864 | kohsuke | 2009-10-16 17:42:13 -0700 (Fri, 16 Oct 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r22868 | kohsuke | 2009-10-16 18:20:51 -0700 (Fri, 16 Oct 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22919 71c3de6d-444a-0410-be80-ed276b4c234a
      d3c2d485
  21. 17 10月, 2009 1 次提交
  22. 14 10月, 2009 1 次提交
  23. 10 10月, 2009 1 次提交
  24. 09 10月, 2009 1 次提交
  25. 29 9月, 2009 1 次提交
    • K
      Merged revisions 22140,22200,22202,22205,22237,22240,22242,22245 via svnmerge from · d69c7f67
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r22140 | kohsuke | 2009-09-24 16:41:50 -0700 (Thu, 24 Sep 2009) | 1 line
        
        updating to a new version
      ........
        r22200 | kohsuke | 2009-09-25 16:33:50 -0700 (Fri, 25 Sep 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_325
      ........
        r22202 | kohsuke | 2009-09-25 16:34:05 -0700 (Fri, 25 Sep 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r22205 | kohsuke | 2009-09-25 17:09:38 -0700 (Fri, 25 Sep 2009) | 1 line
        
        updated changelog as a part of the release
      ........
        r22237 | kohsuke | 2009-09-28 09:51:38 -0700 (Mon, 28 Sep 2009) | 1 line
        
        [HUDSON-4353] My fix had a crucial bug that prevents plugin updates from failing.
      ........
        r22240 | kohsuke | 2009-09-28 10:37:51 -0700 (Mon, 28 Sep 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_326
      ........
        r22242 | kohsuke | 2009-09-28 10:39:05 -0700 (Mon, 28 Sep 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r22245 | kohsuke | 2009-09-28 11:24:40 -0700 (Mon, 28 Sep 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22250 71c3de6d-444a-0410-be80-ed276b4c234a
      d69c7f67
  26. 19 9月, 2009 1 次提交
    • K
      Merged revisions 21880,21885,21887,21889,21893 via svnmerge from · 2e16d9db
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r21880 | kohsuke | 2009-09-18 16:37:04 -0700 (Fri, 18 Sep 2009) | 1 line
        
        need a new version to authenticate with Wiki
      ........
        r21885 | kohsuke | 2009-09-18 18:35:46 -0700 (Fri, 18 Sep 2009) | 1 line
        
        tests are starting to fail with PermGen problem
      ........
        r21887 | kohsuke | 2009-09-18 18:52:20 -0700 (Fri, 18 Sep 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_324
      ........
        r21889 | kohsuke | 2009-09-18 18:52:36 -0700 (Fri, 18 Sep 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r21893 | kohsuke | 2009-09-18 19:26:06 -0700 (Fri, 18 Sep 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21897 71c3de6d-444a-0410-be80-ed276b4c234a
      2e16d9db
  27. 15 9月, 2009 1 次提交
  28. 11 9月, 2009 1 次提交
  29. 05 9月, 2009 1 次提交
  30. 01 9月, 2009 1 次提交
    • K
      Merged revisions 21146,21189-21190,21192,21201 via svnmerge from · 3cfea3d1
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r21146 | kohsuke | 2009-08-27 18:35:09 -0700 (Thu, 27 Aug 2009) | 1 line
        
        [FIXED HUDSON-4304] Using su instead of "daemon --user".In 1.322.
      ........
        r21189 | kohsuke | 2009-08-28 16:30:35 -0700 (Fri, 28 Aug 2009) | 1 line
        
        updated to 1.6
      ........
        r21190 | kohsuke | 2009-08-28 16:49:57 -0700 (Fri, 28 Aug 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_322
      ........
        r21192 | kohsuke | 2009-08-28 16:50:09 -0700 (Fri, 28 Aug 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r21201 | kohsuke | 2009-08-28 19:11:44 -0700 (Fri, 28 Aug 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21299 71c3de6d-444a-0410-be80-ed276b4c234a
      3cfea3d1
  31. 26 8月, 2009 1 次提交
  32. 18 8月, 2009 2 次提交
  33. 11 8月, 2009 1 次提交
    • K
      Merged revisions 20511,20544,20546,20549 via svnmerge from · e886819a
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r20511 | kohsuke | 2009-08-06 14:32:18 -0700 (Thu, 06 Aug 2009) | 1 line
        
        fixed the UI regression. Maybe boolean collapsing is not happens automatically, or and is defined in a strange way for non-booleans?
      ........
        r20544 | kohsuke | 2009-08-07 22:22:42 -0700 (Fri, 07 Aug 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_319
      ........
        r20546 | kohsuke | 2009-08-07 22:22:55 -0700 (Fri, 07 Aug 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r20549 | kohsuke | 2009-08-08 01:19:02 -0700 (Sat, 08 Aug 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20596 71c3de6d-444a-0410-be80-ed276b4c234a
      e886819a
  34. 04 8月, 2009 2 次提交
  35. 29 7月, 2009 1 次提交
  36. 21 7月, 2009 1 次提交
  37. 14 7月, 2009 1 次提交