Skip to content
  1. Mar 14, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-15583] · fe9f6760
      Kohsuke Kawaguchi authored
      Report 100 recent builds in the JSON API, including in-progress builds.
      
      Not reporting all the builds since this would nullify the lazy loading
      effect. Will introduce a pagenation API that supports retrieval.
      fe9f6760
  2. Mar 13, 2013
  3. Mar 12, 2013
  4. Mar 11, 2013
  5. Mar 09, 2013
  6. Mar 08, 2013
  7. Mar 07, 2013
  8. Mar 06, 2013
    • Kohsuke Kawaguchi's avatar
      Fixing a test regression. · fba6be7c
      Kohsuke Kawaguchi authored
      See 010b47d7307a11f0750fc01a00d99b96bbab9234 in stapler/stapler for the
      actual fix.
      
      I first discovered this on my local desktop yesterday as I was verifying
      the fix for json-lib 2.4. From what I can tell, this has been broken all
      along and it was working only because Facets are discovered in the lucky
      order; JellyFacet got a chance to get at it before GroovyFacet did.
      
      When I rebuilt from clean the problem stopped appearing, so I assumed
      that there are some factors that cause JellyFacet to get loaded before
      GroovyFacet (maybe the order in which Maven iterates dependencies or
      something like that.)
      
      But I'm no longer so sure now that I know J-on-J saw this problem at
      about the same time. That's just too many coincidences.
      
      But let's see if this would make J-on-J happy.
      fba6be7c
Loading