1. 13 4月, 2011 2 次提交
  2. 02 4月, 2011 1 次提交
  3. 28 3月, 2011 1 次提交
  4. 21 3月, 2011 1 次提交
  5. 12 3月, 2011 5 次提交
  6. 02 3月, 2011 1 次提交
  7. 13 1月, 2011 1 次提交
  8. 28 11月, 2010 1 次提交
  9. 25 11月, 2010 1 次提交
  10. 12 10月, 2010 1 次提交
  11. 31 8月, 2010 1 次提交
  12. 27 8月, 2010 1 次提交
  13. 14 8月, 2010 1 次提交
  14. 21 7月, 2010 1 次提交
  15. 14 7月, 2010 1 次提交
  16. 29 6月, 2010 1 次提交
  17. 04 6月, 2010 1 次提交
  18. 08 5月, 2010 1 次提交
  19. 04 5月, 2010 1 次提交
  20. 30 3月, 2010 1 次提交
  21. 16 3月, 2010 1 次提交
  22. 03 3月, 2010 1 次提交
    • K
      [FIXED HUDSON-2137] · c6acb5b8
      kohsuke 提交于
      Merged revisions 27137,27564,27566-27567,27578,27586,27599,27603,27606-27609,27611,27616,27626-27632,27640,27654-27656,27687,27701,27801,27816,27819,27843-27845,28087,28158-28161 via svnmerge from 
      https://www.dev.java.net/svn/hudson/branches/HUDSON-2137
      
      ........
        r27137 | kohsuke | 2010-02-08 08:46:16 -0800 (Mon, 08 Feb 2010) | 1 line
        
        experimenting with abstractions
      ........
        r27564 | kohsuke | 2010-02-16 07:58:26 -0800 (Tue, 16 Feb 2010) | 1 line
        
        bundling makes it easier for caller to handle ConsoleAnnotator
      ........
        r27566 | kohsuke | 2010-02-16 08:49:48 -0800 (Tue, 16 Feb 2010) | 1 line
        
        this should work with Runs, not AbstractBuilds
      ........
        r27567 | kohsuke | 2010-02-16 08:54:06 -0800 (Tue, 16 Feb 2010) | 1 line
        
        simplified
      ........
        r27578 | kohsuke | 2010-02-16 12:26:11 -0800 (Tue, 16 Feb 2010) | 1 line
        
        still a work in progress, but committing once to pull in trunk changes
      ........
        r27586 | kohsuke | 2010-02-16 14:35:37 -0800 (Tue, 16 Feb 2010) | 1 line
        
        making more progress
      ........
        r27599 | kohsuke | 2010-02-16 19:22:01 -0800 (Tue, 16 Feb 2010) | 2 lines
        
        hooking up the side that writes annotations.
        still a work in progress.
      ........
        r27603 | kohsuke | 2010-02-16 23:43:35 -0800 (Tue, 16 Feb 2010) | 3 lines
        
        what appears to me as the first cut of hooking up the reader side of the annotations.
        
        I haven't even run it yet --- this just passed the compilation, and I'm calling it a day.
      ........
        r27606 | kohsuke | 2010-02-17 09:15:16 -0800 (Wed, 17 Feb 2010) | 1 line
        
        demo instance hook up
      ........
        r27607 | kohsuke | 2010-02-17 11:27:02 -0800 (Wed, 17 Feb 2010) | 3 lines
        
        one more utility method.
        
        I never understood what the point of letting the skip method skip less.
      ........
        r27608 | kohsuke | 2010-02-17 11:56:23 -0800 (Wed, 17 Feb 2010) | 3 lines
        
        - moved LargeText subtype to its own class
        - skipping log output was done incorrectly --- it had to skip N bytes where it was skipping N chars.
        - hooked up console annotations for completed builds.
      ........
        r27609 | kohsuke | 2010-02-17 12:01:46 -0800 (Wed, 17 Feb 2010) | 1 line
        
        copyright header
      ........
        r27611 | kohsuke | 2010-02-17 13:18:10 -0800 (Wed, 17 Feb 2010) | 1 line
        
        introduced a mechanism to register extension during an unit test.
      ........
        r27616 | kohsuke | 2010-02-17 13:38:12 -0800 (Wed, 17 Feb 2010) | 1 line
        
        test case for console annotations
      ........
        r27626 | kohsuke | 2010-02-17 15:23:06 -0800 (Wed, 17 Feb 2010) | 1 line
        
        removing test ConsoleAnnotator as I write tests as tests
      ........
        r27627 | kohsuke | 2010-02-17 16:06:13 -0800 (Wed, 17 Feb 2010) | 1 line
        
        added a multi-phase cooperative locking mechanism useful during the debugging
      ........
        r27628 | kohsuke | 2010-02-17 16:06:41 -0800 (Wed, 17 Feb 2010) | 1 line
        
        testing progressive log annotation
      ........
        r27629 | kohsuke | 2010-02-17 16:20:32 -0800 (Wed, 17 Feb 2010) | 1 line
        
        adding a test for ConsoleAnnotation that's explicitly placed.
      ........
        r27630 | kohsuke | 2010-02-17 16:23:02 -0800 (Wed, 17 Feb 2010) | 1 line
        
        removing test ConsoleAnnotation as I write tests as tests
      ........
        r27631 | kohsuke | 2010-02-17 16:28:50 -0800 (Wed, 17 Feb 2010) | 1 line
        
        tweaking the abstraction a bit.
      ........
        r27632 | kohsuke | 2010-02-17 16:44:21 -0800 (Wed, 17 Feb 2010) | 1 line
        
        parameterized the context type so that this can be used in places other than the build console output, such as polling logs, slave logs, and so on.
      ........
        r27640 | kohsuke | 2010-02-17 17:27:52 -0800 (Wed, 17 Feb 2010) | 1 line
        
        bug fix
      ........
        r27654 | kohsuke | 2010-02-17 22:53:04 -0800 (Wed, 17 Feb 2010) | 1 line
        
        doc improvement
      ........
        r27655 | kohsuke | 2010-02-17 22:53:59 -0800 (Wed, 17 Feb 2010) | 1 line
        
        doc improvement
      ........
        r27656 | kohsuke | 2010-02-17 23:10:42 -0800 (Wed, 17 Feb 2010) | 1 line
        
        test case for adjacent tags
      ........
        r27687 | kohsuke | 2010-02-19 14:39:21 -0800 (Fri, 19 Feb 2010) | 1 line
        
        introduced a facotry and descriptor. This allows them to define configuration pages, allow users to disable/enable them, plus define custom behaviors.
      ........
        r27701 | kohsuke | 2010-02-19 18:23:52 -0800 (Fri, 19 Feb 2010) | 1 line
        
        defining a mechanism for ConsoleAnnotatorFactory and ConsoleAnnotationDescriptor to define script.js and have them imported into the console output page
      ........
        r27801 | kohsuke | 2010-02-22 11:59:16 -0800 (Mon, 22 Feb 2010) | 1 line
        
        now embedding annotations inside the console output log file.
      ........
        r27816 | kohsuke | 2010-02-22 15:45:04 -0800 (Mon, 22 Feb 2010) | 1 line
        
        introduced a convenience method for unit tests
      ........
        r27819 | kohsuke | 2010-02-22 17:37:05 -0800 (Mon, 22 Feb 2010) | 5 lines
        
        As an example of using embedded console annotations, implementing Ant target invocation outlines.
        
        It might be better to make the concept of outline more generally reusable, so that different kinds of outlines can be placed into the same container element for a single hierarchical representation.
        
        Still a work in progress.
      ........
        r27843 | kohsuke | 2010-02-23 16:12:13 -0800 (Tue, 23 Feb 2010) | 1 line
        
        for now, disable this for production usage, until I work out a better UI.
      ........
        r27844 | kohsuke | 2010-02-23 19:08:00 -0800 (Tue, 23 Feb 2010) | 1 line
        
        started working on annotating exception.
      ........
        r27845 | kohsuke | 2010-02-23 19:08:33 -0800 (Tue, 23 Feb 2010) | 1 line
        
        more TODOs for myself
      ........
        r28087 | kohsuke | 2010-03-01 10:03:55 -0800 (Mon, 01 Mar 2010) | 1 line
        
        formatting changes
      ........
        r28158 | kohsuke | 2010-03-02 17:00:00 -0800 (Tue, 02 Mar 2010) | 1 line
        
        ConsoleAnnotation and ConsoleAnnotator are too confusing.
      ........
        r28159 | kohsuke | 2010-03-02 17:02:02 -0800 (Tue, 02 Mar 2010) | 1 line
        
        doc improvement
      ........
        r28160 | kohsuke | 2010-03-02 17:05:14 -0800 (Tue, 02 Mar 2010) | 1 line
        
        more doc improvements.
      ........
        r28161 | kohsuke | 2010-03-02 17:11:59 -0800 (Tue, 02 Mar 2010) | 1 line
        
        more doc improvement
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28173 71c3de6d-444a-0410-be80-ed276b4c234a
      c6acb5b8
  23. 11 2月, 2010 1 次提交
  24. 30 1月, 2010 2 次提交
  25. 01 11月, 2009 2 次提交
  26. 30 10月, 2009 1 次提交
    • K
      Merged revisions 23183,23185,23245,23256,23266,23279-23284,23286 via svnmerge from · 720be7d7
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/multiple-update-sources
      
      ........
        r23183 | abayer | 2009-10-25 11:53:17 -0700 (Sun, 25 Oct 2009) | 1 line
        
        First chunk of work towards supporting multiple update centers - infrastructure in place for it, and default update center treated as only one of multiple - have to use slightly modified update-center.json though
      ........
        r23185 | abayer | 2009-10-25 12:25:49 -0700 (Sun, 25 Oct 2009) | 1 line
        
        a number of tweaks - among other things, now works properly with additional update centers defined in hudson.model.UpdateCenter.xml - try using http://andrewbayer.com/images/hello-world/helloWorld-update-center.json as second update center
      ........
        r23245 | abayer | 2009-10-27 13:45:25 -0700 (Tue, 27 Oct 2009) | 1 line
        
        Modified to support existing default update-center.json
      ........
        r23256 | kohsuke | 2009-10-27 18:30:15 -0700 (Tue, 27 Oct 2009) | 7 lines
        
        - moved data binding of update-center.json to UpdateSource.
        - moved some of the UpdateSource property into JSON, to improve the user experience when adding an update source.
          the user should just type in one URL, and everything else should happen automatically.
        - it doesn't make sense for UpdateSource to rely on UpdateCenterConfiguration, since behaviors cannot be
          modified per UpdateSource basis. Instead, leaving it in UpdateCenter allows us to maintain backward compatible
          behaviors with the existing custom UpdateCenterConfiguration implementation.
      ........
        r23266 | kohsuke | 2009-10-27 19:29:24 -0700 (Tue, 27 Oct 2009) | 1 line
        
        serve id inside JSON.
      ........
        r23279 | kohsuke | 2009-10-28 10:44:00 -0700 (Wed, 28 Oct 2009) | 1 line
        
        Do not special-case "default" ID. Receive hudson.war updates from wherever that provides one.
      ........
        r23280 | kohsuke | 2009-10-28 10:50:57 -0700 (Wed, 28 Oct 2009) | 1 line
        
        formatting change.
      ........
        r23281 | kohsuke | 2009-10-28 11:30:40 -0700 (Wed, 28 Oct 2009) | 1 line
        
        typo
      ........
        r23282 | kohsuke | 2009-10-28 11:45:06 -0700 (Wed, 28 Oct 2009) | 2 lines
        
        - added the UI to remove sites.
        - persistence of UpdateSource happens more automatically now.
      ........
        r23283 | kohsuke | 2009-10-28 11:50:04 -0700 (Wed, 28 Oct 2009) | 1 line
        
        UpdateSource -> UpdateSite to align terminology with Eclipse.
      ........
        r23284 | kohsuke | 2009-10-28 11:55:03 -0700 (Wed, 28 Oct 2009) | 5 lines
        
        Actually, for now, just having a programmatic modification to UpdateSite would satisfy the primary use case.
        
        And I'd like to upgrade YUI to a more recent version so that we can use its DataTable for UI. Plus the single update center model encourages the community to bring the code into the Hudson project, which is something we'd like to keep.
        
        So all in all, I'm postponing the UI work.
      ........
        r23286 | kohsuke | 2009-10-28 13:07:19 -0700 (Wed, 28 Oct 2009) | 1 line
        
        Renaming and bug fixes.
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23326 71c3de6d-444a-0410-be80-ed276b4c234a
      720be7d7
  27. 05 9月, 2009 1 次提交
  28. 01 9月, 2009 1 次提交
  29. 13 6月, 2009 3 次提交
  30. 09 6月, 2009 1 次提交
  31. 25 5月, 2009 1 次提交